30 lines
913 B
HTML
30 lines
913 B
HTML
|
<h1 class="grostitre"><:info_suivi_activite:></h1>
|
||
|
#SET{recentwhere,''}
|
||
|
<BOUCLE_haspostdate(ARTICLES){statut=publie}{0,1}>
|
||
|
[(#SET{recentwhere,[NOT ((#VAL{date}|quete_condition_postdates))]})]
|
||
|
<INCLURE{fond=prive/objets/liste/articles,titre=<:info_article_a_paraitre:>,statut=publie,par=date,date_sens=1,nb=5,where=#GET{recentwhere},env,ajax} />
|
||
|
[(#SET{recentwhere,[(#VAL{date}|quete_condition_postdates)]})]
|
||
|
</BOUCLE_haspostdate>
|
||
|
|
||
|
|
||
|
[(#REM)
|
||
|
|
||
|
En cours de validation
|
||
|
|
||
|
][
|
||
|
[(#BOITE_OUVRIR{<:texte_en_cours_validation:>,'basic highlight'})]
|
||
|
(#PIPELINE{accueil_encours,#INCLURE{fond=prive/objets/liste/articles,titre=<:info_articles_proposes:>,statut=prop,id_rubrique,par=date,ajax,env}})
|
||
|
|
||
|
[(#VAL{a_suivre}|bouton_spip_rss)]
|
||
|
|
||
|
#BOITE_FERMER
|
||
|
]
|
||
|
|
||
|
[(#REM)
|
||
|
|
||
|
Les articles recents
|
||
|
|
||
|
]
|
||
|
<INCLURE{fond=prive/objets/liste/articles,titre=<:articles_recents:>,statut=publie,par=date,where=#GET{recentwhere},nb=5,env,ajax} />
|
||
|
|