X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a9693d28c16486fced04ba9cdb66a78781f30832..b2285d29a761beaa4e1daa3da277b734a71a08bb:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index a61396af3..f4805b9a6 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,6 +12,7 @@
+

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -34,6 +35,20 @@ {% if book.txt_file %} Pobierz plik TXT {% endif %} + {% if book.mp3_file and book.ogg_file %} +
+ +

Czyta: {{ book.get_extra_info_value.artist_name }}

+

Reżyseruje: {{ book.get_extra_info_value.director_name }}

+
+ Pobierz plik MP3 + Pobierz plik Ogg Vorbis + + + + + + {% endif %}
@@ -79,17 +94,18 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • - {% if categories.theme %} -

    Motywy w utworze

    - - {% endif %} +

    Motywy w utworze

    +
    @@ -99,4 +115,4 @@

    * Ładowanie

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