X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3db8ba2750af385acc9f247da53ec3851637cba..31badf91680a7ddb83f1d4fcc952bf52ac25b6b6:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 31740074c..b9e95d0f7 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -5,32 +5,14 @@ {% block bodyid %}book-detail{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

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

-
+

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

+

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -38,26 +20,41 @@

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 %} {% autopaginate book_children 10 %}
-

Utwory składające się na ten utwór:

    {% for book in book_children %}
  1. {{ book.short_html }}
  2. @@ -98,17 +95,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 %}