212 lines
8.8 KiB
HTML
212 lines
8.8 KiB
HTML
<!DOCTYPE html>
|
|
{# raw url references raise test errors in tests for django registration; this is a workaround #}
|
|
{% url privacy as privacyurl %}
|
|
{% url terms as termsurl %}
|
|
{% url manage_account as editurl %}
|
|
{% url rightsholders as rhtoolsurl %}
|
|
{% url faq as faqurl %}
|
|
{% url about as abouturl %}
|
|
{% url press as pressurl %}
|
|
{% url rh_admin as adminurl %}
|
|
{% url landing as landingurl %}
|
|
{% url new_edition '' '' as editionurl %}
|
|
{% url libraries as librariesurl %}
|
|
{% url about_specific 'main' as aboutmainurl %}
|
|
{% load truncatechars %}
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>unglue.it {% block title %}{% endblock %}</title>
|
|
<link type="text/css" rel="stylesheet" href="/static/css/sitewide4.css" />
|
|
<link REL="SHORTCUT ICON" HREF="/static/images/favicon.ico">
|
|
{% block extra_css %}{% endblock %}
|
|
<script type="text/javascript" src="{{ jquery_home }}"></script>
|
|
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
|
|
<script type="text/javascript" src="/static/js/sitewide1.js"></script>
|
|
<script type="text/javascript" src="/static/js/watermark_init.js"></script>
|
|
<script type="text/javascript" src="/static/js/watermark_change.js"></script>
|
|
{% block extra_js %}
|
|
{% endblock %}
|
|
{% if show_langs %}
|
|
<script>
|
|
var $j = jQuery.noConflict();
|
|
$j(document).ready(function(){
|
|
$j('.show_langs').click(function(){
|
|
$j(this).next().toggle();
|
|
});
|
|
});
|
|
</script>
|
|
{% endif %}
|
|
{% block extra_head %}
|
|
{% endblock %}
|
|
</head>
|
|
|
|
<body>
|
|
<div id="feedback">
|
|
<p><a href="/feedback/?page={{request.build_absolute_uri|urlencode:""}}" class="nounderline">Feedback</a></p>
|
|
</div>
|
|
|
|
<div id="about_expandable">
|
|
<div id="about_collapser" class="collapser_x">X</div>
|
|
<div id="lightbox">
|
|
<!-- content will be inserted here by hijax.js -->
|
|
</div>
|
|
</div>
|
|
|
|
<div id="js-page-wrap">
|
|
<div id="js-header">
|
|
<div class="js-main">
|
|
<div class="js-logo">
|
|
<a href="{{ landingurl }}"><img src="/static/images/logo.png" alt="unglue.it" title="unglue.it" /></a>
|
|
</div>
|
|
{% if not suppress_search_box %}
|
|
<div class="js-search">
|
|
<div class="js-search-inner">
|
|
<form action="{% url search %}" method="get">
|
|
<div class="inputalign">
|
|
<input type="text" id="watermark" size="25" onfocus="imgfocus()" onblur="imgblur(15)" class="inputbox" name="q" value="{{ q }}">
|
|
<input type="submit" class="button">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% if user.is_authenticated %}
|
|
<div class="js-topmenu" id="authenticated">
|
|
<ul class="menu">
|
|
<li>
|
|
<a href="#"><span id="welcome">Hi, {{ user.username }}</span></a>
|
|
</li>
|
|
<li>
|
|
<img class="user-avatar" src="{{ user.profile.avatar_url }}" height=36 width="36" alt="Avatar for {{ user.username }}" title="{{ user.username }}" />
|
|
{% if unseen_count %}
|
|
<a href="/notification"><span id="i_haz_notifications_badge">{{ unseen_count }}</span></a>
|
|
{% endif %}
|
|
</li>
|
|
</ul>
|
|
<ul id="user_menu">
|
|
<li><a href="{% url supporter user %}">My Faves</a></li>
|
|
<li>
|
|
<a href="/notification"><span>Notices</span>
|
|
{% if unseen_count %}
|
|
<span id="i_haz_notifications" class="unseen_count">{{ unseen_count }}</span>
|
|
{% else %}
|
|
<span id="no_notifications_for_you" class="unseen_count">0</span>
|
|
{% endif %}
|
|
</a>
|
|
</li>
|
|
<li><a href="{% url supporter user %}#edit" id="profile_edit"><span>Profile Settings</span></a></li>
|
|
<li><a href="{% url manage_account %}"><span>Account & Pledges</span></a></li>
|
|
{% if user.rights_holder.all %}
|
|
<li><a href="{{ rhtoolsurl }}">Rights Holder Tools</a></li>
|
|
{% endif %}
|
|
<li><a href="{% url auth_logout %}"><span>Sign Out</span></a></li>
|
|
</ul>
|
|
</div>
|
|
{% else %}
|
|
<div class="js-topmenu">
|
|
<ul class="menu">
|
|
<li><a href="{% url superlogin %}?next={% if request.GET.next %}{{ request.GET.next|urlencode }}{% else %}{{ request.get_full_path|urlencode}}{% endif %}" class="hijax"><span>Sign In</span></a></li>
|
|
{% if not suppress_search_box %}
|
|
{% ifnotequal request.get_full_path "/accounts/register/" %}
|
|
{% comment %}
|
|
don't display this on landing page where it's superseded by big signup box in splash area
|
|
{% endcomment %}
|
|
<li id="expander" class="last"><a href="{% url registration_register %}?next={% if request.GET.next %}{{ request.GET.next|urlencode }}{% else %}{{ request.get_full_path|urlencode}}{% endif %}"><span>Sign Up</span></a></li>
|
|
{% endifnotequal %}
|
|
{% endif %}
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
|
|
{% block news %}
|
|
{% if not suppress_search_box %}
|
|
{% comment %}
|
|
<div class="launch_top">
|
|
Happy <a href="https://twitter.com/ebookday">#ebookday</a>! We're celebrating with a list of <a href="{% url cc_list%}">Creative Commons eBooks</a>
|
|
</div>
|
|
{% endcomment %}
|
|
{% endif %}
|
|
{% endblock %}
|
|
|
|
{% block topsection %}{% endblock %}
|
|
{% block content %}{% endblock %}
|
|
</div>
|
|
{% block footer %}
|
|
<div id="footer">
|
|
<div class="js-main">
|
|
<div class="column">
|
|
<span>About Unglue.it</span>
|
|
<ul>
|
|
<li><a href="{{ aboutmainurl }}" class="hijax">Concept</a></li>
|
|
<li><a href="{{ abouturl }}">Team</a></li>
|
|
<li><a href="http://blog.unglue.it">Blog</a></li>
|
|
<li><a href="{{ pressurl }}">Press</a></li>
|
|
<li><a href="http://eepurl.com/fKLfI">Newsletter</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="column">
|
|
<span>Your account</span>
|
|
<ul>
|
|
{% if user.is_authenticated %}
|
|
<li><a href="{{ editurl }}">Account Settings</a></li>
|
|
{% endif %}
|
|
<li><a href="{{ rhtoolsurl }}">Rights Holder Tools</a></li>
|
|
<li><a href="{{ privacyurl }}">Privacy</a></li>
|
|
<li><a href="{{ termsurl }}">Terms of Use</a></li>
|
|
{% for library in user.libraries.all %}
|
|
<li><a href="{% url library_admin library.id %}">{{ library }} Administration</a></li>
|
|
{% endfor %}
|
|
{% if user.is_staff %}
|
|
<li><a href="{{ adminurl }}">Unglue.it Administration</a></li>
|
|
<li><a href="{{ editionurl }}">Create New Editions</a></li>
|
|
{% endif %}
|
|
</ul>
|
|
</div>
|
|
<div class="column">
|
|
<span>Help</span>
|
|
<ul>
|
|
<li><a href="{{ faqurl }}">General FAQ</a></li>
|
|
<li><a href="{% url faq_location 'rightsholders' %}">Author/Publisher FAQ</a></li>
|
|
<li><a href="{% url api_help %}">API</a></li>
|
|
<li><a href="mailto:support@gluejar.com">support@gluejar.com</a>
|
|
<li><a href="{{ librariesurl }}">Unglue.it ♥ Libraries</a>
|
|
</ul>
|
|
</div>
|
|
<div class="column">
|
|
<span>Contact</span>
|
|
<ul>
|
|
<li>General inquiries</li>
|
|
<li><a href="mailto:faq@gluejar.com">faq@gluejar.com</a></li>
|
|
<li>Rights Holders</li>
|
|
<li><a href="mailto:rights@gluejar.com">rights@gluejar.com</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% block counter %}
|
|
{% if show_google_analytics %}
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-28369982-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
{% endif %}
|
|
{% endblock %}
|
|
</body>
|
|
</html>
|
|
|
|
|