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