source: extensions/adult_content/template/OS_default/block.tpl @ 6938

Last change on this file since 6938 was 6938, checked in by flop25, 14 years ago

correcting location of the folder template/

File size: 2.0 KB
Line 
1{html_head}
2<link rel="stylesheet" type="text/css" href="{$ROOT_URL}plugins/{$PLUGIN_NAME}/include/charte.css">
3{/html_head}
4<div class="content" id="ac_content">
5  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
6    <tr>
7      <td id="section_up_left">&nbsp;</td>
8      <td id="section_up"><div class="titrePage">
9          <h2>Adult content</h2>
10        </div></td>
11      <td id="section_up_right">&nbsp;</td>
12    </tr>
13    <tr>
14      <td id="section_left">&nbsp;</td>
15      <td id="section_in"><div id="autre_content"> {'ac_text_charte'|@translate}
16          <fieldset>
17            <form method="post" action="{$ROOT_URL}identification.php" >
18              <input type="hidden" name="username" size="15" value="18"/>
19              <input type="hidden" name="password" size="15" value="adult_content"/>
20              <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/>
21              {'ac_text_activ_18'|@translate}
22            </form>
23          </fieldset>
24          <fieldset>
25            <form method="post" action="{$ROOT_URL}identification.php" id="quickconnect">
26              <input type="hidden" name="username" size="15" value="16"/>
27              <input type="hidden" name="password" size="15" value="adult_content"/>
28              <input class="submit" type="submit" name="login" value="{'ac_button_activ_16'|@translate}"/>
29              {'ac_text_activ_16'|@translate}
30            </form>
31          </fieldset>
32          <fieldset>
33            <div align="center">
34              <input type="button" name="Annuler" value="{'ac_retour'|@translate}" OnClick="history.back()"/>
35            </div>
36          </fieldset>
37        </div></td>
38      <td id="section_right">&nbsp;</td>
39    </tr>
40    <tr>
41      <td id="section_bottom_left">&nbsp;</td>
42      <td id="section_bottom" >&nbsp;</td>
43      <td id="section_bottom_right" >&nbsp;</td>
44    </tr>
45  </table>
46</div>
47<!-- content -->
48
49</div>
Note: See TracBrowser for help on using the repository browser.