1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | date,#ENV{date_sens,-1}, |
---|
3 | date_heure,#ENV{date_sens,-1}, |
---|
4 | titre,1, |
---|
5 | id_breve,1 |
---|
6 | }}) |
---|
7 | ]<B_liste_bre> |
---|
8 | #ANCRE_PAGINATION |
---|
9 | <div class="liste-objets breves"> |
---|
10 | <table class='spip liste'> |
---|
11 | [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{breves:info_1_breve,breves:info_nb_breves}})</strong></caption>] |
---|
12 | <thead> |
---|
13 | <tr class='first_row'> |
---|
14 | <th class='statut'>[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th> |
---|
15 | <th class='titre'>[(#TRI{titre,<:info_titre:>,ajax})]</th> |
---|
16 | <th class='date'>[(#TRI{date,<:date:>,ajax})]</th> |
---|
17 | <th class='id'>[(#TRI{id_breve,<:info_numero_abbreviation:>,ajax})]</th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_liste_bre(BREVES){id_breve?}{id_secteur?}{id_mot?}{id_rubrique?}{where?}{recherche?}{statut?}{tri #ENV{par,date},#GET{defaut_tri}}{pagination #ENV{nb,10}}> |
---|
22 | <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
23 | <td class='statut'>[(#STATUT|puce_statut{'breve',#ID_BREVE,#ID_RUBRIQUE})]</td> |
---|
24 | <td class='titre principale'>[(#LOGO_BREVE|image_reduire{20,26})]<a href="[(#ID_BREVE|generer_url_entite{breve})]" |
---|
25 | title="<:info_numero_abbreviation|attribut_html:> #ID_BREVE">#TITRE</a></td> |
---|
26 | <td class='date secondaire'>[(#DATE|affdate_jourcourt)]</td> |
---|
27 | <td class='id'>[(#AUTORISER{modifier,breve,#ID_BREVE}|?{ |
---|
28 | <a href="[(#URL_ECRIRE{breve_edit,id_breve=#ID_BREVE})]">#ID_BREVE</a>, |
---|
29 | #ID_BREVE |
---|
30 | })]</td> |
---|
31 | </tr> |
---|
32 | </BOUCLE_liste_bre> |
---|
33 | </tbody> |
---|
34 | </table> |
---|
35 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
36 | </div> |
---|
37 | </B_liste_bre>[ |
---|
38 | <div class="liste-objets breves"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
39 | ]<//B_liste_bre> |
---|