X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d99d71844b7b97800dcab7cbb81c3a4185acbb48..87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index 2791ef213..a32f60f01 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 %}

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

-
-

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

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

{{ author }}

{% book_tree group books_by_parent %}
{% endif %} {% endfor %} + {% endblock %}