[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / squelettes-dist / inclure / recents.html
1 <B_articles>
2 <div class="menu menu_articles" id="articles_recents">
3 <h2 class="offscreen"><:articles_recents:></h2>
4 #ANCRE_PAGINATION
5 <ul>
6 <BOUCLE_articles(ARTICLES) {!par date} {pagination}>
7 <li class="hentry clearfix">
8 [(#LOGO_ARTICLE_RUBRIQUE{#URL_ARTICLE}|image_reduire{40,*})]
9 <h3 class="h2 entry-title"><a href="#URL_ARTICLE" rel="bookmark">#TITRE</a></h3>
10 <small><abbr class="published"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</abbr>[, <:par_auteur:> (#LESAUTEURS|supprimer_tags)]</small>
11 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
12 </li>
13 </BOUCLE_articles>
14 </ul>
15 [<p class="pagination">(#PAGINATION|{precedent_suivant})</p>]
16 </div><!--#articles_recents-->
17 </B_articles>