[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / Menu_langue_lien / formulaires / configurer_menu_lang_liens.html
1 <!-- autoriser=webmestre -->
2 <!-- refus=<:cfg:refus_configuration_webmestre:> -->
3 <!-- nom=menu_lang_liens -->
4
5 <div class="formulaire_spip formulaire_configurer formulaire_configurer_mll">
6 [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
7 [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
8 <form method="post" action="#ENV{action}"><div>
9 #ACTION_FORMULAIRE{#ENV{action}}
10 <ul>
11 <li class="editer_mll_langues_invisibles[ (#ENV**{erreurs}|table_valeur{licence_defaut}|oui)erreur]">
12 <label for="langues_invisibles"><:mll:label_langues_invisibles:></label>
13 <p class="explication"><:mll:explication_langues_invisibles:></p>
14 <select name="langues_invisibles[]" id="langues_invisibles" multiple="oui">
15 <BOUCLE_langues(POUR){tableau #CONFIG{langues_multilingue}|explode{','}}>
16 <option value="#VALEUR"[(#VALEUR|in_array{#ENV{langues_invisibles,#ARRAY}}|oui)selected="selected"]>[(#VALEUR|traduire_nom_langue)]</option>
17 </BOUCLE_langues>
18 </select>
19 </li>
20 <li class="editer_mll_langues_supprimer[ (#ENV**{erreurs}|table_valeur{licence_defaut}|oui)erreur]">
21 <label for="format"><:mll:label_format:></label>
22 <div class="choix">
23 <input type="radio" name="format" id="abrege" value="abrege" [(#ENV{format,abrege}|=={'abrege'}|?{' ',''})checked]/>
24 <label for="abrege"><:mll:label_format_abrege:></label>
25 </div>
26 <div class="choix">
27 <input type="radio" name="format" id="complet" value="complet" [(#ENV{format,abrege}|=={'complet'}|?{' ',''})checked]/>
28 <label for="complet"><:mll:label_format_complet:></label>
29 </div>
30 </li>
31 <li class="editer_mll_langues_supprimer[ (#ENV**{erreurs}|table_valeur{licence_defaut}|oui)erreur]">
32 <label for="formatliste"><:mll:label_format_liste:></label>
33 <div class="choix">
34 <input type="radio" name="formatliste" id="bloc" value="bloc" [(#ENV{formatliste,bloc}|=={'bloc'}|?{' ',''})checked]/>
35 <label for="bloc"><:mll:label_format_liste_bloc:></label>
36 </div>
37 <div class="choix">
38 <input type="radio" name="formatliste" id="liste" value="liste" [(#ENV{formatliste,bloc}|=={'liste'}|?{' ',''})checked]/>
39 <label for="liste"><:mll:label_format_liste_liste:></label>
40 </div>
41 </li>
42 </ul>
43 <p class="boutons">
44 <input type="submit" name="_cfg_ok" class="submit" value="<:bouton_enregistrer:>" />
45 </p>
46 </div></form>
47 </div>