1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/squelettes-dist/inclure/recents.html
2015-04-28 17:10:23 +02:00

17 lines
No EOL
750 B
HTML

<B_articles>
<div class="menu menu_articles" id="articles_recents">
<h2 class="offscreen"><:articles_recents:></h2>
#ANCRE_PAGINATION
<ul>
<BOUCLE_articles(ARTICLES) {!par date} {pagination}>
<li class="hentry clearfix">
[(#LOGO_ARTICLE_RUBRIQUE{#URL_ARTICLE}|image_reduire{40,*})]
<h3 class="h2 entry-title"><a href="#URL_ARTICLE" rel="bookmark">#TITRE</a></h3>
<small><abbr class="published"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</abbr>[, <:par_auteur:> (#LESAUTEURS|supprimer_tags)]</small>
[<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
</li>
</BOUCLE_articles>
</ul>
[<p class="pagination">(#PAGINATION|{precedent_suivant})</p>]
</div><!--#articles_recents-->
</B_articles>