21 lines
413 B
HTML
21 lines
413 B
HTML
|
|
<BOUCLE_grpes(GROUPES_MOTS){id_groupe}>
|
|
<h1 class="">#TITRE</h1>
|
|
|
|
<div class="liste_des_mots">
|
|
<BOUCLE_mots(MOTS){id_groupe}{par num titre}>
|
|
<INCLURE{fond=inclure/bloc_mot, env, id_mot}>
|
|
</BOUCLE_mots>
|
|
</div>
|
|
|
|
|
|
</BOUCLE_grpes>
|
|
|
|
<h3>Situation des biens</h3>
|
|
[(#INCLURE{fond=modeles/carte_gis,
|
|
autocenterandzoom=oui,
|
|
objets=articles,
|
|
id_mot=#ENV{id_mot},
|
|
zoom_wheel=non,
|
|
height=500px,
|
|
})]
|