X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2882d56c0113410fc320ae55259ff0fe84a9c221..61d9353dd7e4194b45cc1e23cbc370dec3c8fdb0:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 2cc62e373..081ee5068 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -7,11 +7,15 @@ {% block body %}

{{ book.title }}, {{ categories.author|join:", " }}

-
+

{{ form.q }} lub wróć do strony głównej

+ {% 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 }} @@ -19,20 +23,36 @@

Zwiń opis ▲

{% 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 %} +
{% if book_children %} @@ -78,17 +98,32 @@ {% endfor %} +

W innych miejscach

+
- {% if categories.theme %} -

Motywy w utworze

- - {% endif %} +

Motywy w utworze

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

* Ładowanie

+
+
+{% endblock %}