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

(#ENV**{message_ok})

] [

(#ENV*{message_erreur})

] @@ -7,12 +12,14 @@ #ACTION_FORMULAIRE{#ENV{action}}
- 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:>})] @@ -29,9 +36,11 @@ [(#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, pays, label=<:souscription:label_pays:>})] + [(#SAISIE{selection, pays, label=<:souscription:label_pays:>, datas=#GET{liste_pays}})] + [(#SAISIE{input, telephone, label=<:souscription:label_telephone:>})]
+