|
|
|
@ -38,23 +38,23 @@
|
|
|
|
|
[(#GET{disabled}|oui) #SET{disabled,#ARRAY|push{#GET{disabled}}} ] |
|
|
|
|
] |
|
|
|
|
[(#ENV{tout_selectionner}|oui) |
|
|
|
|
<div class="[(#ENV{choix,choix})][ (#ENV{choix,choix})_tout_selectionner ]none-nojs"> |
|
|
|
|
<div class="[(#ENV{choix,choix})][ (#ENV{choix,choix})_tout_selectionner ][ (#ENV{class}) ]none-nojs"> |
|
|
|
|
<input type="checkbox" name="#ENV{nom}_tout" class="checkbox" id="champ_[(#ENV{id,#ENV{nom}}|saisie_nom2classe)]_tout" value="on" onChange="if (jQuery(this).prop('checked')==true) jQuery(this).parent('div').parent().find('input').prop('checked',true); else jQuery(this).parent('div').parent().find('input').prop('checked',false);"/> |
|
|
|
|
<label for="champ_[(#ENV{id,#ENV{nom}}|saisie_nom2classe)]_tout"><:saisies:tout_selectionner:></label> |
|
|
|
|
<label for="champ_[(#ENV{id,#ENV{nom}}|saisie_nom2classe)]_tout"[ class="(#ENV{label_class})"]><:saisies:tout_selectionner:></label> |
|
|
|
|
</div> |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
<BOUCLE_checkbox(POUR){tableau #GET{datas}}> |
|
|
|
|
<div class="#ENV{choix,choix}[ (#ENV{choix,choix})_#CLE]">[(#SET{id,champ_[(#ENV{id,#ENV{nom}}|saisie_nom2classe)]_[(#COMPTEUR_BOUCLE|concat{'-',#CLE}|md5)]})] |
|
|
|
|
<div class="#ENV{choix,choix}[ (#ENV{choix,choix})_#CLE][ (#ENV{class})]">[(#SET{id,champ_[(#ENV{id,#ENV{nom}}|saisie_nom2classe)]_[(#COMPTEUR_BOUCLE|concat{'-',#CLE}|md5)]})] |
|
|
|
|
<input type="checkbox" name="#ENV{nom}[]" class="checkbox" id="#GET{id}"[ (#CLE|in_array{#ENV{valeur_forcee,#GET{valeur,#GET{defaut}}}}|oui)checked="checked"] value="#CLE"[(#CLE|in_array{#GET{disabled}}|oui) disabled="disabled"][ aria-describedby="(#ENV{describedby})"][ (#ENV*{attributs})] /> |
|
|
|
|
<label for="#GET{id}"[(#CLE|in_array{#ENV{valeur_forcee,#GET{valeur,#GET{defaut}}}}|oui)class="on"]>#VALEUR</label> |
|
|
|
|
</div> |
|
|
|
|
</BOUCLE_checkbox> |
|
|
|
|
[(#ENV{choix_alternatif}|oui) |
|
|
|
|
<div class="#ENV{choix,choix} choix_alternatif[ (#ENV{choix,choix})_alternatif]"> |
|
|
|
|
<div class="#ENV{choix,choix} choix_alternatif[ (#ENV{choix,choix})_alternatif][ (#ENV{class})]"> |
|
|
|
|
<input name="#ENV{nom}\[choix_alternatif\]" id="[champ_(#ENV{id,#ENV{nom}}|saisie_nom2classe)_choix_alternatif]"[ value="(#ENV{datas}|saisies_trouver_choix_alternatif{#GET{valeur}})"] /> |
|
|
|
|
|
|
|
|
|
<label for="[champ_(#ENV{id,#ENV{nom}}|saisie_nom2classe)_choix_alternatif]"> |
|
|
|
|
<label for="[champ_(#ENV{id,#ENV{nom}}|saisie_nom2classe)_choix_alternatif]"[ class="(#ENV{label_class})"]> |
|
|
|
|
[(#ENV{choix_alternatif_label, <:saisies:option_choix_alternatif_label_defaut:>})] |
|
|
|
|
</label> |
|
|
|
|
[<p class="explication"> |
|
|
|
|