|
Revision 12621, 1.4 KB
(checked in by flop25, 19 months ago)
|
|
new option : choice of manage 16 and/or 18+
language files updated : new keys to translate and English key instead of French
|
| Line | |
|---|
| 1 | {combine_css path="plugins/$PLUGIN_NAME/include/charte.css"} |
|---|
| 2 | <div id="content"> |
|---|
| 3 | <div class="titrePage"> |
|---|
| 4 | <ul class="categoryActions"> |
|---|
| 5 | <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li> |
|---|
| 6 | </ul> |
|---|
| 7 | <h2>Adult content config</h2> |
|---|
| 8 | </div> |
|---|
| 9 | <div id="autre_content"> |
|---|
| 10 | <p>{$EXPLIC}</p> |
|---|
| 11 | <p>{$MAIN}</p> |
|---|
| 12 | {if $AD_C_manage_what=="18" || $AD_C_manage_what=="both"} |
|---|
| 13 | <fieldset> |
|---|
| 14 | <form method="post" action="{$pwg_root}charte_user.php" > |
|---|
| 15 | <input type="hidden" name="groupe" value="+18"/> |
|---|
| 16 | <input class="submit" type="submit" name="login" value="{'ac_button_activ_18'|@translate}"/> |
|---|
| 17 | {'ac_text_activ_18'|@translate} |
|---|
| 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="{$pwg_root}charte_user.php"> |
|---|
| 24 | <input type="hidden" name="groupe" value="16-17"/> |
|---|
| 25 | <input class="submit" type="submit" name="login" value="{'ac_button_activ_16'|@translate}"/> |
|---|
| 26 | {'ac_text_activ_16'|@translate} |
|---|
| 27 | </form> |
|---|
| 28 | </fieldset> |
|---|
| 29 | {/if} |
|---|
| 30 | <fieldset> |
|---|
| 31 | <form method="post" action="{$pwg_root}charte_user.php"> |
|---|
| 32 | <input type="hidden" name="groupe" value="nothing"/> |
|---|
| 33 | <input class="submit" type="submit" name="Annuler" value="{'ac_retour_b'|@translate}"/> |
|---|
| 34 | </form> |
|---|
| 35 | </fieldset> |
|---|
| 36 | </div> |
|---|
| 37 | </div> |
|---|