addons-server/templates/footer.html

29 строки
1.9 KiB
HTML

<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 #}