X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=formulaires%2Fexporter_souscriptions.html;fp=formulaires%2Fexporter_souscriptions.html;h=c2ca71e3ce5665dddd2d026926455438cb2d15e9;hb=c13a2768a862240162d8a31345b3d633a16f9ef7;hp=0000000000000000000000000000000000000000;hpb=999e54551ce2a7a81cb4c082f3f085c43f8abad7;p=spip_souscriptions.git diff --git a/formulaires/exporter_souscriptions.html b/formulaires/exporter_souscriptions.html new file mode 100644 index 0000000..c2ca71e --- /dev/null +++ b/formulaires/exporter_souscriptions.html @@ -0,0 +1,38 @@ +[(#REM) Le tableau est inversé pour ne pas tomber dans le panneau de +array_merge qui ne réindexe le tableau si la valeur est numérique. Le +tableau est retourné lors de son utilisation via le filtre +array_flip. ] +#SET{liste_campagnes, #ARRAY{Tous, tous}} + + #SET{liste_campagnes, #GET{liste_campagnes}|array_merge{#ARRAY{#TITRE, #ID_SOUSCRIPTION_CAMPAGNE}}} + + +
+ +

<:souscription:voir_exporter:>

+ + [

(#ENV*{message_ok})

] + [

(#ENV*{message_erreur})

] + + [(#ENV{editable}) +
+ #ACTION_FORMULAIRE{#ENV{action}} +
    + [(#SAISIE{selection, exporter_type_souscription, label=<:souscription:label_exporter_type_souscription:>, + cacher_option_intro=oui, datas=#ARRAY{tous, Tous, don, Dons, adhesion, Adhésions}})] + + [(#SAISIE{selection, exporter_statut, label=<:souscription:label_exporter_statut:>, cacher_option_intro=oui, + datas=#ARRAY{tous, Tous, paye, Payés, commande, Commandes, erreur, Erreurs}})] + + [(#SAISIE{selection, exporter_campagne, label=<:souscription:label_exporter_campagne:>, + cacher_option_intro=oui, datas=#GET{liste_campagnes}|array_flip})] + + [(#SAISIE{date, exporter_date_debut, label=<:souscription:label_exporter_date_debut:>})] + + [(#SAISIE{date, exporter_date_fin, label=<:souscription:label_exporter_date_fin:>})] +
+ +

+
+ ] +