X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d4489421ccb20d02ad94d4782478a9a38d438ec5..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/catalogue/templates/catalogue/book_short.html diff --git a/src/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html index 3586b2ec3..133ed0cd6 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -1,5 +1,6 @@ {% spaceless %} {% load i18n %} + {% load thumbnail %} {% load cache %} {% load catalogue_tags %} {% load book_shelf_tags from social_tags %} @@ -10,10 +11,6 @@
- {% block book-box-pre %} - {% include "catalogue/snippets/like_button.html" %} - {% endblock %} - {% with book.tags_by_category as tags %}
@@ -21,9 +18,9 @@ {% endblock %}
- {% if book.cover_thumb %} - - Cover + {% if book.cover_clean %} + + Cover {% endif %} {% block cover-area-extra %}{% endblock %} @@ -108,6 +105,7 @@
  • {% if book.html_file %} +
    {% content_warning book %}
    {% trans "Read online" %} {% endif %} {% if book.print_on_demand %} @@ -116,40 +114,43 @@ {% endif %}
  • - {% trans "Download" %}:
    + {% trans "Download an ebook" %}:
    {% if book.pdf_file %} - PDF + PDF {% endif %} {% if book.epub_file %} - EPUB + EPUB {% endif %} {% if book.mobi_file %} - MOBI + MOBI + {% endif %} + {% if book.fb2_file %} + FB2 {% endif %} - {% if book.has_audio %} - MP3 + {% if book.txt_file %} + TXT {% endif %} - {% trans "more" %} - - {% if book.fb2_file %} - FB2 - {% endif %} - {% if book.txt_file %} - TXT - {% endif %} - {% download_audio book mp3=False %} -
    +
    + {% if book.has_mp3_file %} +
    + {% trans "Download audiobook" %}:
    + {% download_audio book %} +
    + {% endif %} +
    {% custom_pdf_link_li book %} - {% trans "less" %} -
{% else %} -

{% trans "For now this work is only available for our subscribers." %} - Dołącz do Towarzystwa Przyjaciół Wolnych Lektur -

+ {% block preview-info %} +

+ {% trans "For now this work is only available for our subscribers." %} + Wspieraj Wolne Lektury +

+
{% content_warning book %}
+ {% endblock %} {% endif %} {% endcache %} {% block book-box-extra-info %}{% endblock %} @@ -157,13 +158,6 @@
{% endwith %} - {% block right-column %} - {% if audiobooks %}{% if book|status:request.user != 'closed' %} -
- {% include 'catalogue/snippets/jplayer.html' %} -
- {% endif %}{% endif %} - {% endblock %} {% if book.abstract %}
{{ book.abstract|safe }}