~maj plugins
[ptitvelo/web/www.git] / www / plugins / agenda_3_5 / prive / objets / liste / evenement_participants.html
1 <B_inscrits>
2 #ANCRE_PAGINATION
3 <div class="liste-objets auteurs">
4 <table class='spip liste'>
5 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{agenda:info_un_inscrit,agenda:info_nb_inscrits,nb}})</strong></caption>]
6 <thead>
7 <tr class='first_row'>
8 <th class='statut' scope='col'>[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th>
9 <th class='nom' scope='col'>[(#TRI{nom,<span title="<:lien_trier_nom|attribut_html:>"><:nom:></span>,ajax})]</th>
10 <th class='mail' scope='col'>[(#TRI{email,<:email:>,ajax})]</th>
11 <th class='date' scope='col'>[(#TRI{date,<:agenda:evenement_date_inscription:>,ajax})]</th>
12 <th class='reponse' scope='col'>[(#TRI{reponse,<:agenda:info_reponse_inscriptions:>,ajax})]</th>[
13 (#AUTORISER{modifier,evenement,#ID_EVENEMENT})<th class='reponse' scope='col'>Action</th>]
14 </tr>
15 </thead>
16 <tbody>
17 <BOUCLE_inscrits(evenements_participants){id_evenement}{tri #ENV{par,date},#GET{defaut_tri}}{pagination #ENV{nb,15}}>
18 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
19 <td class='statut'>[(#STATUT|puce_statut{auteur,#ID_AUTEUR})]</td>
20 <td class='nom'>
21 [(#NOM|sinon{
22 <a href="[(#ID_AUTEUR|generer_url_entite{auteur})]">[(#RANG). ][(#INFO_NOM{auteur,#ID_AUTEUR}|sinon{<:texte_vide:>})]</a>
23 })]
24 </td>
25 <td class='mail'>[(#EMAIL|sinon{#INFO_EMAIL{auteur,#ID_AUTEUR}})]</td>
26 <td class='date'>[(#DATE|affdate_jourcourt)]</td>
27 <td class='reponse'>#REPONSE</td>[
28 (#AUTORISER{modifier,evenement,#ID_EVENEMENT})<td class='delete'>
29 [(#BOUTON_ACTION{<:agenda:lien_desinscrire:>, [(#URL_ACTION_AUTEUR{supprimer_evenement_participant,#ID_EVENEMENT-#ID_EVENEMENT_PARTICIPANT,#SELF})], ajax, <:agenda:confirm_suppression_inscription:>})]
30 </td>]
31 </tr>
32 </BOUCLE_inscrits>
33 </tbody>
34 </table>
35 [<p class='pagination'>(#PAGINATION{prive})</p>]
36 </div>
37 [(#AUTORISER{modifier,evenement,#ID_EVENEMENT})
38 [(#BOUTON_ACTION{<:agenda:lien_desinscrire_tous:>, [(#URL_ACTION_AUTEUR{supprimer_evenement_participant,#ID_EVENEMENT-tous,#SELF})], ajax, <:agenda:confirm_suppression_inscription_toutes:>})]
39 ]
40
41 </B_inscrits>
42 <h2><:agenda:aucun_inscrit:></h2>
43 <//B_inscrits>
44
45
46