[SKEL] +mise en place des blocs
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 21 Jan 2015 11:36:43 +0000 (12:36 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 21 Jan 2015 11:36:43 +0000 (12:36 +0100)
sommaire.html

index 0654134..4da1f2e 100644 (file)
@@ -1,13 +1,59 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+<title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
 <INCLURE{fond=inclure/head}/>
 </head>
 
 <body>
     <header>
-        <a href="#">[(#LOGO_SITE_SPIP)]</a>
+        <a href="#">[(#LOGO_SITE_SPIP|inserer_attribut{alt,#NOM_SITE_SPIP})]</a>
     </header>
-    Pouet
+    <section id="wrap">
+<!--1ERE COLONNE-->
+        <B_rubriques>
+        <div class="col-12 col-m-6 col-l-3">
+                <div id="ateliers">
+                    <ul>
+                        <BOUCLE_rubriques(RUBRIQUES)>
+                        <li>
+                            <a href="#"><h1>#TITRE</h1></a>
+                            <a href="#"><h2>#TEXTE</h2></a>
+                            <a href="#"><h2>horaires</h2></a>
+                        </li>
+                        </BOUCLE_rubriques>
+                    </ul>
+                </div>
+        </div>
+        </B_rubriques>
+
+<!--2EME COLONNE-->
+        <B_articles>
+        <div class="col-12 col-m-6 col-l-5">
+            <div id="news">
+                <BOUCLE_articles(ARTICLES)>
+                <div class="article">
+                    <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"})]</a>
+                    <a href="#"><h1>#TITRE</h1></a>
+                    <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
+                    <a href="#"><h3>#_articles:DATE - #TITRE</h3></a>
+                    </BOUCLE_rub>
+                    <a href="#"><p>#INTRODUCTION</p></a>
+                </div>
+                </BOUCLE_articles>
+            </div>
+        </div>
+        </B_articles>
+
+<!--3EME COLONNE-->
+        <div class="col-12 col-m-12 col-l-4">
+                <div class="map">
+                </div>
+        </div>
+        <div class="col-12 col-m-12 col-l-4">
+            <div class="agenda">
+            </div>
+        </div>
+    </section>
 </body>
 </html>