X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f17e5ab1f46f52b071f71c799dfa4c755f7c407e..3756a9d667b0207137d004f2bb5a7731b671073c:/wolnelektury/templates/catalogue/book_list.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index f385a19f8..ec6aae8c6 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -7,10 +7,18 @@ {% block title %}{% trans "Listing of all works on WolneLektury.pl" %}{% 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 %}

+ +

{{ form.q }} {{ form.tags }} + {% trans "or" %} {% trans "see" %}: + + {% trans "all books" %} + {% trans "audiobooks" %} + {% trans "DAISY" %} +

+
{% block book_list_info %}{% endblock %}
+
{% trans "Table of Content" %} {% for index, authors in books_nav.items %} @@ -25,6 +33,7 @@ {% endfor %}
+ {% block book_list %} {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %} @@ -35,5 +44,9 @@
{% endif %} {% endfor %} + {% endblock %} + +
+

{% trans "↑ top ↑" %}

{% endblock %}