aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/footer.html
blob: 089eb1cb7d0151cca3bc9be3c2a59efcea8be76b (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
46
47
48
49
50
51
    </div><!-- #mysociety .container -->

    <div id="navigation" class="container" role="navigation">
        <div class="spacer"></div>
        <ul id="site-nav" class="nav">
            <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END
                %]>[% 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' %]span[% ELSE %]a href="/reports"[% 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>

        <ul id="mysociety-nav" 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>

    </div>

</div></div></div><!-- wrappers -->

<div id="footer">

    <p><a href="/contact">[% loc("Contact FixMyStreet") | replace(' ', '&nbsp;') %]</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>[% 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>[% 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>

</div>

[% INCLUDE 'debug_footer.html' %]

</body>
</html>