|
Revision 6921, 1.2 KB
(checked in by flop25, 3 years ago)
|
|
version 2.1.0 for pwg 2.1.x
|
| Line | |
|---|
| 1 | {html_head}<link rel="stylesheet" type="text/css" href="{$ROOT_URL}plugins/{$PLUGIN_NAME}/include/charte.css">{/html_head} |
|---|
| 2 | <div class="content" id="ac_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="{$ROOT_URL}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="{$ROOT_URL}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> |
|---|