blob: e251a83c233e07f77b4c05f3ab2f1bd985eebe75 (
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
[% IF pagefooter %]
<footer role="contentinfo">
<div class="tablewrapper bordered">
<div id="footer-mobileapps">
<h4>Mobile apps</h4>
<ul>
<li><a class="m-app-iphone" href="http://itunes.apple.com/gb/app/fixmystreet/id297456545">iPhone</a></li>
<li><a class="m-app-droid" href="https://market.android.com/details?id=com.android.fixmystreet">Android</a></li>
<li><a class="m-app-nokia" href="http://store.ovi.com/content/107557">Nokia</a></li>
</ul>
</div>
<div id="footer-help">
<ul>
<li>
<h4>[% loc('Are you a developer?') %]</h4>
<p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %]</p>
</li>
<li>
<h4>[% loc('Are you from a council?') %]</h4>
<p>[% loc('Would you like better integration with FixMyStreet? <a href="https://www.fixmystreet.com/council">Find out about FixMyStreet for councils</a>.') %]</p>
</li>
</ul>
</div>
</div>
<p><a href="/privacy">Privacy and cookies</a></p>
</footer>
[% END %]
</div><!-- .content role=main -->
</div><!-- .container -->
</div><!-- .table-cell -->
<div class="nav-wrapper">
<header id="stevenage_cc_header" role="banner">
<div id="stv-headerWrapper">
<div id="stv-header">
<div class="stv-inner">
<div id="stv-logo">
<h1><a href="/"><img src="http://www.stevenage.gov.uk/Images/logo.gif" alt="Stevenage Borough Council"></a></h1>
</div>
<div class="stv-mapLogo">
<img src="http://www.stevenage.gov.uk/Images/mapLogo.gif" alt="">
</div>
<div id="stv-pageTools" class="stv-floatHolder">
<div id="stv-searchStatic">
<label for="search">Search</label> <input type="hidden" name="view" value="Search results"> <input name="search" type="text" value="" placeholder="Search for..." id="stv-search" class="stv-searchInput"> <input type="submit" value="GO">
</div>
</div>
<div class="stv-parf stv-floatHolder">
<a href="http://www.stevenage.gov.uk/pay/"><span class="stv-title">Pay</span> your Council Tax bill and more</a> <a href="http://www.stevenage.gov.uk/apply/"><span class="stv-title">Apply</span> for planning permission and more</a> <a href="http://www.stevenage.gov.uk/report/"><span class="stv-title">Report</span> a missed bin and more</a> <a href="http://www.stevenage.gov.uk/find/" class="stv-find"><span class="stv-title">Find</span> your local councillor and more</a>
</div>
</div>
</div>
<div id="stv-menu">
<div id="stv-primaryNavigation">
<ul id="stv-ctl00_ctl00_PrimaryNavigationLinks" class="stv-floatHolder">
<li>
<a href="http://www.stevenage.gov.uk/council-services/">Council Services</a>
</li>
<li>
<a href="http://www.stevenage.gov.uk/about-the-council/">About the Council</a>
</li>
<li>
<a href="http://www.stevenage.gov.uk/about-stevenage/">About Stevenage</a>
</li>
<li>
<a href="http://www.stevenage.gov.uk/news-and-events/">News and Events</a>
</li>
<li>
<a href="http://www.stevenage.gov.uk/links/">Popular Links</a>
</li>
<li>
<a href="http://www.stevenage.gov.uk/have-your-say/">Have Your Say</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="nav-wrapper-2">
<div id="main-nav" role="navigation">
<ul class="nav-menu nav-menu--main">
<li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
>[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END
%]>[% c.user_exists ? loc("Your account") : loc("Sign in") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/reports/Stevenage' %]span[% ELSE %]a href="/reports/Stevenage"[% END
%]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END
%]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
%]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
</ul>
</div>
</div>
</div>
</div> <!-- .wrapper -->
[% INCLUDE 'common_footer_tags.html' %]
</body>
</html>
|