Envoi initial
[spip_souscriptions.git] / prive / objets / liste / souscription_dons.html~
1 [(#SET{defaut_tri,#ARRAY{
2         nom,1, 
3         date_souscription,-1, 
4         id_souscription_don,1,
5         points,-1
6 }})]<B_liste_souscription_dons>
7 #ANCRE_PAGINATION
8 <div class="liste-objets souscription_dons">
9 <table class='spip liste'>
10         [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{souscription_don:info_1_souscription_don,souscription_don:info_nb_souscription_dons}})</strong></caption>]
11         <thead>
12                 <tr class='first_row'>
13                         <th class="courriel" scope="col">[(#TRI{courriel,<:souscription_don:label_courriel:>,ajax})]</th>
14                         <th class="montant" scope="col">[(#TRI{montant,<:souscription_don:label_montant:>,ajax})]</th>
15                         <th class="prenom" scope="col">[(#TRI{prenom,<:souscription_don:label_prenom:>,ajax})]</th>
16                         <th class="nom" scope="col">[(#TRI{nom,<:souscription_don:label_nom:>,ajax})]</th>
17                         <th class="date" scope="col">[(#TRI{date_souscription,<:date:>,ajax})]</th> 
18                         <th class="statut" scope="col">[(#TRI{souscription_statut,<:statut:>,ajax})]</th> 
19                         <th class="id" scope="col">[(#TRI{id_souscription_don,<:info_numero_abbreviation:>,ajax})]</th>
20                 </tr>
21         </thead>
22         <tbody>
23         <BOUCLE_liste_souscription_dons(SOUSCRIPTION_DONS){id_transaction?}{id_mot?}{id_auteur?}{where?}{recherche?}{tri #ENV{par,num nom},#GET{defaut_tri}}{par nom}{pagination #ENV{nb,10}}>
24                 <tr class='[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]'>
25                         <td class="courriel principale"><a href="[(#ID_SOUSCRIPTION_DON|generer_url_entite{souscription_don})]" title="<:info_numero_abbreviation|attribut_html:> #ID_SOUSCRIPTION_DON">[(#RANG). ]#COURRIEL</a></td>
26                         <td class="montant secondaire">[(#MONTANT) €]</td> 
27                         <td class="prenom secondaire">[(#PRENOM)]</td> 
28                         <td class="nom secondaire">[(#NOM)]</td> 
29                         <td class="date secondaire">[(#DATE_SOUSCRIPTION|affdate_jourcourt)]</td> 
30                         <td class="statut secondaire">[(#STATUT)]</td> 
31                         <td class="id">[(#AUTORISER{modifier,souscription_don,#ID_SOUSCRIPTION_DON}|?{
32                                 <a href="[(#URL_ECRIRE{souscription_don_edit,id_souscription_don=#ID_SOUSCRIPTION_DON})]">#ID_SOUSCRIPTION_DON</a>,
33                                 #ID_SOUSCRIPTION_DON
34                         })] -- #OBJET </td>
35                 </tr>
36         </BOUCLE_liste_souscription_dons>
37         </tbody>
38 </table>
39 [<p class='pagination'>(#PAGINATION{prive})</p>]
40 </div>
41 </B_liste_souscription_dons>[
42 <div class="liste-objets souscription_dons caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
43 ]<//B_liste_souscription_dons>