X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f6c830bdcee1a786b16e8c3b4eabfd504461745d..0a693dbc08fd1c2c95538f627985fc03f9e3b684:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index be7045b88..318f1b446 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -4,15 +4,20 @@ {% block bodyid %}book-a-list{% endblock %} -{% block title %}{% trans "Listing of all works on WolneLektury.pl" %}{% endblock %} +{% block titleextra %}{% trans "Listing of all works" %}{% endblock %} {% block body %} -

{% trans "Listing of all works" %}

-
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
+

{% block book_list_header %}{% trans "Listing of all works" %}{% endblock %}

+ +
+ {% block book_list_info %}{% endblock %} +
+ +
+ -
+ +
{% trans "Table of Content" %} {% for index, authors in books_nav.items %}
    @@ -25,7 +30,8 @@
{% endfor %}
-
+
+ {% block book_list %} {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %} @@ -36,6 +42,7 @@
{% endif %} {% endfor %} + {% endblock %}

{% trans "↑ top ↑" %}