ec4c5c5a7d4150a54fa3b5c24407697c137a82ee
[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 <BOUCLE_rub(RUBRIQUES) {id_rubrique=#ID_RUBRIQUE}{titre_mot="Dates et auteurs"}>
12 <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>
13 </BOUCLE_rub>
14 [(#SI_PAGE{sommaire})
15 <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>
16 ]
17 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
18 </li>
19 </BOUCLE_articles>