[PLUGINS] ~maj des plugins
[lhc/web/www.git] / www / plugins / odt2spip_30 / formulaires / configurer_odt2spip.html
1 <div class="formulaire_spip formulaire_config formulaire_config_#FORM">
2 [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
3 [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
4
5 <form method="post" action="#ENV{action}"><div>
6 #ACTION_FORMULAIRE{#ENV{action}}
7 <fieldset>
8 <legend><:odtspip:defaut_attacher:></legend>
9 <ul>
10 <li class="editer_defaut_attacher">
11 <label><:odtspip:label_defaut_attacher:>:</label>
12 <div class="choix">
13 <input type="radio" name="defaut_attacher" id="defaut_attacher_oui" value="oui"[(#ENV{defaut_attacher}|=={oui}|oui)checked="checked"] />
14 <label for="defaut_attacher_oui"><:odtspip:oui:></label>
15 </div>
16 <div class="choix">
17 <input type="radio" name="defaut_attacher" id="defaut_attacher_non" value="non"[(#ENV{defaut_attacher}|=={non}|oui)checked="checked"] />
18 <label for="defaut_attacher_non"><:odtspip:non:></label>
19 </div>
20 </li>
21 </ul>
22 </fieldset>
23
24 <p class="boutons"><input type="submit" class="submit" value="<:bouton_valider:>" /></p>
25 </div></form>
26 </div>