[CSS+SKEL] + adresses
[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){par hasard}>
19 <li[ style="background-color:#(#ID_RUBRIQUE|couleur_rubrique);"]>
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>#ADRESSE #CODE_POSTAL #VILLE</h2></a>
27 <a href="#"><h2>#DESCRIPTIF</h2></a>
28 </li>
29 </BOUCLE_gis>
30 </ul>
31 </B_gis>
32 </li>
33 </BOUCLE_sites>
34 </ul>
35 </div>
36 </div>
37 </B_sites>
38
39 <!--2EME COLONNE-->
40 <B_articles>
41 <div class="col-12 col-m-6 col-l-5">
42 <div id="news">
43 <BOUCLE_articles(ARTICLES){0,10}{!par date}>
44 <div class="article">
45 <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]</a>
46 <a href="#"><h1>#TITRE</h1></a>
47 <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
48 <h3>[(#_articles:DATE|affdate)] - #TITRE</h3>
49 </BOUCLE_rub>
50 <p>#INTRODUCTION</p>
51 </div>
52 </BOUCLE_articles>
53 </div>
54 </div>
55 </B_articles>
56
57 <!--3EME COLONNE-->
58 <div class="col-12 col-m-12 col-l-4">
59 <div class="map">
60 [(#MODELE{carte_gis, zoom=12, fullscreen=oui, height=100%})]
61 </div>
62 </div>
63 <div class="col-12 col-m-12 col-l-4">
64 <div class="agenda">
65 <h1>Agenda</h1>
66 <B_evenements>
67 <ul>
68 <BOUCLE_evenements(EVENEMENTS){age<0}>
69 <li>
70 <div class="event">
71 <div class="date">
72 <p><time datetime="#DATE_DEBUT">[(#DATE_DEBUT|affdate{d M})]</time></p>
73 <p><time class="horaire" datetime="#DATE_DEBUT">[(#DATE_DEBUT|heures)]:[(#DATE_DEBUT|minutes)]</time></p>
74 </div>
75 <div class="nature">
76 <p>#TITRE</p>
77 </div>
78 </div>
79 </li>
80 </BOUCLE_evenements>
81 </ul>
82 </B_evenements>
83 </div>
84 </div>
85 </section>
86 <footer>
87 <div class="textfooter">
88 <ul>
89 <li>
90 <h3><a href="#">Licence libre</a></h3>
91 </li>
92 <li>
93 <h3><a href="#">À propos</a></h3>
94 </li>
95 <li>
96 <h3><a href="#">L'Heureux Cyclage</a></h3>
97 </li>
98 </ul>
99 </div>
100 </footer>
101 </body>
102 </html>