source: extensions/adult_content/template/Pure_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">&nbsp;</td>
9      <td id="section_up_right">&nbsp;</td>
10    </tr>
11    <tr>
12      <td id="section_left">&nbsp;</td>
13      <td id="section_in"><div class="titrePage">
14          <h2>Adult content</h2>
15        </div>
16        <div id="autre_content"> {'ac_text_charte'|@translate}
17          <fieldset>
18            <form method="post" action="{$ROOT_URL}identification.php" >
19              <input type="hidden" name="username" size="15" value="18"/>
20              <input type="hidden" name="password" size="15" value="adult_content"/>
21              <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/>
22              {'ac_text_activ_18'|@translate}
23            </form>
24          </fieldset>
25          <fieldset>
26            <form method="post" action="{$ROOT_URL}identification.php" id="quickconnect">
27              <input type="hidden" name="username" size="15" value="16"/>
28              <input type="hidden" name="password" size="15" value="adult_content"/>
29              <input class="submit" type="submit" name="login" value="{'ac_button_activ_16'|@translate}"/>
30              {'ac_text_activ_16'|@translate}
31            </form>
32          </fieldset>
33          <fieldset>
34            <div align="center">
35              <input type="button" name="Annuler" value="{'ac_retour'|@translate}" OnClick="history.back()"/>
36            </div>
37          </fieldset>
38        </div></td>
39      <td id="section_right">&nbsp;</td>
40    </tr>
41    <tr>
42      <td id="section_bottom_left">&nbsp;</td>
43      <td id="section_bottom" >&nbsp;</td>
44      <td id="section_bottom_right" >&nbsp;</td>
45    </tr>
46  </table>
47</div>
48<!-- content -->
49
50</div>
Note: See TracBrowser for help on using the repository browser.