]> oss.titaniummirror.com Git - webber.git/blobdiff - in/style/default.tmpl
Add css from the author's web page.
[webber.git] / in / style / default.tmpl
index fedb172699708171c6be3683dc373fc693f0e3d9..946a6afbd8ecb06165a1fa352faa63c5a278fe96 100644 (file)
@@ -8,6 +8,10 @@ ${body}
 <head>
 <title>${file.title | entity}</title>
 <meta http-equiv="Content-Type" content="text/html; charset=${file.output_encoding}"/>
+<link rel="stylesheet" type="text/css" href="${get_path_to_root()}/style/base.css"/>
+<!--[if lte IE 7]>
+<link  rel="stylesheet" type="text/css" href="${get_path_to_root()}/style/ie.css"/>
+<![endif]-->
 % if len(keywords):
        <meta name="keywords" content="${keywords | entity}" />
 % endif
@@ -16,7 +20,16 @@ ${body}
 % endif
 </head>
 <body>
+<div id="wrapper_extra">
+<div id="wrapper">
+<div id="header">
 <h1>${file.title | entity}</h1>
+</div>
+<div id="block_1">
 ${self.contents()}
+</div>
+<div id="footer">Last update: ${format_date(file.ctime)}</div>
+</div>
+</div>
 </body>
 </html>