X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/062c5ec3437a944e39b486d36a54a6a11fa332d1..6797be6ce464806fdfb17b6ada71ba7b0b87b2d4:/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 4567e742a..497fbb1fe 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -5,52 +5,6 @@ {% block bodyid %}tagged-object-list{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %} @@ -68,19 +22,36 @@
{{ last_tag.description|safe }}
+

Zwiń opis ▲

{% endif %} - {% endwith %} {% if shelf_is_set %} - + Pobierz wszystkie książki z tej półki {% endif %} + {% if last_tag.gazeta_link %} +

+ {% ifequal last_tag.category "author" %}Przeczytaj omówienia utworów autora w serwisie Lektury.Gazeta.pl{% endifequal %} + {% ifequal last_tag.category "epoch" %}Przeczytaj omówienia z epoki {{ last_tag }} w serwisie Lektury.Gazeta.pl{% endifequal %} +

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

+ {% ifequal last_tag.category "author" %}Przeczytaj artykuł o autorze w Wikipedii{% endifequal %} + {% ifequal last_tag.category "epoch" %}Przeczytaj artykuł o epoce {{ last_tag }} w Wikipedii{% endifequal %} +

+ {% endif %}
    {% for book in object_list %} -
  1. {{ book.short_html }}
  2. +
  3. + {% if user_is_owner %} + Usuń + {% endif %} + {{ book.short_html }}
  4. {% endfor %}
+ {% endwith %} {% paginate %}
@@ -114,7 +85,7 @@
-

* Ładowanie

+

* Ładowanie

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