diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/footer.html | 16 | ||||
-rw-r--r-- | templates/web/default/header.html | 2 |
2 files changed, 10 insertions, 8 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index 298a6a41d..737d29136 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -5,19 +5,21 @@ <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$params{pc}" >[% loc("Local alerts") %]</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> [% 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>') %] -[% #FIXME - should be handled in NO template override %] -[% IF c.config.COUNTRY == 'NO' %] - [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by <a href="http://www.nuug.no/">NUUG</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] -[% ELSE %] - [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] -[% END %] +<p id="footer"> + [% #FIXME - should be handled in NO template override %] + [% IF c.config.COUNTRY == 'NO' %] + [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by <a href="http://www.nuug.no/">NUUG</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] + [% ELSE %] + [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] + [% END %] +</p> [% INCLUDE 'tracking_code.html' %] diff --git a/templates/web/default/header.html b/templates/web/default/header.html index ec0a3554b..e263aa08d 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -24,6 +24,6 @@ <a href="/">[% loc('Fix<span id="my">My</span>Street') %]</a> </div> - <div id="wrapper"><div id="content"> + <div id="wrapper"><div id="mysociety"> [% INCLUDE 'debug_header.html' %] |