1 | <div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
---|
2 | <h3 class="titrem"><:spipcatchat:commun:></h3> |
---|
3 | [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
---|
4 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
5 | <form method="post" action="#ENV{action}"> |
---|
6 | <div> |
---|
7 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
8 | #SET{cac,spipcatchat} |
---|
9 | <ul> |
---|
10 | #SET{name,history}#SET{obli,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
11 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
12 | <label for="#GET{name}">[(#GET{cac}|concat{':label_',#GET{name}}|_T)]</label>[ |
---|
13 | <span class='erreur_message'>(#GET{erreurs})</span> |
---|
14 | ]<p class="explication"><:spipcatchat:explication_history:></p> |
---|
15 | <div class="choix"> |
---|
16 | <input name="#GET{name}" class="radio" id="#GET{name}_oui" type="radio" [(#ENV{#GET{name}}|=={5500}|oui)checked="checked"] value="5500"><label for="#GET{name}_oui"><:item_oui:></label> |
---|
17 | </div> |
---|
18 | <div class="choix"> |
---|
19 | <input name="#GET{name}" class="radio" id="#GET{name}_non" type="radio" [(#ENV{#GET{name}}|=={0}|oui)checked="checked"][(#ENV{#GET{name}}||non)checked="checked"] value="0"><label for="#GET{name}_non"><:item_non:></label> |
---|
20 | </div> |
---|
21 | </li> |
---|
22 | </ul> |
---|
23 | <ul> |
---|
24 | #SET{name,cache}#SET{obli,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
25 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
26 | <label for="#GET{name}">[(#GET{cac}|concat{':label_',#GET{name}}|_T)]</label>[ |
---|
27 | <span class='erreur_message'>(#GET{erreurs})</span> |
---|
28 | ]<p class="explication"><:spipcatchat:cache:></p> |
---|
29 | <div class="choix"> |
---|
30 | <input name="#GET{name}" class="radio" id="#GET{name}_oui" type="radio" [(#ENV{#GET{name}}|=={oui}|oui)checked="checked"] value="oui"><label for="#GET{name}_oui"><:item_oui:></label> |
---|
31 | </div> |
---|
32 | <div class="choix"> |
---|
33 | <input name="#GET{name}" class="radio" id="#GET{name}_non" type="radio" [(#ENV{#GET{name}}|=={non}|oui)checked="checked"][(#ENV{#GET{name}}||non)checked="checked"] value="non"><label for="#GET{name}_non"><:item_non:></label> |
---|
34 | </div> |
---|
35 | </li> |
---|
36 | </ul> |
---|
37 | <ul> |
---|
38 | #SET{name,theme_emoticons}#SET{obli,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
39 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
40 | <label for="#GET{name}">[(#GET{cac}|concat{':label_',#GET{name}}|_T)]</label>[ |
---|
41 | <span class='erreur_message'>(#GET{erreurs})</span> |
---|
42 | ] |
---|
43 | <select name="#GET{name}" class="select" id="#GET{name}"> |
---|
44 | <BOUCLE_REPERTOIRE_EMOTICONS(php:DirectoryIterator){args #EVAL{_DIR_PLUGIN_SPIPCATCHAT}/images/emoticons/}{valeur!==\.}> |
---|
45 | <option value="#VALEUR"[(#ENV{#GET{name}}|=={#VALEUR}|oui)selected="selected"] [(#CONFIG{spipcatchat_commun/theme_emoticons}||non)[(#VALEUR|=={classic}|oui)selected="selected"] ] style="text-transform:capitalize">#VALEUR</option> |
---|
46 | </BOUCLE_REPERTOIRE_EMOTICONS> |
---|
47 | </select> |
---|
48 | <center> |
---|
49 | [(#CONFIG{spipcatchat_commun/theme_emoticons}||oui)#SET{pack_emoticons,#ENV{#GET{name}}}] |
---|
50 | [(#CONFIG{spipcatchat_commun/theme_emoticons}||non)#SET{pack_emoticons,classic}] |
---|
51 | [(#CHEMIN{images/emoticons/#GET{pack_emoticons}/etiquette.png}||oui) |
---|
52 | <img src="#CHEMIN{images/emoticons/#GET{pack_emoticons}/etiquette.png}" style="width:350px;"/> |
---|
53 | ] |
---|
54 | </center> |
---|
55 | </li> |
---|
56 | </ul> |
---|
57 | <input type="hidden" name="_meta_casier" value="#EVAL{spipcatchat_commun}" /> |
---|
58 | <p class='boutons'><span class='image_loading'> </span><input type='submit' class='submit' value='<:bouton_enregistrer:>' /></p> |
---|
59 | </div> |
---|
60 | </form> |
---|
61 | </div> |
---|