46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
HTML
<div class="la_une">
|
|
<BOUCLE_presentation(ARTICLES){grigri=presentation}{0,1}{! par date}>
|
|
<div id="presentation" class="w66">
|
|
<h3 class="#EDIT{titre}">#TITRE</h3>
|
|
<div class="#EDIT{texte}">#TEXTE</div>
|
|
</div>
|
|
</BOUCLE_presentation>
|
|
<BOUCLE_actualites(ARTICLES){grigri=actualites}{0,1}{! par date}>
|
|
<div id="actualites" class="encadre">
|
|
<h3 class="#EDIT{titre}">#TITRE</h3>
|
|
<div class="#EDIT{texte}">#TEXTE</div>
|
|
</div>
|
|
</BOUCLE_actualites>
|
|
</div>
|
|
|
|
<h3 class="la_une">À la une</h3>
|
|
<div class="liste_des_rubriques">
|
|
<BOUCLE_art(ARTICLES){branche}{id_secteur = #CONFIG{champslibres/id_bien}}>
|
|
<INCLURE{fond=inclure/bloc_une, env, id_article,statut=publie}>
|
|
</BOUCLE_art>
|
|
</div>
|
|
|
|
<h3 class="la_une">Les rubriques du journal</h3>
|
|
<div class="liste_des_rubriques">
|
|
<BOUCLE_sect(RUBRIQUES){id_rubrique = #CONFIG{champslibres/id_bien}}>
|
|
<BOUCLE_rub(RUBRIQUES){id_parent}{par num titre}>
|
|
<INCLURE{fond=inclure/bloc_rub, env, id_rubrique}>
|
|
</BOUCLE_rub>
|
|
#SET{nb_rubs, #TOTAL_BOUCLE}
|
|
</B_rub>
|
|
</BOUCLE_sect>
|
|
</div>
|
|
|
|
|
|
[(#REM)
|
|
<div class="container_carte">
|
|
<h3>Situation des biens</h3>
|
|
[(#INCLURE{fond=modeles/carte_gis,
|
|
autocenterandzoom=oui,
|
|
objets=articles,
|
|
id_mot=#ENV{id_mot},
|
|
zoom_wheel=non,
|
|
height=500px,
|
|
})]
|
|
</div>
|
|
]
|