aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/footer.html
blob: da77b17569adff9e8eca6978560d8f9a39bd8b31 (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
                </div><!-- .content role=main -->
            </div><!-- .container -->
        </div><!-- .table-cell -->

        <div class="nav-wrapper">
            <div class="nav-wrapper-2">
                <div id="main-nav" role="navigation">
                    <ul id="mysoc-menu">
                        <li><a href="http://www.fixmystreet.com/">Powered by <img src="https://github.com/mysociety/fixmystreet/raw/9a9889db881e24c17f51804ba56c11bd264bbf9c/web/cobrands/fixmystreet/fms-logo.png" style="height:20px; vertical-align: bottom"></a></li>
                    </ul>

                    <ul id="main-menu">
                        <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
                            %]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[%
                        %]<li><[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Bromley"[% 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 -->

<div id="bromley-footer" class="desk-only">
	<p class="copy">&copy; 2012 London Borough of Bromley</p>
		
	<a href="http://www.direct.gov.uk/"><img src="http://www.bromley.gov.uk/site/images/directgov.jpg" alt="Directgov website link - Public services all in one place" /></a>
		
	<ul class="footer-nav">
		<li><a href="#bromley-header">To the top</a></li>
		<li><a href="http://www.bromley.gov.uk/terms">Disclaimer</a></li>
		<li><a href="http://www.bromley.gov.uk/privacy" rel="nofollow">Privacy and cookies</a></li>
		<li><a href="http://www.bromley.gov.uk/accesstoinfo">Access to information</a></li>
	</ul>

</div>

</body>
</html>