X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/373f20f311d78b22849e9529299eddcbefb080bd..891b9e3b7ecaedc9ac32bc941400a267c77482a0:/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 beb3eae50..fd6517c49 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} @@ -13,7 +13,7 @@ {% if shelf_is_set 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\". %}

+

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

{% else %} {% autopaginate object_list 10 %} @@ -24,7 +24,7 @@ {{ last_tag.description|safe }}
-

{% trans "Toggle description" %} ▲

+

{% trans "Hide description" %} ▲

{% endif %} {% if shelf_is_set %} @@ -32,16 +32,24 @@ + {% if user_is_owner %} +

{% trans "Share this shelf" %}

+
+

{% trans "Copy this link and share it with other people to let them see your shelf." %} + +

+
+ {% endif %} {% endif %} {% if last_tag.gazeta_link %}

@@ -80,16 +88,18 @@ {% 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 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:" %}

+

{% 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 "No works of this author found." %} + {% trans "Sorry! Search cirteria did not match any resources." %} {% endif %} {% include "info/join_us.html" %} {% endif %} @@ -113,7 +123,7 @@ {% tag_list categories.genre tags %} {% endif %} {% if categories.epoch %} -

{% trans "Epochs" %}Epoki

+

{% trans "Epochs" %}

{% tag_list categories.epoch tags %} {% endif %} @@ -130,7 +140,7 @@
{% trans "Close" %}
-

* {% trans "Loading" %}

+

* {% trans "Loading" %}

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