X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/847fe6bcff6dc95e389656d78ba02372b5686b86..84aecebd96f2bc8a27396ecf10c409a8b91e1bcc:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 27f2e7287..ffb586b8b 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -13,8 +13,20 @@
+ + {% if extra_info.license %} -

{% trans "Work is licensed under " %}{{ extra_info.license_description }}.

+

{% trans "Work is licensed under " %} {{ extra_info.license_description }}.

{% endif %}

{% trans "Based on" %}: {{ extra_info.source_name }}

{% if book.has_description %} @@ -28,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 %}
@@ -83,34 +114,40 @@

{% trans "Details" %}

{% trans "Other resources" %}