X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/56cde931d184d61118503fe2e158c39c90c4fd69..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 332dd337e..089922b29 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,41 +1,21 @@ {% extends "base.html" %} -{% load catalogue_tags %} +{% load catalogue_tags pagination_tags %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} {% block bodyid %}book-detail{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

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

-
-
    - {# {% for tag in tags %} #} - {#
  1. {{ tag }} | x
  2. #} - {# {% endfor %} #} -
  3. {{ book.title }} | x
  4. -
+ +

{{ 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 }} @@ -43,26 +23,50 @@

Zwiń opis ▲

{% 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 %} +
- {% if book.children.all %} + {% if book_children %} + {% autopaginate book_children 10 %}
-

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

- {% for book in book.children.all %} -
  • {{ book.title }}
  • +
      + {% for book in book_children %} +
    1. {{ book.short_html }}
    2. {% endfor %} +
    + {% paginate %} {% endif %}
    @@ -96,16 +100,32 @@ {% endfor %} +

    W innych miejscach

    +
    - {% if categories.theme %} -

    Motywy w utworze

    - - {% endif %} +

    Motywy w utworze

    + +
    +
    + +
    +
    Zamknij
    +
    +

    * Ładowanie

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