[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / afficher_objets / prive / liste / articles.html
1 [(#SET{defaut_tri,#ARRAY{
2 date,#ENV{date_sens,-1},
3 titre,1,
4 num titre,1,
5 id_article,1
6 }})
7 ]<B_liste_art>
8 #ANCRE_PAGINATION
9 <div class="liste-elements liste-objets articles">
10 <table class='spip liste'>
11 [<caption><strong class="caption">(#ENV*{titre,<:info_tous_articles_presents:>}) ([(#GRAND_TOTAL)])</strong></caption>]
12 <thead>
13 <tr class='first_row'>
14 <th class='statut' scope='col'>[(#TRI{statut,<span title="<:afficher_objets:info_statut|attribut_html:>">#</span>,ajax})]</th>
15 <th class='rang' scope='col'>[(#TRI{num titre,<:afficher_objets:rang:>,ajax})]</th>
16 <th class='titre' scope='col'>[(#TRI{titre,<:info_titre:>,ajax})]</th>
17 <th class='auteur' scope='col'><:auteur:></th>
18 <th class='date' scope='col'>[(#TRI{date,<:date:>,ajax})]</th>
19 <th class='id' scope='col'>[(#TRI{id_article,<:info_numero_abbreviation:>,ajax})]</th>
20 </tr>
21 </thead>
22 <tbody>
23 <BOUCLE_liste_art(ARTICLES){id_rubrique?}{id_mot?}{id_auteur?}{where?}{statut?}{tri #ENV{order,date},#GET{defaut_tri}}{pagination #ENV{nb,10}}{!lang_select}>
24 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
25 <td class='statut'>[(#ID_ARTICLE|puce_changement_statut{#STATUT,#ID_RUBRIQUE,article})]</td>
26 <td class='rang'>#RANG</td>
27 <td class='titre'>[(#LOGO_ARTICLE||image_reduire{20,26})]<a href="[(#ID_ARTICLE|generer_url_entite{article})]">[(#TITRE|supprimer_numero)]</a></td>
28 <td class='auteur'><BOUCLE_auteurs(AUTEURS){id_article}{', '}><a href="[(#ID_AUTEUR|generer_url_entite{auteur})]">#NOM</a></BOUCLE_auteurs></td>
29 <td class='date'>[(#DATE|affdate_jourcourt)]</td>
30 <td class='id'>[(#AUTORISER{modifier,article,#ID_ARTICLE}|?{
31 <a href="[(#URL_ECRIRE{articles_edit,id_article=#ID_ARTICLE})]">#ID_ARTICLE</a>,
32 #ID_ARTICLE
33 })]</td>
34 </tr>
35 </BOUCLE_liste_art>
36 </tbody>
37 </table>
38 [<p class='pagination'>(#PAGINATION{prive})</p>]
39 </div>
40 </B_liste_art>[
41 <div class="liste-elements liste-objets articles caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
42 ]<//B_liste_art>