1 | <div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
---|
2 | <h3 class='titrem'><:pmb:parametrage_options:></h3> |
---|
3 | |
---|
4 | [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV**{message_ok})</p>] |
---|
5 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
6 | |
---|
7 | [(#ENV{editable}) |
---|
8 | <form method='post' action='#ENV{action}'><div> |
---|
9 | [(#REM) declarer les hidden qui declencheront le service du formulaire |
---|
10 | parametre : url d'action ] |
---|
11 | #ACTION_FORMULAIRE{#ENV{action}} |
---|
12 | <ul> |
---|
13 | #SET{name,pmb_partout}#SET{obli,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
14 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
15 | <label><:pmb:config_pmb_partout:></label> |
---|
16 | <div class='explication'><:pmb:config_pmb_partout_explication:></div>[ |
---|
17 | <span class='erreur_message'>(#GET{erreurs})</span> |
---|
18 | ]<div class="choix"> |
---|
19 | <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" |
---|
20 | [(#ENV{#GET{name}}|=={oui}|oui)checked="checked"] /><label for="#GET{name}_oui"><:item_oui:></label> |
---|
21 | </div> |
---|
22 | <div class="choix"> |
---|
23 | <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" |
---|
24 | [(#ENV{#GET{name}}|=={oui}|non)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label> |
---|
25 | </div> |
---|
26 | </li> |
---|
27 | #SET{name,pmb_logo}#SET{obli,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} |
---|
28 | <li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]"> |
---|
29 | <label><:pmb:config_pmb_logo:></label> |
---|
30 | <div class='explication'><:pmb:config_pmb_logo_explication:></div>[ |
---|
31 | <span class='erreur_message'>(#GET{erreurs})</span> |
---|
32 | ]<div class="choix"> |
---|
33 | <input type="radio" name="#GET{name}" id="#GET{name}_oui" value="oui" |
---|
34 | [(#ENV{#GET{name}}|=={non}|non)checked="checked"] /><label for="#GET{name}_oui"><:item_oui:></label> |
---|
35 | </div> |
---|
36 | <div class="choix"> |
---|
37 | <input type="radio" name="#GET{name}" id="#GET{name}_non" value="non" |
---|
38 | [(#ENV{#GET{name}}|=={non}|oui)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label> |
---|
39 | </div> |
---|
40 | </li> |
---|
41 | </ul> |
---|
42 | |
---|
43 | <input type='hidden' class='hidden' name='_meta_casier' value="spip_pmb" /> |
---|
44 | <!--extra--> |
---|
45 | <p class='boutons'><span class='image_loading'> </span><input type='submit' class='submit' value='<:bouton_enregistrer:>' /></p> |
---|
46 | </div></form> |
---|
47 | ] |
---|
48 | </div> |
---|