Changeset 45641 in spip-zone
- Timestamp:
- Mar 21, 2011, 6:07:51 PM (10 years ago)
- Location:
- _core_/plugins
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/dist_2007/sommaire.html
r38667 r45641 26 26 [<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>] 27 27 28 [(#REM) Derniers articles ] 29 <B_articles_recents> 30 <div class="menu articles"> 31 [(#ANCRE_PAGINATION)] 32 <h2><:derniers_articles:></h2> 33 <ul> 34 <BOUCLE_articles_recents(ARTICLES) {par date}{inverse} {pagination 5}> 35 <li class="hentry"> 36 [(#LOGO_ARTICLE_RUBRIQUE{#URL_ARTICLE}|image_reduire{150,100})] 37 <h3 class="entry-title"><a href="#URL_ARTICLE" rel="bookmark">#TITRE</a></h3> 38 <small><abbr class="published"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</abbr>[, <:par_auteur:> (#LESAUTEURS)]</small> 39 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>] 40 </li> 41 </BOUCLE_articles_recents> 42 </ul> 43 [<p class="pagination">(#PAGINATION)</p>] 44 </div> 45 </B_articles_recents> 46 28 <INCLURE{fond=inc-recents,env,ajax} /> 47 29 [(#REM) Breves ] 48 30 <B_breves>
Note: See TracChangeset
for help on using the changeset viewer.