]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
Add getsource plugin
[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="pageheader">
21 <div class="header">
22 <span>
23 <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
24 </span>
25 </div>
26 </div> <!-- .pageheader -->
27
28 <div id="content">
29 <TMPL_VAR PAGEBODY>
30 </div>
31
32 <div id="footer">
33 <!-- from <TMPL_VAR NAME=WIKINAME> -->
34 </div>
35
36 </body>
37 </html>