X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f7179cd5fbb16e2454f1a193a213f6607592e22c..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/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 91824ed32..c7898d56c 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,136 +1,127 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags %} +{% load catalogue_tags switch_tag social_tags %} -{% 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 shelf_is_set and not object_list %} -
-

Twoja półka jest pusta

-

Możesz wrzucić książkę na półkę, wchodząc na stronę danej lektury i klikając na przycisk „Na półkę!”.

+
+
+

{% html_title_from_tags tags %}

+ + {% with tags|last as last_tag %} + {% if last_tag.has_description %} +
+
{{ last_tag.description|safe }}
+
{{ last_tag.description|safe|truncatewords_html:40 }}
+
+ {% endif %} + + +
+ {% if categories.author %} +
+
{% trans "Authors" %}:
+
+ {% inline_tag_list categories.author tags %} +
+
+ {% endif %} + {% if categories.kind %} +
+
{% trans "Kinds" %}:
+
+ {% inline_tag_list categories.kind tags %} +
+
+ {% endif %} + {% if categories.genre %} +
+
{% trans "Genres" %}:
+
+ {% inline_tag_list categories.genre tags %} +
+
+ {% endif %} + {% if categories.epoch %} +
+
{% trans "Epochs" %}:
+
+ {% inline_tag_list categories.epoch tags %} +
+
+ {% endif %}
- {% else %} - {% autopaginate object_list 10 %} -
- {% with tags|last as last_tag %} - {% if last_tag.has_description %} -
- {{ last_tag.description|safe }} -
-
-

Zwiń opis ▲

- {% endif %} - {% if shelf_is_set %} - - Pobierz wszystkie książki z tej półki - - +
+ + + + +
+ + + + {% if not theme_is_set %} +
{% if object_list %} -
    - {% for book in object_list %} -
  1. - {% if user_is_owner %} - Usuń - {% endif %} - {{ book.short_html }}
  2. - {% endfor %} -
+ {% work_list object_list %} {% else %} - {% if only_author %} - {% if last_tag.alive %} -

Dzieła tego autora objęte są prawem autorskim.

-

Dowiedz się, dlaczego biblioteki internetowe - nie mogą udostępniać dzieł tego autora.

- {% else %}{% comment %} Nie żyje {% endcomment %} - {% if last_tag.in_pd %} -

Dzieła tego autora znajdują się w domenie publicznej - i niedługo zostaną opublikowane w szkolnej bibliotece - internetowej Wolne Lektury.

- {% else %}{% comment %} Nie żyje, ale jeszcze nie w PD {% endcomment %} -
-

Dzieła tego autora przejdą do zasobów domeny - publicznej i będą mogły być publikowane bez - żadnych ograniczeń za:

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

Dowiedz się, dlaczego biblioteki internetowe - nie mogą udostępniać dzieł tego autora.

-
- {% endif %} - {% endif %} - {% else %} - Nie znaleziono żadnych utworów. - {% endif %} + {% trans "Sorry! Search cirteria did not match any resources." %} {% include "info/join_us.html" %} {% endif %} - {% endwith %} - {% paginate %}
- {% if object_list %} - {% comment %} Jeśli nic nie znaleźliśmy, to i po prawej stronie nic nie będzie {% endcomment %} -
-
- {% if categories.author %} -

Autorzy

- {% tag_list categories.author tags %} - {% endif %} - {% if categories.kind %} -

Rodzaje

- {% tag_list categories.kind tags %} - {% endif %} - {% if categories.genre %} -

Gatunki literackie

- {% tag_list categories.genre tags %} - {% endif %} - {% if categories.epoch %} -

Epoki

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

Motywy

- {% tag_list categories.theme tags %} - {% endif %} -
-
-
- {% endif %} {% endif %} -
- -
-

* Ładowanie

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