~maj plugins
[ptitvelo/web/www.git] / www / plugins / agenda_3_5 / inclure / liste_participants_evenement.html
1 <BOUCLE_inscrits_oui(evenements_participants){id_evenement=#ENV{id,#ENV{id_evenement}}}{reponse='oui'}>
2 </BOUCLE_inscrits_oui>#SET{inscrits,#TOTAL_BOUCLE}</B_inscrits_oui>
3
4 <B_inscrits>
5 #ANCRE_PAGINATION
6 <table class='spip liste'>
7 [<caption>(#GRAND_TOTAL|singulier_ou_pluriel{agenda:info_une_reponse,agenda:info_nb_reponses,nb})[,
8 (#GET{inscrits}|singulier_ou_pluriel{agenda:info_un_inscrit,agenda:info_nb_inscrits,nb})]</caption>]
9 <thead>
10 <tr class='first_row'>
11 <th scope='col'><:nom:></th>
12 <th scope='col'><:agenda:evenement_date_inscription:></th>
13 <th scope='col'><:agenda:info_reponse_inscriptions:></th>
14 </tr>
15 </thead>
16 <tbody>
17 <BOUCLE_inscrits(evenements_participants){id_evenement=#ENV{id,#ENV{id_evenement}}}{par date}{inverse}{pagination #ENV{nb,15}}>
18 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
19 <td>[(#NOM|sinon{#INFO_NOM{auteur,#ID_AUTEUR}})]</td>
20 <td>[(#DATE|affdate_jourcourt)]</td>
21 <td>
22 [(#REPONSE|=={'oui'}|oui)<:agenda:label_reponse_jyparticipe:>]
23 [(#REPONSE|=={'non'}|oui)<:agenda:label_reponse_jyparticipe_pas:>]
24 [(#REPONSE|=={'?'}|oui)<:agenda:label_reponse_jyparticipe_peutetre:>]
25 </td>
26 </tr>
27 </BOUCLE_inscrits>
28 </tbody>
29 </table>
30 [<p class='pagination'>(#PAGINATION)</p>]
31 </B_inscrits>