[SKEL] ~correction affichage des dates et auteurs en page sommaire
[lhc/web/www.git] / www / plugins / skel_lhc / inclure / article-resume.html
1 [(#REM)
2
3 Squelette Presentation d'un article dans une liste
4 (c) 2009 Zpip
5 Distribue sous licence GPL
6
7 ]
8 <BOUCLE_articles(ARTICLES) {id_article} {statut?}>
9 <li class="item hentry">
10 <h3 class="h3 entry-title"><a href="#URL_ARTICLE" rel="bookmark">[(#LOGO_ARTICLE_RUBRIQUE|image_reduire{150,100})]#TITRE</a></h3>
11 <B_rub>
12 <BOUCLE_rub(RUBRIQUES) {id_rubrique=#ID_RUBRIQUE}{titre_mot="Dates et auteurs"}>
13 <div class="info-publi">[<abbr class="published" title="[(#_articles:DATE|date_iso)]">(#_articles:DATE|affdate_jourcourt)</abbr>][<span class="sep">, </span><span class="auteurs"><:par_auteur:> (#_articles:LESAUTEURS)</span>]</div>
14 </BOUCLE_rub>
15 </B_rub>
16 [(#SI_PAGE{sommaire})
17 <div class="info-publi">[<abbr class="published" title="[(#_articles:DATE|date_iso)]">(#_articles:DATE|affdate_jourcourt)</abbr>][<span class="sep">, </span><span class="auteurs"><:par_auteur:> (#_articles:LESAUTEURS)</span>]</div>
18 ]
19 <//B_rub>
20 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
21 </li>
22 </BOUCLE_articles>