diff options
Diffstat (limited to 'templates/web/default/footer.html')
-rw-r--r-- | templates/web/default/footer.html | 52 |
1 files changed, 21 insertions, 31 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index 38e83c1c2..ae2a3798a 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -1,49 +1,39 @@ -</div> -</div> + </div><!-- #mysociety .container --> -<h2 class="v">[% loc('Navigation') %]</h2> -<ul id="navigation"> -<li><a href="/">[% loc("Report a problem") %]</a></li> -<li id="nav_new"><a href="/my">[% loc("Your reports") %]</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> -</ul> - -[% IF ! c.cobrand.moniker %] - <!-- winter 2011 promotion for unbranded site only --> - <div id="promo"> - <a href="http://www.mysociety.org/2011/11/02/fix-before-the-freeze/" - title="Fix Before the Freeze - report those dangerous potholes and broken streetlights before winter hits"><img - src="/i/promo-fb4tf.gif" - alt="Fix Before the Freeze - report those dangerous potholes and broken streetlights before winter hits" ></a> - </div> - [% loc('<a href="http://www.mysociety.org/"><img id="logo" width="159" height="39" src="/i/mysociety-on-white.gif" alt="View mySociety.org"><span id="logoie"></span></a>') %] - -[% ELSE %] + <div id="top" class="container"> + <div class="spacer"></div> + <ul id="top-nav" class="nav"> + <li><a href="/my">[% loc("Your reports") %]</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> + </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>') %] + <ul id="mysociety-tab" class="nav"> + <li><a id="mysociety-logo" href="http://www.mysociety.org/">mySociety</a></li> + <li><a href="http://mysociety.org/donate/">Donate</a></li> + <li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + </ul> -[% END %] + </div> -</div> -<div id="footer"> +</div></div></div><!-- wrappers --> - <p>[% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>') %] - | <a href="/contact">[% loc("Contact FixMyStreet") | replace(' ', ' ') %]</a></p> +<div id="footer"> - <p>Mobile apps: + <p><a href="/contact">[% loc("Contact FixMyStreet") | replace(' ', ' ') %]</a> + <br>Mobile apps: <a href="http://itunes.apple.com/gb/app/fixmystreet/id297456545">iPhone</a>, <a href="http://itunes.apple.com/gb/app/streetreport/id371891859">StreetReport (iPhone)</a> | <a href="https://market.android.com/details?id=com.android.fixmystreet">Android</a> | <a href="http://store.ovi.com/content/107557">Nokia</a> </p> - <p class="l">[% loc('Are you from a council? Would you like better integration with FixMyStreet?') %] + <p>[% loc('Are you from a <strong>council</strong>? Would you like better integration with FixMyStreet?') %] <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">[% loc('Find out about FixMyStreet for councils') %]</a>. </p> - <p class="r">[% loc('Are you a developer? Would you like to contribute to FixMyStreet?') %] + <p>[% loc('Are you a <strong>developer</strong>? Would you like to contribute to FixMyStreet?') %] [% loc('Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %] </p> |