40 lines
1.6 KiB
HTML
40 lines
1.6 KiB
HTML
|
<BOUCLE_article(ARTICLES){id_article}>
|
||
|
[<p class="day-date">(#DATE|affdate_long|unique)</p>]
|
||
|
|
||
|
<h2 id="p#ID_ARTICLE" class="post-title"><a href="#URL_ARTICLE">#TITRE</a></h2>
|
||
|
|
||
|
<p class="post-info">
|
||
|
<B_auteurs><:par_auteur|ucfirst:> <BOUCLE_auteurs(AUTEURS){id_article}{", "}><span[ title="(#BIO|couper{60}|texte_backend)"]>#NOM</span></BOUCLE_auteurs>, </B_auteurs>
|
||
|
[(#DATE|affdate_long)] <:spipclear:attime:> [(#DATE|heures)]:[(#DATE|minutes)]
|
||
|
<span>::</span>
|
||
|
<BOUCLE_categorie(RUBRIQUES){id_rubrique}><a href="#URL_RUBRIQUE">#TITRE</a></BOUCLE_categorie>
|
||
|
</p>
|
||
|
|
||
|
[(#CONFIG{spipclear/bloc_post_tags}|=={on}|non)
|
||
|
<INCLURE{fond=noisettes/post-tags}{id_article}>]
|
||
|
|
||
|
[(#LOGO_ARTICLE|#URL_ARTICLE|liens_absolus|image_reduire{150}|inserer_attribut{class,logo})]
|
||
|
|
||
|
[(#CONFIG{spipclear/articles_entiers}|=={on}|oui)
|
||
|
[<div class="post-content #EDIT{texte}" lang="#LANG">
|
||
|
(#TEXTE|image_reduire{450})
|
||
|
</div>]]
|
||
|
|
||
|
[(#CONFIG{spipclear/articles_entiers}|=={on}|non)
|
||
|
[<div class="post-content #EDIT{intro}" lang="#LANG">
|
||
|
(#INTRODUCTION)
|
||
|
</div>]
|
||
|
<p class="read-it"><a href="#URL_ARTICLE" title="[Lire la suite (#TITRE|texte_script)]"><:spipclear:lire_la_suite:></a></p>
|
||
|
]
|
||
|
|
||
|
[<div class="post-content" lang="#LANG"><strong><:voir_en_ligne:></strong> : <a href="(#URL_SITE)">#NOM_SITE</a></div>]
|
||
|
|
||
|
<p class="post-info-co">
|
||
|
<a href="#URL_ARTICLE#co" class="comment_count" title="<:spipclear:commentaires_pour:> : [(#TITRE|textebrut|entites_html)]">
|
||
|
<BOUCLE_commentaires(FORUMS){id_article}{plat}> </BOUCLE_commentaires>
|
||
|
#TOTAL_BOUCLE [(#TOTAL_BOUCLE|=={1}|?{<:spipclear:commentaire:>,<:spipclear:commentaires:>})]
|
||
|
</B_commentaires><:spipclear:aucun_commentaire:><//B_commentaires>
|
||
|
</a>
|
||
|
</p>
|
||
|
</BOUCLE_article>
|