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
403 B
14 lines
403 B
[(#REM) |
|
Squelette Presentation resumee d'un article dans une liste |
|
Distribue sous licence GPL |
|
] |
|
<BOUCLE_mot(MOTS){id_mot}> |
|
<article> |
|
<a href="#URL_MOT" class="image">[(#LOGO_MOT|image_reduire{416,256})]</a> |
|
[<h3>(#TITRE)</h3>] |
|
[<p>(#TEXTE|couper{#ENV{coupe,150}})</p>] |
|
<ul class="actions"> |
|
<li><a href="#URL_MOT" class="button"><:zcore:lire_la_suite:></a></li> |
|
</ul> |
|
</article> |
|
</BOUCLE_mot>
|
|
|