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

Last change on this file since 15907 was 12621, checked in by flop25, 12 years ago

new option : choice of manage 16 and/or 18+
language files updated : new keys to translate and English key instead of French

File size: 1.2 KB
Line 
1{combine_css path="plugins/$PLUGIN_NAME/include/charte.css"}
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{if $AD_C_manage_what=="18" || $AD_C_manage_what=="both"}
11<fieldset>
12<form method="post" action="{$ROOT_URL}identification.php" >
13    <input type="hidden" name="username" size="15" value="18"/>
14    <input type="hidden" name="password" size="15" value="adult_content"/>
15    <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/>
16    {'ac_text_activ_18'|@translate}
17
18</form>
19</fieldset>
20{/if}
21{if $AD_C_manage_what=="16" || $AD_C_manage_what=="both"}
22<fieldset>
23<form method="post" action="{$ROOT_URL}identification.php" id="quickconnect">
24    <input type="hidden" name="username" size="15" value="16"/>
25    <input type="hidden" name="password" size="15" value="adult_content"/>
26    <input class="submit" type="submit" name="login" value="{'ac_button_activ_16'|@translate}"/>
27         {'ac_text_activ_16'|@translate}         
28</form>
29</fieldset>
30{/if}
31<fieldset>
32        <div align="center">
33          <input type="button" name="Annuler" value="{'ac_retour'|@translate}" OnClick="history.back()"/>
34        </div>
35</fieldset>
36</div>
37</div>
Note: See TracBrowser for help on using the repository browser.