X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=formulaires%2Fsouscription.html;h=90d8a6391bf75cb988e9d721dad50aa96c05cdc0;hb=99c19878ae91d43f2dc416a009462a98a39bd146;hp=938a0e4105933dc6ca4f35e53d88fa8ea822ce68;hpb=fa5e048f014cb751b68070640aeffe02fe7c3f0a;p=spip_souscriptions.git diff --git a/formulaires/souscription.html b/formulaires/souscription.html index 938a0e4..90d8a63 100644 --- a/formulaires/souscription.html +++ b/formulaires/souscription.html @@ -1,32 +1,47 @@ -
+[(#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{#ENV{montant_type}, + montant, + obligatoire=oui, + 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{input, montant, obligatoire=oui, label=<:souscription:label_montant:>})] [(#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:> })]] [(#SAISIE{hidden, id_souscription_campagne})] [(#SAISIE{hidden, type_souscription})]
-
- Informations complémentaires -

Les informations suivantes sont nécessaires (...)

+
+ <: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:>})]
-

+ +

]