1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | date,#ENV{date_sens,-1}, |
---|
3 | titre,1, |
---|
4 | id_article,1 |
---|
5 | }}) |
---|
6 | ]<B_liste_syndicart> |
---|
7 | #ANCRE_PAGINATION |
---|
8 | <div class="liste-objets syndic_articles"> |
---|
9 | <table class='spip liste'> |
---|
10 | [<caption><span class="image_loading"></span><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{info_1_article_syndique,info_nb_articles_syndiques}})</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'>[(#TRI{titre,<:info_titre:>,ajax})]</th> |
---|
15 | [(#ENV{id_syndic,''}|non) |
---|
16 | <th class='site'>site</th> |
---|
17 | ] |
---|
18 | <th class='date'>[(#TRI{date,<:date:>,ajax})]</th> |
---|
19 | <th class='action'></th> |
---|
20 | </tr> |
---|
21 | </thead> |
---|
22 | <tbody> |
---|
23 | <BOUCLE_liste_syndicart(SYNDIC_ARTICLES){id_syndic_article?}{id_syndic?}{where?}{recherche?}{statut?}{id_rubrique?}{lesauteurs?}{tri #ENV{par,date},#GET{defaut_tri}}{pagination #ENV{nb,10}}> |
---|
24 | <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
25 | <td class='statut'>[(#STATUT|puce_statut{syndic_article})]</td> |
---|
26 | <td class='titre principale'>[<a |
---|
27 | href="(#URL_ARTICLE)" |
---|
28 | title="<:info_numero_abbreviation|attribut_html:> #ID_SYNDIC_ARTICLE">#SET{a,'</a>'}]#TITRE[(#GET{a})] |
---|
29 | <span class="auteurs">([(#LESAUTEURS), ][(#DATE|affdate_court)])</span> |
---|
30 | [(#TAGS|afficher_enclosures)] |
---|
31 | [<span class="tags"><em>(#TAGS|afficher_tags)</em></span>] |
---|
32 | [<span class="source">[<a href="(#URL_SOURCE)">#SET{b,'</a>'}](#SOURCE|sinon{#URL_SOURCE})#GET{b}</span>] |
---|
33 | </td> |
---|
34 | [(#ENV{id_syndic,''}|non) |
---|
35 | <td class='site'><a href="[(#ID_SYNDIC|generer_url_entite{site})]" |
---|
36 | title="<:info_numero_abbreviation|attribut_html:> #ID_SYNDIC">#INFO_TITRE{syndic,#ID_SYNDIC}</a></td> |
---|
37 | ] |
---|
38 | <td class='date secondaire'>[(#DATE|affdate_jourcourt)]</td> |
---|
39 | <td class='action'>[(#AUTORISER{moderer,site,#ID_SYNDIC}|oui) |
---|
40 | #SET{valider,' '} |
---|
41 | [(#STATUT|=={publie}|oui)[(#BOUTON_ACTION{<:sites:info_bloquer_lien:>,#URL_ACTION_AUTEUR{instituer_syndic_article,#ID_SYNDIC_ARTICLE-refuse,#SELF},ajax})] |
---|
42 | #SET{valider,''}][ |
---|
43 | (#STATUT|=={refuse}|oui)[(#BOUTON_ACTION{<:sites:info_retablir_lien:>,#URL_ACTION_AUTEUR{instituer_syndic_article,#ID_SYNDIC_ARTICLE-publie,#SELF},ajax})] |
---|
44 | #SET{valider,''}][ |
---|
45 | (#STATUT|=={off}|et{#ID_SYNDIC_ARTICLE|test_syndic_article_miroir}|oui) |
---|
46 | <:sites:syndic_lien_obsolete:> |
---|
47 | #SET{valider,''}][(#GET{valider}|oui) |
---|
48 | [(#BOUTON_ACTION{<:sites:info_retablir_lien:>,#URL_ACTION_AUTEUR{instituer_syndic_article,#ID_SYNDIC_ARTICLE-publie,#SELF},ajax})] |
---|
49 | ] |
---|
50 | ]</td> |
---|
51 | </tr> |
---|
52 | </BOUCLE_liste_syndicart> |
---|
53 | </tbody> |
---|
54 | </table> |
---|
55 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
56 | </div> |
---|
57 | </B_liste_syndicart>[ |
---|
58 | <div class="liste-objets syndic_articles"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
59 | ]<//B_liste_syndicart> |
---|