X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e290186955957b103282f78036b344e7e38d279..e9327dee290c524806c89e1c3cb546f95ee51e52:/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 b24929cd9..1744c3361 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 %}
@@ -35,11 +34,13 @@

{% 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" %}
  • {% trans "for listening" %} — {% trans "open format" %} {% trans "Xiph.org Foundation" %}
  • +
  • {% trans "Updating list of books' formats on the shelf" %}
  • @@ -87,38 +88,23 @@ {% 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 %} - {% if only_author %} - {% if last_tag.alive %} - {% trans "This author's works are copyrighted." %} - {% else %}{% comment %} Is dead {% endcomment %} - {% if last_tag.in_pd %} -

    {% trans "This author's works are in public domain and will be published on Internet school library of Wolne Lektury soon." %}

    - {% else %} - {% comment %} Is dead, but not yet in public domain {% endcomment %} -
    -

    {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}

    - {% include "catalogue/pd_counter.html" %} -

    {% trans "Find out why Internet libraries can't publish this author's works." %}

    -
    - {% endif %} - {% endif %} - {% else %} - {% trans "Sorry! Search cirteria did not match any resources." %} - {% endif %} + {% trans "Sorry! Search cirteria did not match any resources." %} {% include "info/join_us.html" %} {% endif %} {% endwith %} - {% paginate %}
    {% if object_list %} {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %} @@ -140,6 +126,9 @@

    {% trans "Epochs" %}

    {% tag_list categories.epoch tags %} {% endif %} + {% if only_shelf %} +

    Miksuj utwory z tej półki + {% endif %}

    {% if categories.theme %} @@ -151,10 +140,4 @@
    {% endif %} {% endif %} -
    -
    {% trans "Close" %}
    -
    -

    * {% trans "Loading" %}

    -
    -
    -{% endblock %} \ No newline at end of file +{% endblock %}