]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
bzr (mostly) done
[ikiwiki.git] / templates / misc.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <TMPL_IF NAME="FORCEBASEURL">
6 <base href="<TMPL_VAR FORCEBASEURL>" />
7 <TMPL_ELSE>
8 <base href="<TMPL_VAR BASEURL>" />
9 </TMPL_IF>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <title><TMPL_VAR TITLE></title>
12 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
13 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
14 <TMPL_IF NAME="FAVICON">
15 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
16 </TMPL_IF>
17 </head>
18 <body>
19
20 <div class="header">
21 <span>
22 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
23 </span>
24 </div>
25
26 <div id="content">
27 <TMPL_VAR PAGEBODY>
28 </div>
29
30 <div id="footer">
31 <!-- from <TMPL_VAR NAME=WIKINAME> -->
32 </div>
33
34 </body>
35 </html>