aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/oxfordshire/footer.html
blob: 5f117cfd3655a5cd03a3bd7120d25650fa32e084 (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
                    [% IF pagefooter %]
                    <footer role="contentinfo">
                        <p><a href="/privacy">Privacy and cookies</a></p>
                    </footer>
                    [% END %]
                </div><!-- .content role=main -->
            </div><!-- .container -->
        </div><!-- .table-cell -->

        <div class="nav-wrapper">
            <div class="nav-wrapper-2">
                <div id="main-nav" role="navigation">
                    <ul class="nav-menu nav-menu--mysoc">
                        <li><a id="mysoc-logo" href="https://www.fixmystreet.com/council">Powered by <img src="/cobrands/oxfordshire/images/fms-logo-105x20.png" alt="FixMyStreet"></a></li>
                    </ul>

                    [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 omit_wrapper=1 hide_privacy_link=1 %]
                </div>
            </div>
        </div>
    </div> <!-- .wrapper -->
    <div id="oxford-footer" class="desk-only">
        <address>
            <strong>Oxfordshire County Council</strong><br>
            <a href="http://www.oxfordshire.gov.uk/cms/public-site/contact-oxfordshire-county-council" title="Contact the council">Contact the council</a><br>
            <a href="/privacy">View our terms and conditions</a>
        </address>
        <ul><!-- use | between items -->
            <li class="powered-by-fms">
                <a href="https://www.fixmystreet.com/">Powered&nbsp;by&nbsp;<img src="/cobrands/oxfordshire/images/fms-logo-inverse.png" alt="FixMyStreet"></a>
            </li>
        </ul>
    </div>
</div> <!-- oxford-wrapper -->

    [% INCLUDE 'common_footer_tags.html' %]

</body>
</html>