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

    <h1>[% title %]</h1>