Added Navigation bit to the top of documents for the categories
[biaweb2.git] / templates / main.tpl.html
index 804d24c..198a3c5 100644 (file)
 </style>
 </head>
 <body>
-    <div id="header"></div>
-    <div id="content">
+    <header></header>
+    <section id="content">
         <div id="modification">Created on: {cdate:%d %b %Y, %H:%M %Z}, 
             last modified: {mdate:%d %b %Y, %H:%M %Z}</div>
+        {navbit}
         {contents}
-    </div>
-    <div id="sidebar">
+    </section>
+    <nav id="sidebar">
         {sidebar}
-    </div>
-    <div id ="footer">
+    </nav>
+    <footer>
         My copyright
-    </div>
+    </footer>
 </body>
 </html>