aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/footer.html
blob: 71aaba3657cf2f1792bb02538bcbdc6e354d79ab (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
</div>
</div>

<h2 class="v">[% loc('Navigation') %]</h2>
<ul id="navigation">
<li><a href="/report/new"       >[% loc("Report a problem") %]</a></li>
<li><a href="/reports"          >[% loc("All reports")      %]</a></li>
<li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts")   %]</a></li>
<li><a href="/faq"              >[% loc("Help")             %]</a></li>
<li><a href="/contact"          >[% loc("Contact")          %]</a></li>
</ul>

[% loc('<a href="http://www.mysociety.org/"><img id="logo" width="133" height="26" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a>') %]

<p id="footer">
    [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a>&nbsp;<a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %]
</p>

[% INCLUDE 'tracking_code.html' %]

[% INCLUDE 'debug_footer.html' %]

</body>
</html>