aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/header.html')
-rw-r--r--templates/web/default/admin/header.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html
new file mode 100644
index 000000000..66ffaf770
--- /dev/null
+++ b/templates/web/default/admin/header.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>[% title %] - [% loc('FixMyStreet administration') %]</title>
+<style type="text/css">
+dt { clear: left; float: left; font-weight: bold; }
+dd { margin-left: 8em; }
+.hidden { color: #666666; }
+</style>
+</head>
+<body>
+
+ <strong>[% loc('FixMyStreet admin:') %]</strong>
+ <a href="[% c.uri_for( '' ) %]">[% loc('Summary') %]</a>
+ <a href="[% c.uri_for( 'council_list' ) %]">[% loc('Council contacts') %]</a>
+ <a href="">[% loc('Search Reports') %]</a>
+ <a href="">[% loc('Timeline') %]</a>
+ <a href="[% c.uri_for( 'questionnaire') %]">[% loc('Survey Results') %]</a>
+
+ <h1>[% title %]</h1>