X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/64cf4d889127d7dc3ea893e8a27711468276dc47..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/wolnelektury_core/templates/superbase.html diff --git a/apps/wolnelektury_core/templates/superbase.html b/apps/wolnelektury_core/templates/superbase.html deleted file mode 100644 index 9ee206f57..000000000 --- a/apps/wolnelektury_core/templates/superbase.html +++ /dev/null @@ -1,176 +0,0 @@ - - - {% load cache compressed i18n %} - {% load static from staticfiles %} - {% load catalogue_tags funding_tags reporting_stats sponsor_tags %} - - - - - - - - - - {% block ogextra %}{% endblock %} - - - {% block title %}{% trans "Wolne Lektury" %} :: - {% block titleextra %}{% endblock %}{% endblock %} - - - {% compressed_css "main" %} - {% block extrahead %} - {% endblock %} - - - - {% block bodycontent %} - {% funding link=1 closeable=1 add_class="funding-top-header" %} -
-
- - -

- {% if user.is_authenticated %} - {% trans "Welcome" %}, - - - {{ user.username }} - - - {% trans "Password" %}
- {% trans "E-mail" %}
- {% trans "Social accounts" %}
-
-
- | {% trans "My shelf" %} - {% if user.is_staff %} - | {% trans "Administration" %} - {% endif %} - | {% trans "Logout" %} - {% else %} - - {% trans "Sign in" %} - / - - {% trans "Register" %} - {% endif %} -

- -

- {% cache 60 tagline LANGUAGE_CODE %} - {% 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 %} - {% endcache %} -

- -
-
- - {{search_form.q}} -
-
- -
-
- - - - - -
- {% block body %} - {% endblock %} -
-
- - - - - - - {# template #} -
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
-
- - - {% endblock bodycontent %} - - - - - {% compressed_js "base" %} - - {{ piwik_tag|safe }} - - {% block extrabody %} - {% endblock %} - - - -