sites/irclogs.qmsk.net/templates/layout.tmpl
changeset 46 73aef9705d6c
parent 45 e94ab812c0c8
child 47 2cceeb731950
--- a/sites/irclogs.qmsk.net/templates/layout.tmpl	Sun Feb 08 03:13:11 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<%def name="menu()">
-
-</%def>
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-    <head>
-        <title>irclogs.qmsk.net ${('::' + channel.title) if channel else ''}</title>
-        <link rel="Stylesheet" type="text/css" href="${req.site_root}/static/irclogs.css" />
-    </head>
-    <body>
-        <div id="menu">
-            ${self.menu()}
-        </div>
-
-        <div id="content">
-            ${next.body()}
-        </div>
-
-        <div id="footer">
-            <div id="footer-left">
-            </div>
-            
-            <div id="footer-center">
-                <!-- ${h.validation_notice(req.site_host)} -->
-            </div>
-        </div>
-    </body>
-</html>
-