X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..85b2f0f3f639c54c199162d07b7027ce3412c996:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index b4336d32b..318f1b446 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -9,9 +9,15 @@ {% block body %}

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

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