X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0e5d2336c7c6357e09c9572186cc7b4bb937f102..84aecebd96f2bc8a27396ecf10c409a8b91e1bcc:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index b9faea6fb..ffb586b8b 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -13,6 +13,18 @@
+ + {% if extra_info.license %}

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

{% endif %} @@ -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 %}
@@ -107,11 +138,16 @@ {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} +
  • + {% trans "View XML source" %} +
  • {% trans "Other resources" %}