]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
add news item for ikiwiki 1.5
[ikiwiki.git] / templates / misc.tmpl
index 98d60d7032c98df09e6907345737caad1d2003aa..d50fba4235f826c1c84657df9a3ac8a8cfd93f50 100644 (file)
@@ -2,19 +2,28 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
+<TMPL_IF NAME="BASEURL">
+<base href="<TMPL_VAR BASEURL>" />
+</TMPL_IF>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
 <link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
 </head>
 <body>
 
-<h1>
+<div class="header">
+<span>
 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
-</h1>
+</span>
+</div>
 
+<div id="content">
 <TMPL_VAR PAGEBODY>
+</div>
 
+<div id="footer">
 <!-- from <TMPL_VAR NAME=WIKINAME> -->
+</div>
 
 </body>
 </html>