1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | date,#ENV{sense,-1}, |
---|
3 | titre,1, |
---|
4 | id_article,1, |
---|
5 | points,-1 |
---|
6 | }}) |
---|
7 | ]<B_liste_evt> |
---|
8 | #ANCRE_PAGINATION |
---|
9 | <div class="liste-objets articles"> |
---|
10 | <table class='spip liste'> |
---|
11 | [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{info_1_article,info_nb_articles}})</strong></caption>] |
---|
12 | <thead> |
---|
13 | <tr class='first_row'> |
---|
14 | <th class='date' scope='col'>[(#TRI{date,<:date:>,ajax})]</th> |
---|
15 | <th class='titre principale' scope='col'>[(#TRI{titre,<:info_titre:>,ajax})]</th> |
---|
16 | <th class='lieu' scope='col secondaire'><:reservation:titre_reservations:></th> |
---|
17 | <th class='id' scope='col'>[(#TRI{id_evenement,<:info_numero_abbreviation:>,ajax})]</th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_liste_evt(ARTICLES){id_article ?IN #ENV{id_article}}{id_rubrique?}{id_mot?}{id_evenement_source?}{where?}{statut?}{recherche?}{tri #ENV{par,date_debut},#GET{defaut_tri}}{pagination #ENV{nb,15}}> |
---|
22 | <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
23 | <td class='date secondaire'>[(#DATE|affdate_jourcourt)]</td> |
---|
24 | <td class='titre principale'>[(#LOGO_ARTICLE|image_reduire{20,26})]<a href="[(#ID_ARTICLE|generer_url_entite{article})]" |
---|
25 | title="<:info_numero_abbreviation|attribut_html:> #ID_ARTICLE">[(#RANG). ]#TITRE</a></td> |
---|
26 | |
---|
27 | <td class='reservations'> |
---|
28 | <INCLURE{fond=inclure/compteur_reservation_detail,id_article}/> |
---|
29 | </td> |
---|
30 | <td class='id'>[(#AUTORISER{modifier,article,#ID_ARTICLE}|?{ |
---|
31 | <a href="[(#URL_ECRIRE{article_edit,id_article=#ID_ARTICLE})]">#ID_ARTICLE</a>, |
---|
32 | #ID_ARTICLE |
---|
33 | })]</td> |
---|
34 | </tr> |
---|
35 | </BOUCLE_liste_evt> |
---|
36 | </tbody> |
---|
37 | </table> |
---|
38 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
39 | </div> |
---|
40 | </B_liste_evt>[ |
---|
41 | <div class="liste-objets evenements caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
42 | ]<//B_liste_evt> |
---|