recents.html 758 B

12345678910111213141516171819
  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>
  11. <abbr class="published"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</abbr>[, <:par_auteur:> (#LESAUTEURS|supprimer_tags)]
  12. </small>
  13. [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
  14. </li>
  15. </BOUCLE_articles>
  16. </ul>
  17. [<p class="pagination">(#PAGINATION|{precedent_suivant})</p>]
  18. </div><!--#articles_recents-->
  19. </B_articles>