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..261f0efb2 --- /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> + [%- FOREACH link IN allowed_links %] + <a href="[% c.uri_for( link ) %]">[% allowed_pages.$link.0 %]</a> + [%- END %] + + <h1>[% title %]</h1> |