[SKEL] ~autocenterandzoom pour l'affichage des cartes
[lhc/web/clavettes.git] / rubrique.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
5 <BOUCLE_metarub(RUBRIQUES){id_rubrique}>
6 <title>[(#NOM_SITE_SPIP|textebrut)][ - (#TITRE|textebrut)]</title>
7 </BOUCLE_metarub>
8 <INCLURE{fond=inclure/head}/>
9 </head>
10
11 <body>
12 <header>
13 <a href="#">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
14 </header>
15 <section id="wrap">
16 <!--1ERE COLONNE-->
17 <div class="col-12 col-m-6 col-l-3">
18 <B_sites>
19 <div id="ateliers">
20 <BOUCLE_sites(SITES){id_rubrique}{0,1}>
21 <ul>
22 <li[ style="background-color:#(#ID_RUBRIQUE|couleur_rubrique);"]>
23 <a href="#"><h1>#NOM_SITE</h1></a>
24 <BOUCLE_gis(GIS){objet='site'}{id_objet=#ID_SYNDIC}>
25 <h2>• #TITRE</h2>
26 <address>#ADRESSE #CODE_POSTAL #VILLE</address>
27 <p>#DESCRIPTIF</p>
28 </BOUCLE_gis>
29 </li>
30 </ul>
31 <div class="logoatelier">
32 #LOGO_SITE
33 </div>
34 </BOUCLE_sites>
35 </div>
36 </B_sites>
37 </div>
38
39 <!--2EME COLONNE-->
40 <div class="col-12 col-m-6 col-l-5">
41 <B_rubriques>
42 <div id=atelierdescription>
43 <BOUCLE_rubriques(RUBRIQUES){id_rubrique}>
44 <div class="article">
45 <h1>#TITRE</h1>
46 <h3>???</h3>
47 <p>#TEXTE</p>
48 </div>
49 <B_articles>
50 <div id="news">
51 <BOUCLE_articles(ARTICLES){0,8}{!par date}{id_rubrique}>
52 <div class="article">
53 <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]</a>
54 <a href="#"><h1>#TITRE</h1></a>
55 <h3>[(#DATE|affdate)]</h3>
56 <p>#INTRODUCTION</p>
57 </div>
58 </BOUCLE_articles>
59 </div>
60 </B_articles>
61 </BOUCLE_rubriques>
62 </div>
63 </B_rubriques>
64 </div>
65
66 <!--3EME COLONNE-->
67 <div class="col-12 col-m-12 col-l-4">
68 <div class="map">
69 [(#MODELE{carte_gis, autocenterandzoom=oui, fullscreen=oui, height=100%})]
70 </div>
71 </div>
72 <div class="col-12 col-m-12 col-l-4">
73 <div class="agenda">
74 <h1>Agenda</h1>
75 <B_evenements>
76 <ul>
77 <BOUCLE_evenements(EVENEMENTS){age<0}{0,5}>
78 <li>
79 <div class="event">
80 <div class="date">
81 <p><time datetime="#DATE_DEBUT">[(#DATE_DEBUT|affdate{d M})]</time></p>
82 <p><time class="horaire" datetime="#DATE_DEBUT">[(#DATE_DEBUT|heures)]:[(#DATE_DEBUT|minutes)]</time></p>
83 </div>
84 <div class="nature">
85 <p>#TITRE</p>
86 </div>
87 </div>
88 </li>
89 </BOUCLE_evenements>
90 </ul>
91 </B_evenements>
92 </div>
93 </div>
94 </section>
95 <footer>
96 <div class="textfooter">
97 <ul>
98 <li>
99 <h3><a href="#">Licence libre</a></h3>
100 </li>
101 <li>
102 <h3><a href="#">À propos</a></h3>
103 </li>
104 <li>
105 <h3><a href="#">L'Heureux Cyclage</a></h3>
106 </li>
107 </ul>
108 </div>
109 </footer>
110 </body>
111 </html>