X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/56cde931d184d61118503fe2e158c39c90c4fd69..3f84dfec54e97d5d5b4f8a1d37c2a1e8ba8a2933:/wolnelektury/templates/catalogue/book_detail.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 332dd337e..1ffcccc1a 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,41 +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:", " }}

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

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

+

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

{% if book.has_description %}
{{ book.description|safe }} @@ -43,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 %}
    @@ -95,17 +80,25 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • - {% if categories.theme %} -

    Motywy w utworze

    - - {% endif %} +

    Motywy w utworze

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

    * Ładowanie

    +
    +
    +{% endblock %}