aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/header.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-10 14:56:00 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-10 14:56:00 +0100
commit391ca1c469d93bb2c4798cc15e56fc495b5e80dd (patch)
tree6bc90fae589de824095e668fbf510ef259935729 /templates/web/default/header.html
parent7c96f8ec61d6eddc211f3f0e71cdb276c6a5f773 (diff)
parent860383f0de3287b0666d64a3ffff3db3a0f087ae (diff)
Merge branch 'migrate_to_catalyst' into reportemptyhomes
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r--templates/web/default/header.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
new file mode 100644
index 000000000..52f066663
--- /dev/null
+++ b/templates/web/default/header.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="[% lang_code %]">
+ <head>
+
+ [% INCLUDE 'common_header_tags.html' %]
+
+ <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style>
+ <!--[if LT IE 7]>
+ <style type="text/css">@import url("/css/ie6.css");</style>
+ <![endif]-->
+
+ </head>
+ <body>
+
+ [% IF NOT title AND NOT c.req.path %]<h1 id="header">[% ELSE %]<div id="header"><a href="/">[% END %]
+ [%- loc('Fix<span id="my">My</span>Street') %]
+ [%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %]
+
+ <div id="wrapper"><div id="mysociety">
+
+ [% INCLUDE 'debug_header.html' %]