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
452 B
14 lines
452 B
[(#REM) |
|
Squelette Presentation resumee d'un article dans une liste |
|
Distribue sous licence GPL |
|
] |
|
<BOUCLE_article(RUBRIQUES){id_rubrique}{statut?}> |
|
<article> |
|
<a href="#URL_RUBRIQUE" class="image">[(#LOGO_RUBRIQUE|image_reduire{416,256})]</a> |
|
[<h3>(#TITRE)</h3>] |
|
[<p>(#INTRODUCTION|couper{#ENV{coupe,150}})</p>] |
|
<ul class="actions"> |
|
<li><a href="#URL_RUBRIQUE" class="button"><:zcore:lire_la_suite:></a></li> |
|
</ul> |
|
</article> |
|
</BOUCLE_article>
|
|
|