source: extensions/adult_content/include/charte.tpl @ 3331

Last change on this file since 3331 was 3331, checked in by flop25, 15 years ago

first commit

File size: 1.2 KB
Line 
1{html_head}<link rel="stylesheet" type="text/css" href="{$pwg_root}plugins/{$PLUGIN_NAME}/include/charte.css">{/html_head}
2<div id="content">
3<div class="titrePage">
4  <h2>Adult content</h2>
5</div>
6<div id="autre_content">
7{'ac_text_charte'|@translate}
8
9
10<fieldset>
11<form method="post" action="{$pwg_root}identification.php" >
12    <input type="hidden" name="username" size="15" value="18"/>
13    <input type="hidden" name="password" size="15" value="adult_content"/>
14    <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/>
15    {'ac_text_activ_18'|@translate}
16
17</form>
18</fieldset>
19<fieldset>
20<form method="post" action="{$pwg_root}identification.php" id="quickconnect">
21    <input type="hidden" name="username" size="15" value="16"/>
22    <input type="hidden" name="password" size="15" value="adult_content"/>
23    <input class="submit" type="submit" name="login" value="{'ac_button_activ_16'|@translate}"/>
24         {'ac_text_activ_16'|@translate}         
25</form>
26</fieldset>
27<fieldset>
28        <div align="center">
29          <input type="button" name="Annuler" value="{'ac_retour'|@translate}" OnClick="history.back()"/>
30        </div>
31</fieldset>
32</div>
33</div>
Note: See TracBrowser for help on using the repository browser.