X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/42f52375b9d61ca9276f43205fc4d4d56243d3b8..24e09bc235b3ff6e659e901dfbdbcc23e6e14ba7:/wolnelektury/templates/catalogue/book_text.html
diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html
index d3f6a1c73..cef76f8b5 100644
--- a/wolnelektury/templates/catalogue/book_text.html
+++ b/wolnelektury/templates/catalogue/book_text.html
@@ -1,26 +1,53 @@
+{% load i18n %}
{% load chunks compressed catalogue_tags %}
- {% block title %}WolneLektury.pl{% endblock %}
-
+ {% trans "Wolne Lektury" %} :: {{ book.pretty_title }}
+
{% compressed_css "book" %}
- {% compressed_js "jquery" %}
+
{% compressed_js "book" %}
+
+
+
+ {% book_info book %}
+
+
+
+ {% if book.pdf_file %}
+ - PDF do wydruku
+ {% endif %}
+ {% if book.epub_file %}
+ - EPUB na czytnik
+ {% endif %}
+ {% if book.mobi_file %}
+ - MOBI na Kindle
+ {% endif %}
+ {% if book.txt_file %}
+ - TXT do zadaÅ specjalnych
+ {% endif %}
+ - {% trans "Download a custom PDF" %}
{{ book.html_file.read|safe }}
+ {{ piwik_tag|safe }}