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