aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zurich/admin/header.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html
new file mode 100644
index 000000000..1bb78c476
--- /dev/null
+++ b/templates/web/zurich/admin/header.html
@@ -0,0 +1,20 @@
+[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage' %]
+<style type="text/css">
+dt { clear: left; float: left; font-weight: bold; }
+dd { margin-left: 8em; }
+.hidden { color: #666666; }
+.error { color: red; }
+select { width: auto; }
+</style>
+
+ <p><strong>[% loc('FixMyStreet admin:') %]</strong>
+ <a href="summary">[% loc('Summary') %]</a> |
+ <a href="bodies">[% loc('Bodies') %]</a> |
+ <a href="reports">[% loc('Reports') %]</a> |
+ <!-- <a href="timeline">Timeline</a> | -->
+ <!-- <a href="questionnaire">Survey</a> | -->
+ <a href="users">[% loc('Users') %]</a>
+ <!-- <a href="flagged">Flagged</a> | -->
+ <!-- <a href="stats">Stats</a> -->
+
+ <h1>[% title %]</h1>