X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9574b970bdd6e28fc6178b736e8e17dfca15fd4e..e24e657ebf536f55c1bde66bd41563fae30a98b0:/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 1df91ca42..190bdc8f9 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 %} + {% if book.cover_clean %} - Cover + Cover {% endif %} {% block cover-area-extra %}{% endblock %} @@ -50,7 +47,7 @@
- {% trans "Epoch" %}:  + {% trans "Epoka" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% if not forloop.last %}, {% endif %} @@ -58,7 +55,7 @@ - {% trans "Kind" %}:  + {% trans "Rodzaj" %}:  {% for tag in tags.kind %} {{ tag.name }} {% if not forloop.last %}, {% endif %} @@ -66,7 +63,7 @@ - {% trans "Genre" %}:  + {% trans "Gatunek" %}:  {% for tag in tags.genre %} {{ tag.name }} {% if not forloop.last %}, {% endif %} @@ -84,7 +81,7 @@ {% if book.is_foreign %} - {% trans "Language" %}:  + {% trans "Język" %}:  {{ book.language_name }} @@ -109,49 +106,48 @@
  • {% if book.html_file %}
    {% content_warning book %}
    - {% trans "Read online" %} + {% trans "Czytaj online" %} {% endif %} {% if book.print_on_demand %} - Przed zakupem upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia.
    Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne bezpłatnie." %}">{% trans "Print on demand –" %} +
    Przed zakupem upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia.
    Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne bezpłatnie." %}">{% trans "Druk na żądanie z" %}
    {% endif %}
  • - {% trans "Download" %}:
    + {% trans "Pobierz ebook" %}:
    {% if book.pdf_file %} - PDF + PDF {% endif %} {% if book.epub_file %} - EPUB + EPUB {% endif %} {% if book.mobi_file %} - MOBI + MOBI {% endif %} - {% if book.has_audio %} - MP3 + {% if book.fb2_file %} + FB2 {% endif %} - {% trans "more" %} - - {% if book.fb2_file %} - FB2 - {% endif %} - {% if book.txt_file %} - TXT - {% endif %} - {% download_audio book mp3=False %} -
    - {% custom_pdf_link_li book %} - {% trans "less" %} -
    + {% if book.txt_file %} + TXT + {% endif %} +
    + {% if book.has_mp3_file %} +
    + {% trans "Pobierz audiobook" %}:
    + {% download_audio book %} +
    + {% endif %} +
    + {% custom_pdf_link_li book %}
  • {% else %} {% block preview-info %}

    - {% trans "For now this work is only available for our subscribers." %} - Dołącz do Towarzystwa Przyjaciół Wolnych Lektur + Ten utwór jest na razie dostępny wyłącznie dla naszych Darczyńców. + Wspieraj Wolne Lektury

    {% content_warning book %}
    {% endblock %} @@ -162,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 }}