Revision
183
Author
misc
Date
2010-12-21 01:02:36 +0100 (Tue, 21 Dec 2010)

Log Message

revert commit 179

Modified Paths

Modified: identity/CatDap/trunk/root/template/layout
===================================================================
--- identity/CatDap/trunk/root/template/layout	2010-12-20 23:51:32 UTC (rev 182)
+++ identity/CatDap/trunk/root/template/layout	2010-12-21 00:02:36 UTC (rev 183)
@@ -1,8 +1,8 @@
 <div id="doc" class="yui-t7">
-    <div id="hd" >
+    <div id="hd" role="banner">
     [% PROCESS template/header %]
     </div>
-    <div id="bd" >
+    <div id="bd" role="main">
         <div class="yui-g">
             <ul id="nav">
             [% FOREACH subpage IN subpages %]
@@ -31,7 +31,7 @@
             </div>
         </div>
     </div>
-    <div id="ft" >
+    <div id="ft" role="contentinfo">
     [% PROCESS template/footer %]
     </div>
 </div>