X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=formulaires%2Fsouscription.html;h=7d7184aeb2b9e2a35d1f84e4204d78114d50713a;hb=4f5799478da7d42f157194bccad32a8d6895bdfb;hp=4e3160b70446336040a3d1751a4cbe8adb897725;hpb=48fca8889301bfc7550924432854fa3791240d83;p=spip_souscriptions.git diff --git a/formulaires/souscription.html b/formulaires/souscription.html index 4e3160b..7d7184a 100644 --- a/formulaires/souscription.html +++ b/formulaires/souscription.html @@ -21,7 +21,7 @@
  • [ (#GET{erreurs}) - ][(#INCLURE{fond=formulaires/inc-souscription-#ENV{montant_type},name=#GET{name},valeur=#ENV*{#GET{name},#GET{defaut}},obli=#GET{obli},montants=#ENV{_montant_datas}})] + ][(#INCLURE{fond=formulaires/inc-souscription-#ENV{montant_type},name=#GET{name},valeur=#ENV*{#GET{name},#GET{defaut}},obli=#GET{obli},montants=#ENV{_montant_datas},montant_libre})] [

    (#ENV{montant_explication})

    ]
  • #SET{name,courriel}#SET{obli,'obligatoire'}#SET{defaut,''}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} @@ -109,10 +109,19 @@ ] - [(#ENV{type_souscription}|=={adhesion}|oui) - [(#CONFIG{souscription/proposer_informer_comite_local,off}|=={on}|oui) - [(#SAISIE{oui_non, informer_comite_local, label=<:souscription:label_informer_comite_local:> })] - ] + [(#ENV{type_souscription}|=={adhesion}|et{#CONFIG{souscription/proposer_informer_comite_local,off}|=={on}}|oui) + #SET{name,informer_comite_local}#SET{obli,''}#SET{defaut,'non'}#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}} +
  • [ + (#GET{erreurs}) + ] + #SET{val,off} + + #SET{val,on} +
    + + +
    +
  • ]