X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a8e8a433dfa6d7c3789f6d996fd2e122b461c08..75349c5b71dfbc94bc28319c86794b56da36a08b:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 986605313..f8991c936 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,7 +12,10 @@
-

Na podstawie: {{ book.extra_info.source_name }}

+ {% if extra_info.license %} +

Utwór jest udostępniony na licencji {{ extra_info.license_description }}.

+ {% endif %} +

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -35,6 +38,22 @@ {% if book.txt_file %} Pobierz plik TXT {% endif %} + {% if book.mp3_file %} +
+ +

Czyta: {{ book.get_extra_info_value.artist_name }}

+

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

+
+ {% endif %} + {% if book.mp3_file %}Pobierz plik MP3{% endif %} + {% if book.ogg_file %}Pobierz plik Ogg Vorbis{% endif %} + {% if book.mp3_file %} + + + + + + {% endif %}
@@ -80,9 +99,17 @@ {{ tag }} {% endfor %} -
  • Lektura na wiki projektu
  • -
  • Lektura w CBN Polona
  • -
  • Kod źródłowy utworu (XML)
  • + +

    W innych miejscach

    +
    @@ -98,7 +125,7 @@
    -

    * Ładowanie

    +

    * Ładowanie

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