Merge branch 'master' of ateliers.heureux-cyclage.org:lhc/web/clavettes
[lhc/web/clavettes.git] / sommaire.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
5 <INCLURE{fond=inclure/head}/>
6 </head>
7
8 <body>
9 <header>
10 <a href="#">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
11 </header>
12 <section id="wrap">
13 <!--1ERE COLONNE-->
14 <B_sites>
15 <div class="col-12 col-m-6 col-l-3">
16 <div id="ateliers">
17 <ul>
18 <BOUCLE_sites(SITES)>
19 <li>
20 <a href="#"><h1>#NOM_SITE</h1></a>
21 <B_gis>
22 <ul>
23 <BOUCLE_gis(GIS){objet='site'}{id_objet=#ID_SYNDIC}>
24 <li>
25 <a href="#"><h2>#TITRE</h2></a>
26 <a href="#"><h2>#DESCRIPTIF</h2></a>
27 </li>
28 </BOUCLE_gis>
29 </ul>
30 </B_gis>
31 </li>
32 </BOUCLE_sites>
33 </ul>
34 </div>
35 </div>
36 </B_sites>
37
38 <!--2EME COLONNE-->
39 <B_articles>
40 <div class="col-12 col-m-6 col-l-5">
41 <div id="news">
42 <BOUCLE_articles(ARTICLES)>
43 <div class="article">
44 <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"})]</a>
45 <a href="#"><h1>#TITRE</h1></a>
46 <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
47 <a href="#"><h3>#_articles:DATE - #TITRE</h3></a>
48 </BOUCLE_rub>
49 <a href="#"><p>#INTRODUCTION</p></a>
50 </div>
51 </BOUCLE_articles>
52 </div>
53 </div>
54 </B_articles>
55
56 <!--3EME COLONNE-->
57 <div class="col-12 col-m-12 col-l-4">
58 <div class="map">
59 </div>
60 </div>
61 <div class="col-12 col-m-12 col-l-4">
62 <div class="agenda">
63 </div>
64 </div>
65 </section>
66 </body>
67 </html>