addons-server/templates/footer.html

16 строки
1.2 KiB
HTML

{% 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="{{ url('devhub.index') }}">{{ _('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>