X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e5e8226c4d4bd610de5983e69b1b13684a17fe75..7f95f426fe9d582ee5b33e73edc7ef7c78a82c12:/apps/catalogue/templates/catalogue/book_text.html diff --git a/apps/catalogue/templates/catalogue/book_text.html b/apps/catalogue/templates/catalogue/book_text.html index 027a75807..b18fba444 100644 --- a/apps/catalogue/templates/catalogue/book_text.html +++ b/apps/catalogue/templates/catalogue/book_text.html @@ -1,74 +1,131 @@ + {% load i18n %} +{% load static from staticfiles %} {% load chunks compressed catalogue_tags %} - - +{% load thumbnail %} + - - {% trans "Wolne Lektury" %} :: {{ book.pretty_title }} - - {% compressed_css "book" %} - - {% compressed_js "book" %} - - + + + {{ book.pretty_title }} :: {% trans "Wolne Lektury" %} + + {% compressed_css "book_text" %} - -
- {% book_info book %} -
-
- -
- -
-
    - {% for theme, fragments in book_themes %} -
  1. {{ theme }}: - {% for fragment in fragments %} - {{ forloop.counter }} - {% endfor %} + + +
    + +
    + {{ book.html_file.read|safe }} +
    + + + + + +
+ {% endspaceless %} + +
+ {% endif %} + +
+

{% trans "Settings" %}

+ {% trans "Display line numbers" %}
+ {% trans "Display themes" %}
+ {% trans "Display footnotes" %}
+
+ +
+ {% book_short book %} +
+ +
+ + {# template #} +
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
+ + - {{ book.html_file.read|safe }} - {{ piwik_tag|safe }} - + + + {% compressed_js "book_text" %} +