aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/header.html
blob: 145bb986dad9b5aab616dd1a6c3a0233a821b5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin' %]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
dd { margin-left: 8em; }
.adminhidden { color: #666666; }
.error { color: red; }
select { width: auto; }
</style>

    <p><strong>[% tprintf(loc('%s admin:', "%s here is the site name"), site_name) %]</strong>
    [%- FOREACH link IN allowed_links %]
    <a href="[% c.uri_for( link ) %]">[% allowed_pages.$link.0 %]</a>
    [% IF NOT loop.last %]|[% END %]
    [% END %]</p>

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