1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | date_heure,#ENV{date_sens,-1}, |
---|
3 | titre,1, |
---|
4 | id_forum,1 |
---|
5 | }}) |
---|
6 | ]<B_liste_art> |
---|
7 | #ANCRE_PAGINATION |
---|
8 | <div class="liste-objets forums"> |
---|
9 | <table class='spip liste'> |
---|
10 | [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{forum:info_1_message_forum,forum:info_nb_message_forum}})</strong></caption>] |
---|
11 | <thead> |
---|
12 | <tr class='first_row'> |
---|
13 | <th class='statut'>[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th> |
---|
14 | <th class='titre principale'>[(#TRI{titre,<:info_titre:>,ajax})]</th> |
---|
15 | <th class='auteur'><:auteur:></th> |
---|
16 | <th class='date secondaire'>[(#TRI{date_heure,<:date:>,ajax})]</th> |
---|
17 | <th class='id'>[(#TRI{id_forum,<:info_numero_abbreviation:>,ajax})]</th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_liste_art(FORUMS){id_forum?}{id_rubrique?}{id_mot?}{id_auteur?}{where?}{statut?}{recherche?}{tri #ENV{par,date_heure},#GET{defaut_tri}}{pagination #ENV{nb,10}}> |
---|
22 | <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
23 | <td class='statut'>[(#CHEMIN_IMAGE{[forum-statut-(#STATUT)-24.png]}|balise_img|inserer_attribut{alt,#VAL{forum:statut_}|concat{#STATUT}|_T})]</td> |
---|
24 | <td class='titre principale'><a href="[(#ID_FORUM|generer_url_entite{forum})]" |
---|
25 | title="<:info_numero_abbreviation|attribut_html:> #ID_FORUM">[(#RANG). ]#TITRE</a> |
---|
26 | [<div class='texte'>(#TEXTE|couper{100})</div>] |
---|
27 | </td> |
---|
28 | <td class='auteur'>[(#ID_AUTEUR|oui)<a |
---|
29 | href='[(#ID_AUTEUR|generer_url_entite{auteur})]'>#MODELE{auteur_nom,id_auteur}</a>][(#ID_AUTEUR|non)#AUTEUR]</td> |
---|
30 | <td class='date secondaire'>[(#DATE_HEURE|affdate_jourcourt)]</td> |
---|
31 | <td class='id'>[(#AUTORISER{modererforum,#OBJET,#ID_OBJET}|?{ |
---|
32 | <a href="[(#URL_ECRIRE{controler_forum,debut_forum=#ID_FORUM})]">#ID_FORUM</a>, |
---|
33 | #ID_FORUM |
---|
34 | })]</td> |
---|
35 | </tr> |
---|
36 | </BOUCLE_liste_art> |
---|
37 | </tbody> |
---|
38 | </table> |
---|
39 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
40 | </div> |
---|
41 | </B_liste_art>[ |
---|
42 | <div class="liste-objets forums"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
43 | ]<//B_liste_art> |
---|