From 5666068eebddee003f4d0e8e7ffeb1bb98f40d00 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 12 Jan 2011 14:56:46 +0100 Subject: [PATCH] #999: audiobook lists info --- wolnelektury/templates/catalogue/audiobook_list.html | 6 ++++++ wolnelektury/templates/catalogue/book_list.html | 1 + wolnelektury/templates/catalogue/daisy_list.html | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/wolnelektury/templates/catalogue/audiobook_list.html b/wolnelektury/templates/catalogue/audiobook_list.html index 0a9e01e41..f4778fab7 100644 --- a/wolnelektury/templates/catalogue/audiobook_list.html +++ b/wolnelektury/templates/catalogue/audiobook_list.html @@ -6,3 +6,9 @@ {% block title %}{% trans "Listing of all audiobooks on WolneLektury.pl" %}{% endblock %} {% block book_list_header %}{% trans "Listing of all audiobooks" %}{% endblock %} + +{% block book_list_info %} +

{% blocktrans %}Audioteka lektur szkolnych fundacji Nowoczesna Polska. +Możecie z niej korzystać bezpłatnie i bez ograniczeń. +Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek.{% endblocktrans %}

+{% endblock %} diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index ecf54f829..dd01066e8 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -17,6 +17,7 @@ {% trans "DAISY" %}

+
{% block book_list_info %}{% endblock %}
{% trans "Table of Content" %} diff --git a/wolnelektury/templates/catalogue/daisy_list.html b/wolnelektury/templates/catalogue/daisy_list.html index 152357812..83a622f43 100644 --- a/wolnelektury/templates/catalogue/daisy_list.html +++ b/wolnelektury/templates/catalogue/daisy_list.html @@ -6,3 +6,9 @@ {% block title %}{% trans "Listing of all DAISY files on WolneLektury.pl" %}{% endblock %} {% block book_list_header %}{% trans "Listing of all DAISY files" %}{% endblock %} + +{% block book_list_info %} +

{% blocktrans %}System DAISY to uznany na całym świecie format udostępniania książek +dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób +mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez ograniczeń.{% endblocktrans %}

+{% endblock %} -- 2.20.1