regluit/frontend/templates/rh_tools.html

44 lines
1.8 KiB
HTML
Raw Normal View History

2015-04-28 03:24:02 +00:00
{% extends 'basedocumentation.html' %}
2016-05-11 14:41:50 +00:00
2017-11-07 15:43:40 +00:00
{% block title %} for Rightsholders {% endblock %}
{% block extra_extra_head %}
2014-04-10 17:15:08 +00:00
{{ block.super }}
<link rel="stylesheet" href="/static/css/ui-lightness/jquery-ui-1.8.16.custom.css" type="text/css" media="screen">
2012-10-02 22:12:44 +00:00
<link href="/static/selectable/css/dj.selectable.css" type="text/css" media="all" rel="stylesheet" />
2012-03-08 02:47:40 +00:00
<script type="text/javascript" src="{{ jquery_ui_home }}"></script>
2012-10-02 22:12:44 +00:00
<script type="text/javascript" src="/static/selectable/js/jquery.dj.selectable.js"></script>
{% endblock %}
2012-05-08 13:27:03 +00:00
{% block topsection %}
{% endblock %}
{% block doccontent %}
2017-11-07 15:43:40 +00:00
<h1>Unglue.it for Rightsholders</h1>
2012-01-15 18:19:35 +00:00
<div class="presstoc"><div class="pressemail">
2017-11-13 20:30:00 +00:00
Any questions not covered here? Please email us at <a href="mailto:rights@ebookfoundation.org">rights@ebookfoundation.org</a>.
2012-01-15 18:19:35 +00:00
</div></div>
<h2>Contents</h2>
<ul class="bullets">
2017-11-13 20:30:00 +00:00
<li><a href="{% url 'rightsholders' %}#getting_started">Getting Started</a></li>
2017-11-18 21:35:19 +00:00
<li><a href="{% url 'rightsholders' %}#distributing">Distributing Free Books Through Unglue.it</a></li>
<li><a href="{% url 'rightsholders' %}#how_to">Becoming an Unglue.it Rights Holder</a></li>
2017-11-13 20:30:00 +00:00
<li><a href="{% url 'rightsholders' %}#about_campaigns">About Campaigns</a></li>
</ul>
2011-11-20 22:43:55 +00:00
{% if request.user.rights_holder.count %}
2017-11-13 20:30:00 +00:00
<h2>Other tools</h2>
<ul class="bullets">
2017-11-13 20:30:00 +00:00
<li><a href="{% url 'rh_yours' %}#your_rhs">Rights Holders That You Administer</a></li>
<li><a href="{% url 'rh_campaigns' %}#managed_campaigns">Books/Campaigns You Manage</a></li>
<li><a href="{% url 'rh_works' %}#open_campaigns">Works You Have Claimed</a></li>
</ul>
2017-11-13 20:30:00 +00:00
{% endif %}
{% block toolcontent %}{% endblock %}
2011-11-20 22:43:55 +00:00
<h2>More Questions</h2>
2015-08-18 15:03:49 +00:00
<p> Check the FAQ to the left, or <a href="{% url 'feedback' %}?page={{request.build_absolute_uri|urlencode:""}}">send us feedback.</a>
{% endblock %}