aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/emptyhomes/header.html
blob: 063cbba183c99aa99f890d9c1e67f74ebf3ebb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<!--[if lt IE 7]><html class="ie6 oldie" lang="[% lang_code %]"><![endif]-->
<!--[if IE 7]>   <html class="ie7 oldie" lang="[% lang_code %]"><![endif]-->
<!--[if IE 8]>   <html class="ie8 oldie" lang="[% lang_code %]"><![endif]-->
<!--[if gt IE 8]><!--><html lang="[% lang_code %]"><!--<![endif]-->
<head>

    <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
    <link rel="stylesheet" type="text/css" href="[% version('/cobrands/emptyhomes/css.css') %]">
    [% INCLUDE 'common_header_tags.html' %]

</head>
<body>

<div id="header">
    <a href="http://www.emptyhomes.com/"><img id="eha-logo" border="0" src="/i/eha-logo.jpeg" alt="Empty Homes Agency" width="91" height="71" align="left"></a>
    <div>
        <small><em>in conjunction with</em></small>
        <br>
        <a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47s.png" alt="Shelter Cymru" width="80" height="33" align="bottom"></a>
        <a href="http://scotland.shelter.org.uk/housing_issues/more_homes/empty_homes"><img border="0" src="/i/SEHPlogo-bwS.png" alt="Scottish Empty Homes Partnership" width="131" height="40" align="bottom"></a>
    </div>
</div>

<div id="navigation">
    <ul>
      <li><a href="/">[% loc("Report a problem") %]</a></li>
      <li><a href="/faq">[% loc("Help") %]</a></li>
      <li><a href="/about">[% loc('About us') %]</a></li>
        [% IF lang_code == 'en-gb' %]
            <li><a href="http://cy.[% c.cobrand.base_host %][% c.req.uri.path_query %]">Cymraeg</a></li>
        [% ELSE %]
            <li><a href="http://en.[% c.cobrand.base_host %][% c.req.uri.path_query %]">English</a></li>
        [% END %]
    </ul>
</div>

<ul id="meta">
    [% IF c.user_exists %]
        <li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %]
        <li><a href="/auth/sign_out">[% loc('Sign out') %]</a></li>
    [% ELSE %]
        <li>&nbsp;</li>
    [% END %]
</ul>

<div id="wrapper">
<div id="mysociety">

    [% INCLUDE 'debug_header.html' %]