diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 09:58:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 09:58:19 +0000 |
commit | e56bbc838df856cd72c6c7b22d0b1f0e37c59777 (patch) | |
tree | 1ed3fa6f526196330ffb6e76d56b85c1d6ae6161 | |
parent | 913509a89289aa34148e2fe7a711db106a557d8b (diff) |
Zurich admin header.
-rw-r--r-- | templates/web/zurich/admin/header.html | 20 |
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> |