X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..af98f70dfd556239487aef68b4db392f6a7810fa:/src/wolnelektury/templates/superbase.html?ds=sidebyside diff --git a/src/wolnelektury/templates/superbase.html b/src/wolnelektury/templates/superbase.html index 08d60a32a..139fc1624 100644 --- a/src/wolnelektury/templates/superbase.html +++ b/src/wolnelektury/templates/superbase.html @@ -1,6 +1,6 @@ {% spaceless %} - + {% load pipeline i18n %} {% load static from staticfiles %} {% load catalogue_tags funding_tags reporting_stats %} @@ -10,106 +10,137 @@ - - - - - - + + + + + + {% block ogextra %}{% endblock %} - {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} - - + + {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} + + {% stylesheet "main" %} {% block extrahead %} {% endblock %} - {% block bodycontent %} + {% block bodycontent %} {% if not funding_no_show_current %} {% current_offer as current_offer %} {{ current_offer.if }} - {% ssi_include 'funding_top_bar' pk=current_offer %} + {% ssi_include 'funding_top_bar' pk=current_offer %} {{ current_offer.endif }} {% endif %} -
-
- - -

- {% user_username as user_username %} - {% user_is_staff as user_is_staff %} - {{ user_username.if }}{% trans "Welcome" %}, - - {{ user_username }} - - - {% trans "Password" %}
- {% trans "E-mail" %}
- {% trans "Social accounts" %}
-
-
| {% trans "My shelf" %} - {{ user_username.endif }} - {{ user_is_staff.if }} | {% trans "Administration" %} - {{ user_is_staff.endif }} - {{ user_username.if }} | {% trans "Logout" %} - {{ user_username.else }} - {% trans "Sign in" %} / {% trans "Register" %} - {{ user_username.endif }} -

- -

- {% url 'book_list' as b %} - {% url 'infopage' 'prawa' as r %} - {% count_books book_count %} - {% blocktrans count book_count as c %} - {{c}} free reading you have right to - {% plural %} - {{c}} free readings you have right to - {% endblocktrans %} -

- -
-
- - {{search_form.q}} -
-
- -
-
+
+
+
+ -
+
-
-
+
+ + Wesprzyj działalność Nowoczesnej Polski + +
{% block body %} {% endblock %}
@@ -117,11 +148,11 @@ @@ -135,19 +166,20 @@
- {% endblock bodycontent %} + {% endblock bodycontent %} - - - {% javascript "base" %} + + + {% javascript "base" %} - {% tracking_code %} + {% tracking_code %} - {% block extrabody %} - {% endblock %} + {% block extrabody %} + {% endblock %} - + - + {% endspaceless %}