336 lines
18 KiB
HTML
336 lines
18 KiB
HTML
{% load humanize %}
|
|
{% load purchased %}
|
|
{% load lib_acqs %}
|
|
{% load bookpanel %}
|
|
{% with work.first_ebook as first_ebook %}
|
|
{% with work.last_campaign.supporters as supporters %}
|
|
{% with work.cover_image_thumbnail as thumbnail %}
|
|
{% with work.authors_short as author %}
|
|
{% with work.title as title %}
|
|
{% with work.last_campaign as last_campaign %}
|
|
{% with work.last_campaign.status as status %}
|
|
{% with work.last_campaign.deadline as deadline %}
|
|
{% with work.id as workid %}
|
|
{% with request.user.wishlist.works.all as wishlist %}
|
|
{% purchased %}{% lib_acqs %}{% bookpanel %}
|
|
<div class="thewholebook listview tabs {% if tab_override %}{{tab_override}}{% else %}{% if first_ebook or status == 'SUCCESSFUL' %}tabs-1{% else %}{% if status == 'ACTIVE' %}tabs-2{% else %}tabs-3{% endif %}{% endif %}{% endif %}">
|
|
<div class="listview book-list">
|
|
<div class="listview panelback side2">
|
|
{% comment %} hover state of panel {% endcomment %}
|
|
<div class="greenpanel2">
|
|
{% if last_campaign %}
|
|
{% comment %}top section: campaign info + optional action button. Varies by campaign status.{% endcomment %}
|
|
{% if status == 'SUCCESSFUL' or license_is_active or borrowable %}
|
|
<div class="greenpanel_top">
|
|
{% comment %}bibliographic data{% endcomment %}
|
|
<div class="white_text">
|
|
<p><a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">{{ title }}</a></p>
|
|
<p>{{ author }}</p>
|
|
</div>
|
|
{% comment %}link to work page{% endcomment %}
|
|
<div class="moreinfo">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}" target="_top">More Info</a>
|
|
</div>
|
|
{% if purchased %}
|
|
<div class="unglued_white">
|
|
<b>Purchased!</b>
|
|
</div>
|
|
{% else %}{% if borrowed %}
|
|
<b>Borrowed! </b>
|
|
<p><b>until</b> {{ borrowed.expires|date:"M d, Y" }}</p>
|
|
{% else %}{% if borrowable %}
|
|
<div class="unglued_white">
|
|
<b>Library has it!</b>
|
|
<p><b>{{ lib_acqs.count }}</b>{% ifequal lib_acqs.count 1 %} copy{% else %} copies{% endifequal %}</p>
|
|
</div>
|
|
{% else %}
|
|
<div class="unglued_white">
|
|
{% ifequal work.last_campaign.type 3 %}
|
|
<b>THANKED!</b>
|
|
<p><b>${{ work.last_campaign.current_total|floatformat:0|intcomma }}</b> of thanks</p>
|
|
<p> from <b>{{ work.last_campaign.supporters_count }}</b> ungluers</p>
|
|
<p> and <b>{{ work.last_campaign.anon_count }}</b> others</p>
|
|
{% else %}
|
|
<b>UNGLUED!</b>
|
|
<p><b>On:</b> {{ deadline|date:"M d, Y" }}</p>
|
|
<p><b>Raised:</b> {{ work.last_campaign.current_total|floatformat:0|intcomma }}</p>
|
|
{% endifequal %}
|
|
</div>
|
|
{% endif %}{% endif %}{% endif %}
|
|
</div>
|
|
<div class="add_button">
|
|
{% include "book_panel_addbutton.html" %}
|
|
</div>
|
|
<div class="white_text bottom_button" >
|
|
{% if purchased %}
|
|
<a href="{% url download workid %}" class="hijax"><span class="read_itbutton button_text"><span>Read it Now</span></span></a>
|
|
{% else %}{% if borrowed %}
|
|
<a href="{% url download workid %}" class="hijax"><span class="read_itbutton button_text"><span>Read it Now</span></span></a>
|
|
{% else %}{% if borrowable %}
|
|
<a href="{% url borrow workid %}?library={{library}}" class="hijax"><span class="read_itbutton button_text"><span>Borrow It</span></span></a>
|
|
{% else %}{% if first_ebook %}
|
|
<a href="{% url download workid %}" class="hijax"><span class="read_itbutton button_text"><span>Read it Now</span></span></a>
|
|
{% else %}
|
|
<a href="{% url work workid %}"><span class="read_itbutton button_text"><span>Coming Soon</span></span></a>
|
|
{% endif %}{% endif %}{% endif %}{% endif %}
|
|
</div>
|
|
{% else %}{% if status == 'ACTIVE' %}
|
|
<div class="greenpanel_top">
|
|
{% comment %}bibliographic data{% endcomment %}
|
|
<div class="white_text">
|
|
<p><a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">{{ title }}</a></p>
|
|
<p>{{ author }}</p>
|
|
</div>
|
|
{% comment %}link to work page{% endcomment %}
|
|
<div class="moreinfo">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}" target="_top">More Info</a>
|
|
</div>
|
|
|
|
<div class="unglued_white">
|
|
{% if in_library %}
|
|
{% if borrowable %}
|
|
<p>Available in your library now!</p>
|
|
{% else %}{% if lib_thanked %}
|
|
<p>Supported by your library!</p>
|
|
{% else %}
|
|
<p>Available in your library on<br />{{ next_acq.refreshes|date:"M j, Y" }}</p>
|
|
{% endif %}{% endif %}
|
|
{% else %}
|
|
{% ifequal work.last_campaign.type 1 %}
|
|
<b>UNGLUE IT!</b>
|
|
<p><b>${{ work.last_campaign.current_total|floatformat:0|intcomma }}</b> raised</p>
|
|
<p><b>${{ work.last_campaign.target|floatformat:0|intcomma }}</b> needed</p>
|
|
<p>by {{ deadline|naturalday:"M d, Y" }}</p>
|
|
{% else %}{% ifequal work.last_campaign.type 2 %}
|
|
<b>UNGLUE IT!</b>
|
|
<p><b>${{ work.last_campaign.left|floatformat:0|intcomma }}</b> needed</p>
|
|
<p>will unglue on </p>
|
|
<p>{{ work.last_campaign.cc_date|naturalday:"M d, Y" }}</p>
|
|
{% else %}{% ifequal work.last_campaign.type 3 %}
|
|
<b>SAY THANKS!</b>
|
|
<p><b>${{ work.last_campaign.current_total|floatformat:0|intcomma }}</b> of thanks</p>
|
|
<p> from <b>{{ work.last_campaign.supporters_count }}</b> ungluers</p>
|
|
<p> and <b>{{ work.last_campaign.anon_count }}</b> others</p>
|
|
{% else %}Never.{% endifequal %}{% endifequal %}{% endifequal %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% if request.user.id in supporters %}
|
|
<div class="white_text bottom_button">
|
|
{% include "book_panel_addbutton.html" %}
|
|
</div>
|
|
{% else %}
|
|
<div class="add_button">
|
|
{% include "book_panel_addbutton.html" %}
|
|
</div>
|
|
<div class="white_text bottom_button" >
|
|
{% ifequal work.last_campaign.type 1 %}
|
|
<a href="{% url pledge work_id=workid %}"><span class="read_itbutton pledge button_text"><span>Pledge</span></span></a>
|
|
{% else %}{% ifequal work.last_campaign.type 2 %}
|
|
{% if in_library %}
|
|
<a href="{% url purchase work_id=workid %}"><span class="read_itbutton pledge button_text"><span>Reserve It</span></span></a>
|
|
{% else %}
|
|
<a href="{% url purchase work_id=workid %}" title="${{ work.last_campaign.individual_offer.price|floatformat:2 }}"><span class="read_itbutton pledge button_text"><span>Purchase</span></span></a>
|
|
{% endif %}
|
|
{% else %}{% ifequal work.last_campaign.type 3 %}
|
|
<a href="{% url thank workid %}" class="hijax"><span class="read_itbutton button_text"><span>Read it Now</span></span></a>
|
|
{% endifequal %}{% endifequal %}{% endifequal %}
|
|
</div>
|
|
{% endif %}
|
|
|
|
{% else %}
|
|
<div class="greenpanel_top">
|
|
{% comment %}bibliographic data{% endcomment %}
|
|
<div class="white_text">
|
|
<p><a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">{{ title }}</a></p>
|
|
<p>{{ author }}</p>
|
|
</div>
|
|
{% comment %}link to work page{% endcomment %}
|
|
<div class="moreinfo">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}" target="_top">More Info</a>
|
|
</div>
|
|
<div class="unglued_white">
|
|
{% if status == 'INITIALIZED' %}
|
|
<p>Campaign coming soon!</p>
|
|
{% else %}{% if status == 'SUSPENDED' %}
|
|
<p>This campaign has been suspended.</p><br /><p>See the <a href="{{faqurl}}">FAQ</a> for details.</p>
|
|
{% else %}{% if status == 'WITHDRAWN' %}
|
|
<p>This campaign has been withdrawn.</p><br /><p>See the <a href="{{faqurl}}">FAQ</a> for details.</p>
|
|
{% else %}{% if status == 'UNSUCCESSFUL' %}
|
|
<p>{{ deadline }}</p>
|
|
<p>Watch for a new campaign.</p>
|
|
{% endif %}{% endif %}{% endif %}{% endif %}
|
|
{% include "book_panel_addbutton.html" %}
|
|
</div>
|
|
</div>
|
|
<div class="white_text bottom_button">
|
|
{% include "num_wishes.html" %}
|
|
</div>
|
|
{% endif %}{% endif %}
|
|
{% else %}
|
|
<div class="greenpanel_top">
|
|
{% comment %}bibliographic data{% endcomment %}
|
|
<div class="white_text">
|
|
<p><a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">{{ title }}</a></p>
|
|
<p>{{ author }}</p>
|
|
</div>
|
|
{% comment %}link to work page{% endcomment %}
|
|
<div class="moreinfo">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}" target="_top">More Info</a>
|
|
</div>
|
|
<div class="unglued_white">
|
|
{% if first_ebook %}
|
|
<b>AVAILABLE!</b>
|
|
{% else %}
|
|
<p>No campaign yet.</p><br /><p>But if lots of ungluers fave this book, maybe there will be!</p>
|
|
{% endif %}
|
|
<div class="add_button">
|
|
{% include "book_panel_addbutton.html" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="white_text bottom_button">
|
|
{% if first_ebook %}
|
|
<a href="{% url download workid %}" class="hijax"><span class="read_itbutton button_text"><span>Read it Now</span></span></a>
|
|
{% else %}
|
|
{% include "num_wishes.html" %}
|
|
{% endif %}
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="listview panelfront side1 book-thumb">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}" target="_top"><img src="{% if thumbnail %}{{ thumbnail }}{% else %}/static/images/generic_cover_larger.png{% endif %}" alt="Book cover" title="book cover" /></a>
|
|
</div>
|
|
<div class="listview panelfront side1 book-name">
|
|
<div class="title">
|
|
<a href="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">{{ title }}</a>
|
|
</div>
|
|
<div class="listview author">{{ author }}</div>
|
|
</div>
|
|
|
|
{% comment %}same logic as above{% endcomment %}
|
|
{% if show_pledge %}
|
|
<div class="listview panelfront side1 add-wishlist">
|
|
<span class="booklist_pledge"><a href="{% url pledge work_id=workid %}" class="fakeinput">Pledge</a></span>
|
|
</div>
|
|
{% else %}{% if show_purchase %}
|
|
<div class="listview panelfront side1 add-wishlist">
|
|
<span class="booklist_pledge"><a href="{% url purchase work_id=workid %}" class="fakeinput" title="${{ work.last_campaign.individual_offer.price|floatformat:2 }}">Purchase</a></span>
|
|
</div>
|
|
{% else %}{% if request.user.is_anonymous %}
|
|
<div class="listview panelfront side1 create-account">
|
|
<span title="{% if workid %}{% url work workid %}{% else %}{% url googlebooks googlebooks_id %}{% endif %}">Login to Fave</span>
|
|
</div>
|
|
{% else %}{% if work in wishlist %}
|
|
{% ifequal supporter request.user %}
|
|
{% comment %} used only on your own supporter page. {% endcomment %}
|
|
<div class="listview panelfront side1 remove-wishlist">
|
|
<span id="l{{ workid }}">Un-Fave</span>
|
|
</div>
|
|
{% else %}
|
|
<div class="listview panelfront side1 on-wishlist">
|
|
{% if purchased %}
|
|
<span>Purchased!</span>
|
|
{% else %}{% if borrowed %}
|
|
<span>Borrowed! ...until</span>
|
|
{% else %}{% if request.user.id in supporters %}
|
|
<span>Pledged!</span>
|
|
{% else %}
|
|
<span>Faved!</span>
|
|
{% endif %}{% endif %}{% endif %}
|
|
</div>
|
|
{% endifequal %}
|
|
{% else %}
|
|
<div class="listview panelfront side1 add-wishlist">
|
|
{% if on_search_page %}
|
|
<span class="gb_id" id="l{{ googlebooks_id }}">Fave</span>
|
|
{% else %}
|
|
<span class="work_id" id="l{{ workid }}">Fave</span>
|
|
{% endif %}
|
|
</div>
|
|
{% endif %}{% endif %}{% endif %}{% endif %}
|
|
|
|
<div class="listview panelfront side1 booklist-status">
|
|
{% ifequal status "ACTIVE" %}
|
|
{% ifequal work.last_campaign.type 1 %}
|
|
<div class="booklist-status-label">{{ work.percent_of_goal }}%</div>
|
|
{% endifequal %}
|
|
{% ifequal work.last_campaign.type 2 %}
|
|
{% if in_library %}
|
|
{% if borrowed %}
|
|
<span class="booklist-status-text">{{ borrowed.expires|date:"M j, Y" }}</span>
|
|
{% else %}
|
|
<span class="booklist-status-text" style="line-height:19px">available<br />
|
|
{% if next_acq.refreshes %}
|
|
{{ next_acq.refreshes|date:"M j, Y" }}
|
|
{% else %}
|
|
now
|
|
{% endif %}
|
|
</span>
|
|
{% endif %}
|
|
{% else %}
|
|
<div class="booklist-status-label"><span class="buyit">${{ work.last_campaign.individual_offer.price|floatformat:2|intcomma }}</span> </div>
|
|
{% endif %}
|
|
{% endifequal %}
|
|
{% ifequal work.last_campaign.type 3 %}
|
|
{% include 'num_wishes.html' %}
|
|
{% endifequal %}
|
|
{% else %}{% ifequal status "INITIALIZED" %}
|
|
<span class="booklist-status-label">Status: </span><span class="booklist-status-text">Coming soon!</span>
|
|
{% else %}{% ifequal status "SUCCESSFUL" %}
|
|
{% if not first_ebook %}
|
|
<span class="booklist-status-text">Ebook coming soon</span>
|
|
{% else %}
|
|
{% include 'num_wishes.html' %}
|
|
{% endif %}
|
|
{% else %}
|
|
{% if first_ebook %}
|
|
{% include 'num_wishes.html' %}
|
|
{% endif %}
|
|
{% endifequal %}{% endifequal %}{% endifequal %}
|
|
</div>
|
|
<div class="listview panelfront side1 icons">
|
|
|
|
{% comment %}
|
|
For status icons, we should display...
|
|
If there is an ebook: options to get it
|
|
If no ebook but there is an active or successful campaign: progress toward goal
|
|
If B2U, read, borrow, reserve, purchase
|
|
Otherwise: number of wishes
|
|
{% endcomment %}
|
|
{% if purchased or borrowed or first_ebook %}
|
|
<a href="{% url download workid %}" class="hijax" title="Download this work"><div class="read_itbutton"><span>Read it Now</span></div></a>
|
|
{% else %}{% if borrowable %}
|
|
<a href="{% url borrow workid %}?library={{library}}" class="hijax" title="Borrow this work"><div class="read_itbutton"><span>Borrow It</span></div></a>
|
|
{% else %}{% if in_library %}
|
|
<a href="{% url purchase work_id=workid %}" title="Reserve or buy this work"><div class="read_itbutton"><span>Reserve It</span></div></a>
|
|
{% else %}{% if status == 'ACTIVE' or status == 'SUCCESSFUL' %}
|
|
{% if not library or not in_library %}
|
|
<div class="booklist-status-img">
|
|
<img src="/static/images/images/icon-book-37by25-{{ work.percent_unglued }}.png" title="{{ work.percent_of_goal }}% of goal" alt="book list status" />
|
|
</div>
|
|
<div class="booklist-status-label panel">{{ work.percent_of_goal }}%</div>
|
|
{% endif %}
|
|
{% else %}
|
|
{% include "num_wishes.html" %}
|
|
{% endif %}{% endif %}{% endif %}{% endif %}
|
|
|
|
</div>
|
|
<div class="listview panelfront side1 ebooks">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
{% endwith %} |