You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
553 B
14 lines
553 B
[(#REM) |
|
Squelette Presentation resumee d'un article dans une liste |
|
Distribue sous licence GPL |
|
] |
|
<BOUCLE_article(ARTICLES){id_article}{statut?}> |
|
<article> |
|
<a href="#URL_ARTICLE" class="image">[(#LOGO_ARTICLE_RUBRIQUE|image_reduire{416,256})]</a> |
|
[<h3[(#ENV{affichertitre}|=={non}|oui) class="offscreen"]>(#TITRE)</h3>] |
|
[<p>(#INTRODUCTION|couper{#ENV{coupe,150}})</p>] |
|
<ul class="actions[(#ENV{afficherlien}|=={non}|oui) offscreen]"> |
|
<li><a href="#URL_ARTICLE" class="button"><:zcore:lire_la_suite:></a></li> |
|
</ul> |
|
</article> |
|
</BOUCLE_article>
|
|
|