|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
[(#SET{statuts,#GET{statuts}|array_merge{#ARRAY{#GET{titre},#CLE}}})] |
|
|
|
|
</BOUCLE_statuts> |
|
|
|
|
[(#SET{statuts, #GET{statuts}|array_flip})] |
|
|
|
|
[(#SAISIE{radio, statut, label=<:opquast:statut:>, datas=#GET{statuts}})] |
|
|
|
|
[(#SAISIE{radio, statut, label=<:opquast:statut:>, data=#GET{statuts}})] |
|
|
|
|
|
|
|
|
|
#SET{etapes, #ARRAY} |
|
|
|
|
<BOUCLE_etapes(OPQUAST_ETAPES){par titre}> |
|
|
|
@ -51,8 +51,8 @@
|
|
|
|
|
] |
|
|
|
|
</BOUCLE_etapes> |
|
|
|
|
[(#SET{etapes, #GET{etapes}|array_flip})] |
|
|
|
|
[(#SAISIE{checkbox, id_opquast_etape, label=<:opquast:opquast_etape:>, datas=#GET{etapes}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
|
|
|
|
|
[(#SAISIE{checkbox, id_opquast_etape, label=<:opquast:opquast_etape:>, data=#GET{etapes}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#SET{tags, #ARRAY} |
|
|
|
|
<BOUCLE_tags(OPQUAST_TAGS){par titre}> |
|
|
|
@ -77,9 +77,9 @@
|
|
|
|
|
] |
|
|
|
|
</BOUCLE_tags> |
|
|
|
|
[(#SET{tags, #GET{tags}|array_flip})] |
|
|
|
|
[(#SAISIE{checkbox, id_opquast_tag, label=<:opquast:opquast_tag:>, datas=#GET{tags}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
[(#SAISIE{checkbox, id_opquast_tag, label=<:opquast:opquast_tag:>, data=#GET{tags}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#SET{themes, #ARRAY} |
|
|
|
|
<BOUCLE_themes(OPQUAST_THEMES){par titre}> |
|
|
|
|
#SET{titre, #TITRE} |
|
|
|
@ -103,11 +103,11 @@
|
|
|
|
|
] |
|
|
|
|
</BOUCLE_themes> |
|
|
|
|
[(#SET{themes, #GET{themes}|array_flip})] |
|
|
|
|
[(#SAISIE{checkbox, id_opquast_theme, label=<:opquast:opquast_theme:>, datas=#GET{themes}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[(#SAISIE{checkbox, id_opquast_theme, label=<:opquast:opquast_theme:>, data=#GET{themes}, conteneur_class=editer_id_opquast_tag})] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[(#SAISIE{input, recherche, label=<:info_rechercher:>})] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<p class="boutons"><input type="submit" class="submit" name="valide" value="<:info_rechercher:>"/></p> |
|
|
|
|
</form> |
|
|
|
|