diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-02 15:43:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-02 15:43:30 +0100 |
commit | 4b8d048739cc38b5ed70e3b5f0150b3f8c43a1d2 (patch) | |
tree | 89d3066cdf6ed9d1a86c9e422d496e62ffd46d50 /templates/web/default/admin/header.html | |
parent | 8b38c6d76b837f85d1e51c62b944eac41ec9697c (diff) |
summary page of admin interface
Diffstat (limited to 'templates/web/default/admin/header.html')
-rw-r--r-- | templates/web/default/admin/header.html | 17 |
1 files changed, 17 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..5db365a2a --- /dev/null +++ b/templates/web/default/admin/header.html @@ -0,0 +1,17 @@ +<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="">[% loc('Summary') %]</a> + <a href="">[% loc('Council contacts') %]</a> + <a href="">[% loc('Search Reports') %]</a> + <a href="">[% loc('Timeline') %]</a> + <a href="">[% loc('Survey Results') %]</a> |