diff options
Diffstat (limited to 'templates/web/fiksgatami/footer.html')
-rw-r--r-- | templates/web/fiksgatami/footer.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/web/fiksgatami/footer.html b/templates/web/fiksgatami/footer.html new file mode 100644 index 000000000..7ad580fa0 --- /dev/null +++ b/templates/web/fiksgatami/footer.html @@ -0,0 +1,23 @@ +</div></div> + +<h2 class="v">[% loc('Navigation') %]</h2> +<ul id="navigation"> +<li><a href="/">[% loc("Report a problem") %]</a></li> +<li><a href="/reports">[% loc("All reports") %]</a></li> +<li><a href="[% c.uri_for('/alert', {pc => pc}) | html %]">[% loc("Local alerts") %]</a></li> +<li><a href="/faq">[% loc("Help") %]</a></li> +<li><a href="/contact">[% loc("Contact") %]</a></li> +</ul> + +<div id="logo" align="center"><a href="http://www.nuug.no/">Foreningen NUUG</a></div> + +<p id="footer"> + [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by <a href="http://www.nuug.no/">NUUG</a>') %] | <a href="http://github.com/mysociety/fixmystreet">[% loc('Source code') %]</a> +</p> + +[% INCLUDE 'tracking_code.html' %] + +[% INCLUDE 'debug_footer.html' %] + +</body> +</html> |