[SKEL] +mise en place de la compatibilite crayons
[lhc/web/clavettes.git] / inclure / sites.html
1 #CACHE{0}
2
3 <B_sites>
4 <div class="col-12 col-m-6 col-l-3">
5 <div id="ateliers">
6 <h2 class="titre"><:clavettes:les_ateliers:></h2>
7 <ul>
8 <BOUCLE_sites(SITES){par hasard}>
9 <li[ style="background-color:#(#ID_RUBRIQUE|couleur_rubrique);"]>
10 <h2 class="#EDIT{nom_site}"><a href="#URL_RUBRIQUE">#NOM_SITE</a></h2>
11 <B_gis>
12 <ul>
13 <BOUCLE_gis(GIS){objet='site'}{id_objet=#ID_SYNDIC}>
14 <li>
15 <h3>• #TITRE</h3>
16 <address>
17 <p>#ADRESSE</p>
18 <p>#CODE_POSTAL #VILLE</p>
19 </address>
20 <div class="#EDIT{descriptif} descriptif">#DESCRIPTIF</div>
21 </li>
22 </BOUCLE_gis>
23 </ul>
24 </B_gis>
25 </li>
26 </BOUCLE_sites>
27 </ul>
28 </div>
29 </div>
30 </B_sites>