aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/header.html
blob: 261f0efb2ff46092b8046ac96675f1a7b96d99c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>