Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/footer.html
blob: b2ae915d18a42cf01b0a0544c96e70a3e481ff05 (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
    <div id="footer" role="contentinfo">
      <div class="section">
        <div class="primary">
          {% include 'includes/lang_switcher.html' %}
          <p>{% trans legalurl="http://www.mozilla.com/en-US/about/legal.html#site", ccurl="http://creativecommons.org/licenses/by-sa/3.0/" -%}
             Except where otherwise <a href="{{ legalurl }}">noted</a>, content on this site is licensed under the
             <strong><a href="{{ ccurl }}">Creative Commons Attribution Share-Alike License v3.0</a></strong> or any later version
             {%- endtrans %}<span title="{{ settings.HOSTNAME }}">.</span>
          </p>
          <ul>
            <li><a href="http://www.mozilla.com/{{ LANG }}/privacy-policy.html">{{ _('Privacy Policy') }}</a></li>
            <li><a href="http://www.mozilla.com/{{ LANG }}/about/legal.html">{{ _('Legal Notices') }}</a></li>
            <li><a href="{{ url('pages.about') }}">{{ _('About') }}</a></li>
            <li><a href="http://blog.mozilla.com/addons">{{ _('Blog') }}</a></li>
            <li><a href="{{ remora_url('/developers') }}{# TODO #}">{{ _('Developer Hub') }}</a></li>
            <li><a href="{{ url('pages.faq') }}"><abbr title="{{ _('Frequently Asked Questions') }}">{{ _('FAQ') }}</abbr></a></li>
            <li><a href="https://forums.addons.mozilla.org">{{ _('Forum') }}</a></li>
          </ul>
          <p class="disclaimer">{% trans -%}Mozilla is providing links to these applications as a courtesy, and makes no representations
            regarding the applications or any information related thereto. Any questions, complaints or claims regarding the
            applications must be directed to the appropriate software vendor.{%- endtrans %}
          </p>
        </div> {# primary #}
        <div class="secondary">
          <img src="{{ MEDIA_URL }}img/amo2009/illustrations/logo-add-ons-half.png" alt="" />
        </div> {# secondary #}
      </div> {# section #}
    </div> {# footer #}