fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
af544a7
)
#999: audiobook lists info
author
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 12 Jan 2011 13:56:46 +0000
(14:56 +0100)
committer
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 12 Jan 2011 13:56:46 +0000
(14:56 +0100)
wolnelektury/templates/catalogue/audiobook_list.html
patch
|
blob
|
history
wolnelektury/templates/catalogue/book_list.html
patch
|
blob
|
history
wolnelektury/templates/catalogue/daisy_list.html
patch
|
blob
|
history
diff --git
a/wolnelektury/templates/catalogue/audiobook_list.html
b/wolnelektury/templates/catalogue/audiobook_list.html
index
0a9e01e
..
f4778fa
100644
(file)
--- 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 title %}{% trans "Listing of all audiobooks on WolneLektury.pl" %}{% endblock %}
{% block book_list_header %}{% trans "Listing of all audiobooks" %}{% endblock %}
+
+{% block book_list_info %}
+<p style='margin-bottom:2em;'>{% 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 %}</p>
+{% endblock %}
diff --git
a/wolnelektury/templates/catalogue/book_list.html
b/wolnelektury/templates/catalogue/book_list.html
index
ecf54f8
..
dd01066
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_list.html
+++ b/
wolnelektury/templates/catalogue/book_list.html
@@
-17,6
+17,7
@@
<a href="{% url catalogue.views.daisy_list %}">{% trans "DAISY" %}</a>
</span></p>
</form>
<a href="{% url catalogue.views.daisy_list %}">{% trans "DAISY" %}</a>
</span></p>
</form>
+ <div class="column-left">{% block book_list_info %}{% endblock %}</div><div style='clear:both;'></div>
<a name="top">
<div id="book-list-nav">
{% trans "Table of Content" %}
<a name="top">
<div id="book-list-nav">
{% trans "Table of Content" %}
diff --git
a/wolnelektury/templates/catalogue/daisy_list.html
b/wolnelektury/templates/catalogue/daisy_list.html
index
1523578
..
83a622f
100644
(file)
--- 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 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 %}
+<p>{% 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 %}</p>
+{% endblock %}