390fc4101b5e96fbdd9ad0d6f0f39c96ffd69a31
[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(AUTEURS 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'><a href="[(#ID_AUTEUR|generer_url_entite{auteur})]"[ title="(#BIO*|couper{200}|attribut_html)"]>[(#RANG). ][(#NOM|sinon{<:texte_vide:>})]</a></td>
21 <td class='mail'>#EMAIL</td>
22 <td class='date'>[(#DATE|affdate_jourcourt|unique{liste_evt})]</td>
23 <td class='reponse'>#REPONSE</td>[
24 (#AUTORISER{modifier,evenement,#ID_EVENEMENT})<td class='delete'>
25 <button class="button link delete" name="supprimer_lien&#91;evenement-#ID_EVENEMENT-auteur-#ID_AUTEUR&#93;" value="X" onclick="return (confirm('<:agenda:confirm_suppression_inscription:>'));"><:agenda:lien_desinscrire:> [(#CHEMIN_IMAGE{supprimer-12.png}|balise_img{'X'})]</button>
26 </td>]
27 </tr>
28 </BOUCLE_inscrits>
29 </tbody>
30 </table>
31 [<p class='pagination'>(#PAGINATION{prive})</p>]
32 </div>
33 [(#AUTORISER{modifier,evenement,#ID_EVENEMENT})<p><button class="button link delete" name="supprimer_lien&#91;evenement-#ID_EVENEMENT-auteur-*&#93;" value="X" onclick="return (confirm('<:agenda:confirm_suppression_inscription_toutes:>'));"><:agenda:lien_desinscrire_tous:> [(#CHEMIN_IMAGE{supprimer-12.png}|balise_img{'X'})]</button></p>]
34
35 </B_inscrits>
36 <h2><:agenda:aucun_inscrit:></h2>
37 <//B_inscrits>
38
39