readthedocs.org/readthedocs/templates/base.html

237 lines
8.2 KiB
HTML
Raw Normal View History

{% load i18n %}
{% load core_tags %}
2015-07-19 00:47:39 +00:00
{% load static %}
2010-08-14 15:11:06 +00:00
<!DOCTYPE html>
2012-10-13 23:56:49 +00:00
<html>
2010-08-14 15:11:06 +00:00
<head>
2010-08-14 15:11:06 +00:00
<!-- meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
{% block extra_metas %}{% endblock extra_metas %}
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}images/favicon.png">
2010-08-14 15:11:06 +00:00
<!-- title -->
2017-06-11 14:05:29 +00:00
<title>{% block title %}{% endblock %}{% block head_title %}{% endblock %} | {% block branding %}Read the Docs {% endblock %}</title>
2010-08-14 15:11:06 +00:00
2017-09-06 12:41:27 +00:00
<!-- Google Analytics -->
<script>
2017-09-06 12:41:27 +00:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ GLOBAL_ANALYTICS_CODE }}', 'auto', 'rtfd');
ga('rtfd.set', 'anonymizeIp', true);
2017-09-06 12:41:27 +00:00
ga('rtfd.send', 'pageview');
{% if DASHBOARD_ANALYTICS_CODE %}
// Dashboard Analytics Code
ga('create', '{{ DASHBOARD_ANALYTICS_CODE }}', 'auto', 'user');
ga('user.set', 'anonymizeIp', true);
ga('user.send', 'pageview');
// End Dashboard Analytics Code
{% endif %}
2017-09-06 12:41:27 +00:00
</script>
<!-- End Google Analytics -->
2010-08-14 15:11:06 +00:00
<!-- css -->
2010-08-14 15:17:45 +00:00
<link rel="stylesheet" href="{{ MEDIA_URL }}css/core.css">
2010-08-15 17:32:45 +00:00
{% block extra_links %}{% endblock %}
<!-- jquery -->
<script src="{% static 'vendor/jquery.js' %}"></script>
<script src="{% static 'vendor/jquery-migrate.js' %}"></script>
<script src="{% static 'vendor/jquery-ui.js' %}"></script>
<script >
require('jquery');
</script>
<script src="{{ MEDIA_URL }}javascript/instantsearch.js"></script>
<script src="{{ MEDIA_URL }}javascript/base.js"></script>
<script src="{% static 'core/js/site.js' %}"></script>
<script>
var site = require('core/site');
site.handle_notification_dismiss();
</script>
{% block extra_scripts %}{% endblock %}
2010-08-14 15:11:06 +00:00
</head>
2010-08-15 04:33:12 +00:00
<body class="{% block body_class %}{% endblock %}">
{% block header-wrapper %}
{% include "core/header.html" %}
{% endblock %}
2010-08-14 16:35:16 +00:00
2014-09-22 19:05:15 +00:00
{% block subnav-bar %}{% endblock %}
2010-08-16 04:07:40 +00:00
2010-08-15 05:42:32 +00:00
{% block project_editing %}{% endblock %}
2010-08-14 17:11:25 +00:00
2010-08-14 16:35:16 +00:00
<!-- BEGIN content-->
<div id="content">
2010-08-14 17:11:25 +00:00
<div class="wrapper">
2010-08-16 04:07:40 +00:00
2014-09-29 22:00:25 +00:00
{% if messages %}
<ul class="notifications">
{% for message in messages %}
<li class="notification notification-{{ message.level }}" {% if message.pk %}data-dismiss-url="{% url 'message_mark_read' message.pk %}{% endif %}">
{{ message }}
</li>
{% endfor %}
</ul>
2010-08-16 04:22:03 +00:00
{% endif %}
2010-08-16 04:07:40 +00:00
2010-08-14 17:55:53 +00:00
{% block content-header %}
{% endblock %}
{% block content %}
{% endblock %}
2010-08-14 17:11:25 +00:00
</div>
2010-08-14 16:35:16 +00:00
</div>
<!-- END content-->
2010-08-14 21:40:05 +00:00
<!-- BEGIN footer-->
<div id="footer">
<div class="wrapper">
2010-08-14 21:40:05 +00:00
<hr>
2014-01-17 08:15:58 +00:00
{% block footer-content %}
2017-10-14 04:47:42 +00:00
<div class="column-logo">
2018-05-25 23:28:08 +00:00
<div id="email-signup">
<form action="https://readthedocs.us3.list-manage.com/subscribe/post?u=a6a22369cc2b356379cf789ca&amp;id=a85a83a5a5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div>
<h4>Email Newsletter</h4>
<p>Sign up for our newsletter to get our latest blog updates delivered to your inbox weekly.</p>
<div>
<label for="mce-EMAIL">Email</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="you@example.com">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a6a22369cc2b356379cf789ca_a85a83a5a5" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</div>
2017-10-14 04:47:42 +00:00
<div class="column-about">
<h4>{% trans "About Us" %}</h4>
<ul>
<li>
<a href="https://docs.readthedocs.io/en/latest/team.html">{% trans "Team" %}</a>
</li>
<li>
<a href="https://docs.readthedocs.io/en/latest/open-source-philosophy.html">{% trans "Open Source Philosophy" %}</a>
2018-04-20 04:48:57 +00:00
</li>
<li>
<a href="http://blog.readthedocs.com/">{% trans "Blog" %}</a>
</li>
<li>
<a href="https://docs.readthedocs.io/en/latest/sponsors.html">{% trans "Our Sponsors" %}</a>
</li>
2018-04-20 04:48:57 +00:00
<li>
<a href="https://docs.readthedocs.io/en/latest/privacy-policy.html">{% trans "Privacy Policy" %}</a>
</li>
</ul>
2018-05-25 23:28:08 +00:00
</div>
2017-10-14 04:47:42 +00:00
<div class="column-rtd">
<h4>{% trans "Read the Docs" %}</h4>
<ul>
<li>
<a href="https://docs.readthedocs.io/en/latest/getting_started.html">{% trans "Getting Started Guide" %}</a>
</li>
<li>
<a href="https://docs.readthedocs.io">{% trans "Documentation" %}</a>
</li>
<li>
<a href="https://docs.readthedocs.io/en/latest/contribute.html">{% trans "Contributing" %}</a>
</li>
<li>
{% url "advertising" as advertising_url %}
<a href="{{ advertising_url | default:'https://readthedocs.org/sustainability/advertising/' }}">{% trans "Advertise with Us" %}</a>
</li>
<li>
<a href="https://readthedocs.com">{% trans "Commercial Support" %}</a>
</li>
<li>
{% url "gold_detail" as gold_detail %}
<a href="{{ gold_detail }}">{% trans "Read the Docs Gold" %}</a>
</li>
<li>
{% url "donate" as donate_url %}
<a href='{{ donate_url }}'>{% trans "Donate" %}</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
2018-05-25 23:28:08 +00:00
<div class="social-column">
<ul class="social">
<li><a href="https://github.com/rtfd/readthedocs.org" rel="noopener noreferrer"><span class="icon github"></span></a></li>
<li><a href="https://twitter.com/readthedocs" rel="noopener noreferrer"><span class="icon twitter"></span></a></li>
</ul>
</div>
<div class="clearfix"></div>
<div class="footer-bottom">
2017-10-14 04:47:42 +00:00
<div class="column-copyright">
<p>
2018-05-25 23:28:08 +00:00
<small>&copy; Copyright {% now "Y" %}, {% trans "Read the Docs, Inc & contributors" %}</small>
</p>
<p>
<small>{% trans "Version" %} {% readthedocs_version %}</small>
</p>
</div>
2017-10-14 04:47:42 +00:00
<div class="column-setlang">
{% get_current_language as current_lang %}
<form action="/i18n/setlang/" method="post" style="float: right">
<input name="next" type="hidden" value="/" />
{% csrf_token %}
<select name="language">
{% for lang in LANGUAGES %}
{% if lang.0 == current_lang %}
<option selected="selected" value="{{ lang.0 }}">{{ lang.0|language_name_local }} [{{ lang.1 }}]</option>
{% else %}
<option value="{{ lang.0 }}">{{ lang.0|language_name_local }} [{{ lang.1 }}]</option>
{% endif %}
{% endfor %}
</select>
<input type="submit" value="{% trans 'Change Language' %}" name="submit">
</form>
</div>
</div>
2014-01-17 08:15:58 +00:00
{% endblock %}
2014-01-17 08:07:32 +00:00
2010-08-14 21:40:05 +00:00
</div>
</div>
<!-- END footer-->
<script>
{% block footerjs %}{% endblock %}
</script>
2010-08-15 05:59:23 +00:00
</body>
2010-08-14 15:11:06 +00:00
</html>