X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/073bc5dd763d0c181198af92fd5a2d8201d74679..7cf1f5926f871122e6e240432531ae942c4f9df1:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 4809ad1ce..7cae9ebed 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -2,13 +2,12 @@ {% load i18n %} {% load catalogue_tags pagination_tags switch_tag %} -{% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} +{% block titleextra %}{% title_from_tags tags %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}

{% title_from_tags tags %}

- {% breadcrumbs tags %} {% if only_shelf and not object_list %}
@@ -36,6 +35,7 @@

{% trans "Choose books' formats which you want to download:" %}

  • {% trans "for reading" %} {% trans "and printing using" %} Adobe Reader
  • {% trans "for reading" %} {% trans "on mobile devices" %}
  • +
  • {% trans "for reading" %} {% trans "on mobile devices" %}
  • {% trans "for reading" %} {% trans "and editing using" %} OpenOffice.org
  • {% trans "for reading" %} {% trans "on small displays, for example mobile phones" %}
  • {% trans "for listening" %} {% trans "on favourite MP3 player" %}
  • @@ -88,15 +88,17 @@ {% endif %} {% if object_list %} + {% spaceless %}
      {% for book in object_list %}
    1. {% if user_is_owner %} - {% trans "Delete" %} + {% trans "Delete" %} {% endif %} {{ book.short_html }}
    2. {% endfor %}
    + {% endspaceless %} {% paginate %} {% else %} {% trans "Sorry! Search cirteria did not match any resources." %}