X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/217b9062ee1d240a4244eed06c9b2b86015db1b3..b9bf77dc8f2d4b1b64bd7a29730bec3e3f885a6e:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 563787a8a..061197f9b 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -4,9 +4,12 @@ {% load i18n chunks compressed catalogue_tags sponsor_tags %} - + + {% block title %}WolneLektury.pl{% endblock %} - + + {% compressed_css "all" %} {% compressed_js "jquery" %} @@ -25,7 +28,9 @@
@@ -69,8 +80,8 @@

{% blocktrans %} Wolne Lektury is a project lead by Modern Poland Foundation. - Digital reproductions are made by The National Library, based on TNL resources. - Hosting EO Networks. + Digital reproductions are made by The National Library, Biblioteka Śląska and Biblioteka Elbląska, based on TNL, BŚ and BE resources. + Hosting: ICM. {% endblocktrans %}

@@ -80,6 +91,8 @@ {% endblocktrans %}

+ {% block add_footer %}{% endblock %} + {% sponsor_page "footer" %}
@@ -115,7 +128,14 @@

* {% trans "Loading" %}

+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
{% endblock bodycontent %} + {{ piwik_tag|safe }} - \ No newline at end of file +