blob: bb89483cb0ab47cd3f578e3fe976bc5441b33110 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!doctype html>
<!--[if lt IE 7]><html class="no-js ie6 iel8" lang="[% lang_code %]"><![endif]-->
<!--[if IE 7]> <html class="no-js ie7 iel8" lang="[% lang_code %]"><![endif]-->
<!--[if IE 8]> <html class="no-js ie8 iel8" lang="[% lang_code %]"><![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="[% lang_code %]"><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]-->
<head>
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="HandHeldFriendly" content="true">
<meta name="mobileoptimized" content="0">
<link rel="ToC" href="http://www.barnet.gov.uk/site_map" />
<meta name="Keywords" content="fixmystreet barnet pothole streetlights report street problem" />
<meta name="Description" content="FixMyStreet Barnet: report problems in Barnet like graffiti, fly tipping, broken paving slabs, or street lighting" />
<link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/barnet/img/favicon.ico" />
<link rel="stylesheet" href="[% version('/cobrands/barnet/base.css') %]">
<link rel="stylesheet" href="[% version('/cobrands/barnet/layout.css') %]" media="(min-width:48em)">
<link rel="stylesheet" href="[% version('/js/fancybox/jquery.fancybox-1.3.4.css') %]">
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="[% version('/cobrands/barnet/layout.css') %]">
<![endif]-->
<link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]" media="(min-width:48em)">
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]">
<![endif]-->
<script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script>
<script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script>
[% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %]
<script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script>
[% PROCESS 'header_extra.html' %]
</head>
<body class="[% bodyclass | html IF bodyclass %]">
<div id="barnet-wrapper">
<div id="ie_wrapper">
<div id="mast">
<div class="pseudoH1">
<a href="http://www.barnet.gov.uk/"><span>London Borough of Barnet</span> <img src="/cobrands/barnet/img/blank.gif" alt="London Borough of Barnet logo" /></a>
</div>
<ul id="skip" class="hidden">
<li><a href="#content" rel="nofollow">Skip to content</a></li>
<li><a href="#column_nav" rel="nofollow">Skip to main navigation</a></li>
</ul>
<div class="mast_links"></div>
<span class="clear"></span>
<div id="search"></div>
<div class="clear"></div>
</div>
<div id="page_wrap">
<div id="page">
<div id="breadcrumb">
<!-- googleoff:all -->
<ul>
<li><a href="http://www.barnet.gov.uk/">Home</a></li>
<li><a href="/">FixMyStreet</a></li>
<li class="bc_end"><span>
[% IF c.req.uri.path == '/' %]Report a problem[% ELSE %][% title %][% END %]
</span></li>
</ul>
<!-- googleon:all -->
</div>
<div id="content" class="withWidth fullWidth">
[% IF c.user_exists %]
<div id="user-meta">
<p>
[% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
<a href="/auth/sign_out">[% loc('sign out') %]</a>
</p>
</div>
[% END %]
<h1 id="page-title">
<span>FixMyStreet</span>
</h1>
<div class="wrapper">
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
<a href="/" id="site-logo">FixMyStreet</a>
<a href="#main-nav" id="nav-link">Main Navigation</a>
</div>
</header>
[% pre_container_extra %]
<div class="container">
<div class="content[% " $mainclass" | html IF mainclass %]" role="main">
<!-- end of header -->
|