eeae7fa533577828ab30007e1f4b1875a98ff0fb
[spip_souscriptions.git] / prive / objets / contenu / souscription.html
1 <BOUCLE_souscription(SOUSCRIPTIONS transactions souscription_campagnes){id_souscription}>
2
3 [<div class="champ contenu_type_souscription[ (#TYPE_SOUSCRIPTION*|strlen|?{'',vide})]">
4         <label><:souscription:label_type_souscription:> : </label>
5         <span dir="#LANG_DIR" class="#EDIT{type_souscription} type_souscription">(#TYPE_SOUSCRIPTION)</span>
6 </div>]
7
8 [<div class="champ contenu_courriel[ (#COURRIEL*|strlen|?{'',vide})]">
9         <label><:souscription:label_courriel:> : </label>
10         <span dir="#LANG_DIR" class="#EDIT{courriel} courriel">(#COURRIEL)</span>
11 </div>]
12
13 [<div class="champ contenu_titre_campagne[ (#TITRE*|strlen|?{'',vide})]">
14         <label><:souscription:label_titre_campagne:> : </label>
15         <span dir="#LANG_DIR" class="#EDIT{titre} titre">(#TITRE)</span>
16 </div>]
17
18 [<div class="champ contenu_montant[ (#MONTANT*|strlen|?{'',vide})]">
19         <label><:souscription:label_montant_liste:> : </label>
20         <span dir="#LANG_DIR" class="#EDIT{montant} montant">(#MONTANT) €</span>
21 </div>]
22
23 <div>
24   <ul>
25     [<li><strong>Identifiant de la transaction</strong> : <span dir="#LANG_DIR" class="#EDIT{id_transaction} id_transaction"><a href="[(#URL_ECRIRE{transactions}|parametre_url{id_transaction,#ID_TRANSACTION})]">(#ID_TRANSACTION)</a></li>]
26     [<li><strong>Statut</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#STATUT)</span></li>]
27     [<li><strong>Mode de paiement</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#MODE)</span></li>]
28     [<li><strong>Date de paiement</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#DATE_PAIEMENT)</span></li>]
29     [<li><strong>Identifiant d'autorisation</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#AUTORISATION_ID)</span></li>]
30   </ul>
31 </div>
32
33 <div style="border: 1px solid black ; margin: 1em; padding: 1em;">
34
35 [<div class="champ contenu_nom[ (#NOM*|strlen|?{'',vide})]">
36         <label><:souscription:label_nom:> : </label>
37         <span dir="#LANG_DIR" class="#EDIT{nom} nom">(#NOM)</span>
38 </div>]
39
40 [<div class="champ contenu_prenom[ (#PRENOM*|strlen|?{'',vide})]">
41         <label><:souscription:label_prenom:> : </label>
42         <span dir="#LANG_DIR" class="#EDIT{prenom} prenom">(#PRENOM)</span>
43 </div>]
44
45 [<div class="champ contenu_adresse[ (#ADRESSE*|strlen|?{'',vide})]">
46         <label><:souscription:label_adresse:> : </label>
47         <span dir="#LANG_DIR" class="#EDIT{adresse} adresse">(#ADRESSE)</span>
48 </div>]
49
50 [<div class="champ contenu_code_postal[ (#CODE_POSTAL*|strlen|?{'',vide})]">
51         <label><:souscription:label_code_postal:> : </label>
52         <span dir="#LANG_DIR" class="#EDIT{code_postal} code_postal">(#CODE_POSTAL)</span>
53 </div>]
54
55 [<div class="champ contenu_ville[ (#VILLE*|strlen|?{'',vide})]">
56         <label><:souscription:label_ville:> : </label>
57         <span dir="#LANG_DIR" class="#EDIT{ville} ville">(#VILLE)</span>
58 </div>]
59
60 [<div class="champ contenu_pays[ (#PAYS*|strlen|?{'',vide})]">
61         <label><:souscription:label_pays:> : </label>
62         <span dir="#LANG_DIR" class="#EDIT{pays} pays">(#PAYS)</span>
63 </div>]
64
65 [<div class="champ contenu_telephone[ (#TELEPHONE*|strlen|?{'',vide})]">
66         <label><:souscription:label_telephone:> : </label>
67         <span dir="#LANG_DIR" class="#EDIT{telephone} telephone">(#TELEPHONE)</span>
68 </div>]
69
70 [<div class="champ contenu_recu_fiscal">
71         <label><:souscription:label_recu_fiscal:> : </label>
72         <span dir="#LANG_DIR" class="#EDIT{recu_fiscal} recu_fiscal">(#RECU_FISCAL|?{"oui","non"})</span>
73 </div>]
74
75 [<div class="champ contenu_envoyer_info">
76         <label><:souscription:label_envoyer_info:> : </label>
77         <span dir="#LANG_DIR" class="#EDIT{envoyer_info} envoyer_info">(#ENVOYER_INFO|?{"oui","non"})</span>
78 </div>]
79
80 [<div class="champ contenu_informer_comite_local">
81         <label><:souscription:label_informer_comite_local:> : </label>
82         <span dir="#LANG_DIR" class="#EDIT{informer_comite_local} informer_comite_local">(#INFORMER_COMITE_LOCAL|?{"oui","non"})</span>
83 </div>]
84
85 </div>
86
87 </BOUCLE_souscription>