X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..0517f19e5fa00611a5b197108e38569462286553:/wolnelektury/templates/catalogue/book_wide.html diff --git a/wolnelektury/templates/catalogue/book_wide.html b/wolnelektury/templates/catalogue/book_wide.html index 0506c8ec8..c778caa50 100644 --- a/wolnelektury/templates/catalogue/book_wide.html +++ b/wolnelektury/templates/catalogue/book_wide.html @@ -1,21 +1,42 @@ {% extends "catalogue/book_short.html" %} {% load i18n %} +{% load tag_list from catalogue_tags %} +{% load cite_promo from social_tags %} + {% block box-class %}book-wide-box{% endblock %} + +{% block book-box-extra-info %} +{% if themes %} + <div class="hidden-box-wrapper" id="theme-list-wrapper"> + <p><a class="mono hidden-box-trigger theme-list-link" + href="#">{% trans "Motifs and themes" %}</a></p> + <div class="hidden-box"> + <ul> + {% for theme in themes %} + <li><a href="{% url book_fragments book.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li> + {% endfor %} + </ul> + </div> + </div> +{% endif %} +{% endblock %} + + {% block right-column %} <div class="right-column"> - <blockquote id="quote" class="cite-body"> - <div>Ten, który walczy z potworami powinien zadbaÄ, by sam nie staÅ siÄ potworem. - Gdy dÅugo spoglÄ damy w otchÅaÅ, otchÅaÅ spoglÄ da również w nas.</div> - </blockquote> + <div class="quote"> + {% cite_promo book 1 %} + </div> - <div id="other-tools"> + <div class="other-tools"> <h2 class="mono">{% trans "See" %}</h2> - <ul class="inline-items"> + <ul class="plain"> {% if extra_info.source_url %} <li><a href="{{ extra_info.source_url }}">{% trans "Source" %}</a> {% trans "of the book" %}</li> {% endif %} + <li><a href="{{ book.xml_file.url }}">{% trans "Source XML file" %}</a></li> {% if extra_info.about and not hide_about %} <li>{% trans "Book on" %} <a href="{{ extra_info.about }}">{% trans "Editor's Platform" %}</a></li> {% endif %} @@ -25,16 +46,17 @@ {% if book.wiki_link %} <li><a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a></li> {% endif %} + <li><a href="{% url poem_from_book book.slug %}">{% trans "Mix this book" %}</a></li> </ul> </div> - <div id="other-download"> + <div class="other-download"> <h2 class="mono">{% trans "Download" %}</h2> - <ul class="inline-items"> + <ul class="plain"> <li> - {% if has_media.mp3 or has_media.ogg %} + {% if related.media.mp3 or related.media.ogg %} {% trans "Download all audiobooks for this book" %}: - {% if has_media.mp3 %}<a href="{% url download_zip_mp3 book.slug %}">MP3</a>{% endif %}{% if has_media.mp4 and has_media.ogg %},{% endif %} - {% if has_media.ogg %}<a href="{% url download_zip_ogg book.slug %}">OGG</a>{% endif %}. + {% if related.media.mp3 %}<a href="{% url download_zip_mp3 book.slug %}">MP3</a>{% endif %}{% if related.media.mp3 and related.media.ogg %},{% endif %} + {% if related.media.ogg %}<a href="{% url download_zip_ogg book.slug %}">OGG</a>{% endif %}. {% endif %} </li> <li>