[SPIP] +installation version 3.0.10
[lhc/web/www.git] / www / prive / formulaires / inc-options-langues.html
diff --git a/www/prive/formulaires/inc-options-langues.html b/www/prive/formulaires/inc-options-langues.html
new file mode 100644 (file)
index 0000000..cfa40aa
--- /dev/null
@@ -0,0 +1,7 @@
+<BOUCLE_langues(POUR){tableau #ENV*{name}|liste_options_langues}>
+       [(#VALEUR|=={#ENV*{herit}}|oui)
+               <option class='maj-debut on' value='herit'[(#VALEUR|=={#ENV*{default}}|oui)selected="selected"] dir="[(#VALEUR|lang_dir{ltr,rtl})]">&#91;#VALEUR&#93; [(#VALEUR|traduire_nom_langue)] (<:info_multi_herit:>)</option>
+       ][(#VALEUR|=={#ENV*{herit}}|non)
+               <option value='#VALEUR'[(#VALEUR|=={#ENV*{default}}|oui)selected="selected"] dir="[(#VALEUR|lang_dir{ltr,rtl})]">&#91;#VALEUR&#93; [(#VALEUR|traduire_nom_langue)]</option>
+       ]
+</BOUCLE_langues>