You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.1 KiB
45 lines
2.1 KiB
![]()
10 years ago
|
<div class="formulaire_spip formulaire_configurer formulaire_#FORM">
|
||
|
|
||
|
<h3 class="titrem"><:sommaire:cfg_titre_parametrages:></h3>
|
||
|
|
||
|
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
|
||
|
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
|
||
|
|
||
|
<form method="post" action="#ENV{action}">
|
||
|
<div>
|
||
|
#ACTION_FORMULAIRE{#ENV{action}}
|
||
|
<input type="hidden" name="_meta_table" value="meta" />
|
||
|
|
||
|
#SET{fl,sommaire}
|
||
|
<ul>
|
||
|
#SET{name,sommaire_automatique}#SET{obli,''}#SET{defaut,'on'}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}}
|
||
|
<li class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]">
|
||
|
<label>[(#GET{fl}|concat{':label_',#GET{name}}|_T)]</label>[
|
||
|
<span class='erreur_message'>(#GET{erreurs})</span>
|
||
|
]
|
||
|
#SET{val,off}
|
||
|
<div class="choix">
|
||
|
<input type="radio" name="#GET{name}" class="radio" id="#GET{name}_#GET{val}" value="#GET{val}"[(#ENV{#GET{name},#GET{defaut}}|=={#GET{val}}|oui)checked="checked"] />
|
||
|
<label for="#GET{name}_#GET{val}">[(#GET{fl}|concat{':label_',#GET{name},'_',#GET{val}}|_T)]</label>
|
||
|
<p class="explication"><:sommaire:explication_sommaire_automatique_off:></p>
|
||
|
<br/>
|
||
|
</div>
|
||
|
#SET{val,ondemand}
|
||
|
<div class="choix">
|
||
|
<input type="radio" name="#GET{name}" class="radio" id="#GET{name}_#GET{val}" value="#GET{val}"[(#ENV{#GET{name},#GET{defaut}}|=={#GET{val}}|oui)checked="checked"] />
|
||
|
<label for="#GET{name}_#GET{val}">[(#GET{fl}|concat{':label_',#GET{name},'_',#GET{val}}|_T)]</label>
|
||
|
<p class="explication"><:sommaire:explication_sommaire_automatique_ondemand:></p>
|
||
|
<br/>
|
||
|
</div>
|
||
|
#SET{val,on}
|
||
|
<div class="choix">
|
||
|
<input type="radio" name="#GET{name}" class="radio" id="#GET{name}_#GET{val}" value="#GET{val}"[(#ENV{#GET{name},#GET{defaut}}|=={#GET{val}}|oui)checked="checked"] />
|
||
|
<label for="#GET{name}_#GET{val}">[(#GET{fl}|concat{':label_',#GET{name},'_',#GET{val}}|_T)]</label>
|
||
|
</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<p class="boutons"><span class="image_loading"> </span><input type="submit" class="submit" value="<:bouton_enregistrer:>" /></p>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|