X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d52c76021eaf1621b4e55a6eba1df1c0404bd7dd..0d6bbe91d75e82866aaa232eee4a036759446a86:/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 7c33a3740..45459f16e 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags switch_tag %} +{% load catalogue_tags switch_tag social_tags %} {% block titleextra %}{% title_from_tags tags %}{% endblock %} @@ -59,44 +59,14 @@
- -
- Dobranoc, obróć jeszcze raz na mnie oczęta,
- (…) Daj mi pierś ucałować
- Dobranoc, zapięta. -
-

Adam Mickiewicz, Dziady część III

-
+ {% cite_promo tags 1 %}
+ {% if last_tag.gazeta_link or last_tag.wiki_link %}

{% trans "See also" %}:

-
- -
-

{% trans "Download" %}:

- -
- -
- -
- - - - - {% autopaginate object_list 10 %} -
- - {% if last_tag.gazeta_link %} -

+

  • {% switch last_tag.category %} {% case "author" %} {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} @@ -109,10 +79,10 @@ {% else %} {% trans "Read related study on Lektury.Gazeta.pl" %} {% endswitch %} -

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

    +

  • {% switch last_tag.category %} {% case "author" %} {% trans "Read article about this author on Wikipedia" %} @@ -125,29 +95,39 @@ {% else %} {% trans "Read related article on Wikipedia" %} {% endswitch %} -

    +
  • {% endif %} + + + + {% endif %} +
    + +
    + {% comment %} +

    {% trans "Download" %}:

    + + {% endcomment %} +
    + + + +
    + + + + +
    {% if object_list %} - {% spaceless %} -
      - {% for book in object_list %} -
    1. - {% if user_is_owner %} - {% trans "Delete" %} - {% endif %} - {{ book.short_html }}
    2. - {% endfor %} -
    - {% endspaceless %} - {% paginate %} + {% work_list object_list %} {% else %} {% trans "Sorry! Search cirteria did not match any resources." %} {% include "info/join_us.html" %} {% endif %} {% endwith %}
    - {% if object_list %} - {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %} - {% endif %} {% endblock %}