X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/07e5d48b0655d447b2dec96ad6e5e81e72ec4837..088b37be4aa9fe5156c101c0e65b0d229bcec849:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index c03614cea..125b9bb01 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -40,39 +40,58 @@

{% trans "Put a book" %} {% trans "on the shelf!" %}

- {% if book.html_file %} + {% if book.has_html_file %} {% trans "Read online" %} {% endif %} - {% if book.pdf_file %} + {% if book.has_pdf_file %} {% trans "Download PDF" %} {% endif %} - {% if book.epub_file %} - {% trans "Download EPUB" %} + {% if book.root_ancestor.epub_file %} + {% trans "Download EPUB" %} {% endif %} - {% if book.odt_file %} - {% trans "Download ODT" %} + {% if book.has_odt_file %} +

ODT

+ {% endif %} - {% if book.txt_file %} + {% if book.has_txt_file %} {% trans "Download TXT" %} {% endif %} - {% if book.mp3_file %} -
- -

{% trans "Artist" %}: {{ book.get_extra_info_value.artist_name }}

- {% if book.get_extra_info_value.director_name %} -

{% trans "Director" %}: {{ book.get_extra_info_value.director_name }}

- {% endif %} -
- {% endif %} - {% if book.mp3_file %}{% trans "Download MP3" %}{% endif %} - {% if book.ogg_file %}{% trans "Download Ogg Vorbis" %}{% endif %} - {% if book.mp3_file %} - - - - - - {% endif %} + {% if book.has_ogg_file %} +

OGG

+ + {% endif %} + {% if book.has_daisy_file %} +

DAISY

+ + {% endif %} + {% if book.has_mp3_file %} +

MP3

+ + + {% endif %}
@@ -118,12 +137,14 @@ {% for tag in categories.genre %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} - +

{% trans "Other resources" %}

+

{% trans "View XML source" %}

{% trans "Work's themes " %}

@@ -148,4 +170,4 @@

* {% trans "Loading" %}

-{% endblock %} \ No newline at end of file +{% endblock %}