X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=formulaires%2Fsouscription.html;h=90d8a6391bf75cb988e9d721dad50aa96c05cdc0;hb=99c19878ae91d43f2dc416a009462a98a39bd146;hp=a8a395987a0a18251233297898309c974218432f;hpb=ca1954a1b7c043dfcbb0a9112373cf482446cfa7;p=spip_souscriptions.git diff --git a/formulaires/souscription.html b/formulaires/souscription.html index a8a3959..90d8a63 100644 --- a/formulaires/souscription.html +++ b/formulaires/souscription.html @@ -1,17 +1,25 @@ +[(#SET{liste_pays,#ARRAY{}})] + + [(#SET{liste_pays, #GET{liste_pays}|array_merge{#ARRAY{#CODE, #NOM}}})] + +
[

(#ENV**{message_ok})

] [

(#ENV*{message_erreur})

] [(#ENV{editable})
+ #ACTION_FORMULAIRE{#ENV{action}}
    - [(#SAISIE{input, courriel, obligatoire=oui, label=<:souscription:label_courriel:>})] - [(#SAISIE{#CONFIG{souscription/#ENV{type_souscription}|concat{_type_saisie},input}, + [(#SAISIE{#ENV{montant_type}, montant, obligatoire=oui, - label=<:souscription:label_montant:>, - datas=#CONFIG{souscription/#ENV{type_souscription}|concat{_montants}}})] + label=#ENV{montant_label}, + explication=#ENV{montant_explication}, + datas=#ENV{montant_datas}})] + [(#SAISIE{explication, dispositions_fiscales_explications, texte=#CONFIG{souscription/dispositions_fiscales_explications}|nl2br})] + [(#SAISIE{input, courriel, obligatoire=oui, label=<:souscription:label_courriel:>})] [(#SAISIE{oui_non, recu_fiscal, label=<:souscription:label_recu_fiscal:>})] [(#SAISIE{oui_non, envoyer_info, label=<:souscription:label_envoyer_info:> })] [(#ENV{type_souscription}|=={adhesion}|oui) [(#SAISIE{oui_non, informer_comite_local, label=<:souscription:label_informer_comite_local:> })]] @@ -20,16 +28,19 @@
- Informations complémentaires + <:souscription:label_legende_bloc_fiscal:> [(#INCLURE{fond=inclure/souscription_bloc_fiscal_intro,type_souscription=#ENV{type_souscription}})]
    [(#SAISIE{input, prenom, label=<:souscription:label_prenom:>})] [(#SAISIE{input, nom, label=<:souscription:label_nom:>})] [(#SAISIE{textarea, adresse, label=<:souscription:label_adresse:>, rows=3})] [(#SAISIE{input, code_postal, label=<:souscription:label_code_postal:>})] - [(#SAISIE{input, ville, label=<:souscription:label_ville:>})] + [(#SAISIE{input, ville, label=<:souscription:label_ville:>})] + [(#SAISIE{selection, pays, label=<:souscription:label_pays:>, datas=#GET{liste_pays}})] + [(#SAISIE{input, telephone, label=<:souscription:label_telephone:>})]
+