]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/header
Zero search fix and sweet new templates, wheee...
[maypole.git] / templates / factory / header
index 213c22b993cff8ae7bc60e89630a8c712286db99..a7bc34818eeadf38878b6d459ceaf608b9054855 100644 (file)
@@ -1,5 +1,18 @@
-<HTML>
-    <HEAD>
-        <TITLE> You want to put the title of your application here <TITLE>
-    </HEAD>
-    <BODY>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <title>
+            [%
+              title || config.application_name ||
+                "A poorly configured Maypole application"
+            %]
+        </title>
+        <meta http-equiv="Content-Type" content="text/html; charset=[% 
+           request.document_encoding
+       %]"/>
+        <link title="Maypole" href="/maypole.css" type="text/css"
+            rel="stylesheet"/>
+   </head>
+    <body>
+        <div class="content">