b33e07bf15c62f4cd4276478242604946069cb13
[spip_souscriptions.git] / prive / objets / contenu / souscription_don.html
1 <BOUCLE_souscription_don(SOUSCRIPTION_DONS transactions souscription_campagnes){id_souscription_don}>
2
3 [<div class="champ contenu_courriel[ (#COURRIEL*|strlen|?{'',vide})]">
4         <label><:souscription_don:label_courriel:> : </label>
5         <span dir="#LANG_DIR" class="#EDIT{courriel} courriel">(#COURRIEL)</span>
6 </div>]
7
8 [<div class="champ contenu_titre_campagne[ (#TITRE*|strlen|?{'',vide})]">
9         <label><:souscription_don:label_titre_campagne:> : </label>
10         <span dir="#LANG_DIR" class="#EDIT{titre} titre">(#TITRE)</span>
11 </div>]
12
13 [<div class="champ contenu_montant[ (#MONTANT*|strlen|?{'',vide})]">
14         <label><:souscription_don:label_montant:> : </label>
15         <span dir="#LANG_DIR" class="#EDIT{montant} montant">(#MONTANT) €</span>
16 </div>]
17
18 <div>
19   <ul>
20     [<li><strong>Identifiant de la transaction</strong> : <span dir="#LANG_DIR" class="#EDIT{id_transaction} id_transaction">(#ID_TRANSACTION)</li>]
21     [<li><strong>Statut</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#STATUT)</span></li>]
22     [<li><strong>Mode de paiement</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#MODE)</span></li>]
23     [<li><strong>Date de paiement</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#DATE_PAIEMENT)</span></li>]
24     [<li><strong>Identifiant d'autorisation</strong> : <span dir="#LANG_DIR" class="#EDIT{statut} statut">(#AUTORISATION_ID)</span></li>]
25   </ul>
26 </div>
27
28 <div style="border: 1px solid black ; margin: 1em; padding: 1em;">
29
30 [<div class="champ contenu_nom[ (#NOM*|strlen|?{'',vide})]">
31         <label><:souscription_don:label_nom:> : </label>
32         <span dir="#LANG_DIR" class="#EDIT{nom} nom">(#NOM)</span>
33 </div>]
34
35 [<div class="champ contenu_prenom[ (#PRENOM*|strlen|?{'',vide})]">
36         <label><:souscription_don:label_prenom:> : </label>
37         <span dir="#LANG_DIR" class="#EDIT{prenom} prenom">(#PRENOM)</span>
38 </div>]
39
40 [<div class="champ contenu_code_postal[ (#CODE_POSTAL*|strlen|?{'',vide})]">
41         <label><:souscription_don:label_code_postal:> : </label>
42         <span dir="#LANG_DIR" class="#EDIT{code_postal} code_postal">(#CODE_POSTAL)</span>
43 </div>]
44
45 [<div class="champ contenu_adresse[ (#ADRESSE*|strlen|?{'',vide})]">
46         <label><:souscription_don:label_adresse:> : </label>
47         <span dir="#LANG_DIR" class="#EDIT{adresse} adresse">(#ADRESSE)</span>
48 </div>]
49
50 [<div class="champ contenu_ville[ (#VILLE*|strlen|?{'',vide})]">
51         <label><:souscription_don:label_ville:> : </label>
52         <span dir="#LANG_DIR" class="#EDIT{ville} ville">(#VILLE)</span>
53 </div>]
54
55 [<div class="champ contenu_recu_fiscal">
56         <label><:souscription_don:label_recu_fiscal:> : </label>
57         <span dir="#LANG_DIR" class="#EDIT{recu_fiscal} recu_fiscal">(#RECU_FISCAL|?{"oui","non"})</span>
58 </div>]
59
60 [<div class="champ contenu_envoyer_info">
61         <label><:souscription_don:label_envoyer_info:> : </label>
62         <span dir="#LANG_DIR" class="#EDIT{envoyer_info} envoyer_info">(#ENVOYER_INFO|?{"oui","non"})</span>
63 </div>]
64
65 </div>
66
67 </BOUCLE_souscription_don>