X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/11da42218788b63ed80889402adeba451abf8367..2c457040ee4c32e91641854c6d409fec8e84752e:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 95c2c3e87..028ac62a8 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,36 +1,18 @@ {% 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:", " }}

-
+

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

+

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

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

Zwiń opis ▲

{% 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 %}
    @@ -90,6 +80,9 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • @@ -97,11 +90,17 @@

    Motywy w utworze

    {% endif %}
    +
    +
    Zamknij
    +
    +

    * Ładowanie

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