X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/41e79f5deff58b34f185c8c7426f505793c1d9c7..0afa8ce8f8858c875404136d81dfb1645aeac19f:/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 07fda03ad..59ba5e5fa 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -9,8 +9,8 @@ {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %} - - {% if shelf_is_set and not object_list %} + + {% if only_shelf and not object_list %}

{% trans "Your shelf is empty" %}

{% trans "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." %}

@@ -21,12 +21,13 @@ {% with tags|last as last_tag %} {% if last_tag.has_description %}
- {{ last_tag.description|safe }} +
{{ last_tag.description|safe }}
+
{{ last_tag.description|safe|truncatewords_html:30 }}
-

{% trans "Hide description" %} ▲

+

{% endif %} - {% if shelf_is_set %} + {% if only_shelf %} {% trans "Download all books from this shelf" %} @@ -34,16 +35,17 @@

{% 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 "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" %}
  • - {% if user_is_owner %} + {% if only_my_shelf %}

    {% trans "Share this shelf" %}

    {% trans "Copy this link and share it with other people to let them see your shelf." %} @@ -96,24 +98,7 @@ {% endfor %} {% 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 %} @@ -138,7 +123,7 @@ {% if categories.epoch %}

    {% trans "Epochs" %}

    {% tag_list categories.epoch tags %} - {% endif %} + {% endif %}
    {% if categories.theme %}