Around the bottommenu and editmenu, added <div id="menu_div">.
authorrich <rich>
Mon, 20 Sep 2004 10:59:48 +0000 (10:59 +0000)
committerrich <rich>
Mon, 20 Sep 2004 10:59:48 +0000 (10:59 +0000)
Around the footer, added <div id="footer_div">.

templates/page.html

index c5011b1..ece2787 100644 (file)
@@ -47,6 +47,7 @@
 ::end::
 </ul>
 
+<div id="menu_div">
 <ul id="bottommenu" class="menu">
 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
@@ -75,7 +76,9 @@
 <li> <a href="/_admin">Server administration</a> </li>
 ::end::
 </ul>
+</div>
 
+<div id="footer_div">
 <hr/>
 
 <ul id="footer" class="menu">
@@ -83,6 +86,7 @@
 <li> <a href="/copyright">Copyright &copy; ::year::</a> </li>
 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
 </ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file