[SPIP] +2.1.12
[velocampus/web/www.git] / www / squelettes / body.html
diff --git a/www/squelettes/body.html b/www/squelettes/body.html
new file mode 100644 (file)
index 0000000..75ba841
--- /dev/null
@@ -0,0 +1,64 @@
+<div id="wrap">
+
+<a name="top"></a>
+
+<div id="fb-root"></div>
+<script>(function(d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s); js.id = id;
+  js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
+       <div id="padd-header">
+               <div id="padd-header-wrapper">
+                       <div class="padd-box padd-box-title">
+                               [(#REM) HEADER / ENTETE ]
+                               <INCLURE{fond=inclure/entete,env}>
+                       </div>          
+                       
+                       <div id="lang">
+                               #MENU_LANG 
+                       </div>  
+               </div>
+       </div>
+
+       <div id="padd-categories" class="padd-box padd-box-categories">
+               <h2>Categories</h2>
+               [(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
+               <div id="nav" class="padd-interior">
+                       <INCLURE{fond=inclure/barre-nav, env, identifiant=barrenav}>
+               </div>
+       </div>
+                       
+
+       <div id="page-wrapper">
+               <div id="contenu">              
+                       [(#REM) CONTENT / CONTENU ]
+                       <INCLURE{fond=contenu/#ENV{type},env}>
+               <div class="divvide"></div>     
+               </div>
+                               
+               <div id="sidebar">
+                       [(#REM) NAVIGATION / EXTRA INFORMATIONS / Informations complementaires]
+                       <INCLURE{fond=navigation/#ENV{type},env}>       
+               </div>
+       </div>          
+
+</div>
+
+       <div class="nettoyeur"></div>   
+
+<div id="footer">
+       [(#REM) FOOTER / Pied de page ]
+       <div id="footer-content">               
+               <div id="footer-content-wrapper">
+               <div class="top"><a href="#top">haut</a></div>
+                       <INCLURE{fond=inclure/pied,env}>
+               </div>
+       </div>   
+</div>
+
+
+