diff options
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> |