|
Revision 9626, 1.9 KB
(checked in by flop25, 2 years ago)
|
|
use of combine tag : relocation of css in config files, css and js files combined
|
| Line | |
|---|
| 1 | {combine_css path="plugins/$PLUGIN_NAME/include/charte.css"} |
|---|
| 2 | <div class="content" id="ac_content"> |
|---|
| 3 | <table id="table_content" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 4 | <tr> |
|---|
| 5 | <td id="section_up_left"> </td> |
|---|
| 6 | <td id="section_up"><div class="titrePage"> |
|---|
| 7 | <h2>Adult content</h2> |
|---|
| 8 | </div></td> |
|---|
| 9 | <td id="section_up_right"> </td> |
|---|
| 10 | </tr> |
|---|
| 11 | <tr> |
|---|
| 12 | <td id="section_left"> </td> |
|---|
| 13 | <td id="section_in"><div id="autre_content"> {'ac_text_charte'|@translate} |
|---|
| 14 | <fieldset> |
|---|
| 15 | <form method="post" action="{$ROOT_URL}identification.php" > |
|---|
| 16 | <input type="hidden" name="username" size="15" value="18"/> |
|---|
| 17 | <input type="hidden" name="password" size="15" value="adult_content"/> |
|---|
| 18 | <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/> |
|---|
| 19 | {'ac_text_activ_18'|@translate} |
|---|
| 20 | </form> |
|---|
| 21 | </fieldset> |
|---|
| 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 | <fieldset> |
|---|
| 31 | <div align="center"> |
|---|
| 32 | <input type="button" name="Annuler" value="{'ac_retour'|@translate}" OnClick="history.back()"/> |
|---|
| 33 | </div> |
|---|
| 34 | </fieldset> |
|---|
| 35 | </div></td> |
|---|
| 36 | <td id="section_right"> </td> |
|---|
| 37 | </tr> |
|---|
| 38 | <tr> |
|---|
| 39 | <td id="section_bottom_left"> </td> |
|---|
| 40 | <td id="section_bottom" > </td> |
|---|
| 41 | <td id="section_bottom_right" > </td> |
|---|
| 42 | </tr> |
|---|
| 43 | </table> |
|---|
| 44 | </div> |
|---|
| 45 | <!-- content --> |
|---|
| 46 | |
|---|
| 47 | </div> |
|---|