Changeset 106862 in spip-zone for _squelettes_/escal/branche_V3/inclusions/inc-annonce_defilant_article.html
- Timestamp:
- Oct 14, 2017, 11:29:00 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/branche_V3/inclusions/inc-annonce_defilant_article.html
r104136 r106862 22 22 ] 23 23 <a href="[(#URL_ARTICLE|parametre_url{lang,#ENV{lang}})]" class="suite" title="[(#DESCRIPTIF|textebrut|entites_html)]"><strong><:escal:lire_suite:></strong></a> 24 25 <div class="annonce-titre #EDIT{titre}">#TITRE</div> 26 27 <div class="#EDIT{texte}"> 24 <div class="nettoyeur"></div> 25 26 <!-- affichage logo --> 27 [(#LOGO_ARTICLE||image_reduire{#CONFIG{escal/config/taillelogoannonce,150}})] 28 <!-- affichage titre --> 29 <div class="annonce-titre #EDIT{titre}">#TITRE</div> 30 <!-- affichage descriptif --> 31 <BOUCLE_descriptif_ann(ARTICLES){id_article}{si #CONFIG{escal/config/descriptifannonce}|=={non}|non}> 32 [<div class="#EDIT{descriptif} annonce-descriptif"> 33 (#DESCRIPTIF) 34 </div>] 35 </BOUCLE_descriptif_ann> 36 <div class="nettoyeur"></div> 37 <br /> 38 <!-- affichage texte --> 39 <BOUCLE_texteann(ARTICLES){id_article}{si #CONFIG{escal/config/texteannonce}|=={non}|non}> 40 <div class="#EDIT{texte} annonce-texte"> 28 41 [(#PLUGIN{COUTEAU_SUISSE}|oui) 29 42 [(#TEXTE* … … 42 55 |image_reduire{[(#CONFIG{escal/config/largeurimage,400})],0} 43 56 )] 44 ] 57 ] 45 58 </div> 59 </BOUCLE_texteann> 60 46 61 </div> 47 62 </div>
Note: See TracChangeset
for help on using the changeset viewer.