[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / afficher_objets / prive / liste / breves.html
1 [(#SET{defaut_tri,#ARRAY{
2 date,-1,
3 titre,1,
4 id_breve,1
5 }})
6 ]<B_liste_bre>
7 #ANCRE_PAGINATION
8 <div class="liste-elements liste-objets breves">
9 <table class='spip liste'>
10 [<caption><strong class="caption">(#ENV*{titre,<:info_tous_articles_presents:>}) ([(#GRAND_TOTAL)])</strong></caption>]
11 <thead>
12 <tr class='first_row'>
13 <th class='statut' scope='col'>[(#TRI{statut,<span title="<:afficher_objets:info_statut|attribut_html:>">#</span>,ajax})]</th>
14 <th class='titre' scope='col'>[(#TRI{titre,<:info_titre:>,ajax})]</th>
15 <th class='date' scope='col'>[(#TRI{date,<:date:>,ajax})]</th>
16 <th class='id' scope='col'>[(#TRI{id_breve,<:info_numero_abbreviation:>,ajax})]</th>
17 </tr>
18 </thead>
19 <tbody>
20 <BOUCLE_liste_bre(BREVES){id_secteur?}{id_mot?}{id_rubrique?}{where?}{statut?}{tri #ENV{order,date},#GET{defaut_tri}}{pagination #ENV{nb,10}}>
21 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
22 <td class='statut'>[(#ID_ARTICLE|puce_changement_statut{#STATUT,#ID_RUBRIQUE,article})]</td>
23 <td class='titre'>[(#LOGO_BREVE||image_reduire{20,26})]<a href="[(#ID_BREVE|generer_url_entite{breve})]">#TITRE</a></td>
24 <td class='date'>[(#DATE|affdate_jourcourt)]</td>
25 <td class='id'>[(#AUTORISER{modifier,breve,#ID_BREVE}|?{
26 <a href="[(#URL_ECRIRE{breves_edit,id_breve=#ID_BREVE})]">#ID_BREVE</a>,
27 #ID_BREVE
28 })]</td>
29 </tr>
30 </BOUCLE_liste_bre>
31 </tbody>
32 </table>
33 [<p class='pagination'>(#PAGINATION{prive})</p>]
34 </div>
35 </B_liste_bre>[
36 <div class="liste-elements liste-objets breves caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
37 ]<//B_liste_bre>