X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..72272dce664793c3f2910b99837fcd35efa8e815:/src/catalogue/templates/catalogue/book_text.html diff --git a/src/catalogue/templates/catalogue/book_text.html b/src/catalogue/templates/catalogue/book_text.html index 339cfc7b2..e958d7060 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -2,99 +2,114 @@ {% load i18n %} {% load catalogue_tags ssify %} {% load thumbnail %} +{% load cache %} {% block title %}{{ book.pretty_title }}{% endblock %} {% block menu %} -
  • - {{ book.pretty_title }} -
  • - -{% if book.other_versions.exists %} -
  • + + {{ book.pretty_title }} +
  • + + {% if book.other_versions.exists %} + -{% endif %} + {% endif %} - + - + - + - + - + {% endblock menu %} - {% block big-pane %} -
    - -
    - -
    +
    + +
    -
    + +
    {% endblock big-pane %} - - - {% block footer %} -
    - {% book_info book %} -
    - -{% if book.other_versions.exists %} -
    -

    {% trans "Other versions of the book" %}

    - {% trans "Close the other version" %} - -
    -{% endif %} - -
    +
    + {% book_info book %} +
    + + {% if book.other_versions.exists %} + + {% endif %} + + - -
    - {% ssi_include 'catalogue_book_short' pk=book.pk %} -
    + {% trans "Display line numbers" %}
    + {% trans "Display themes" %}
    + {% trans "Display footnotes" %}
    +
    + +
    + {% include 'catalogue/book_short.html' %} +
    {% endblock footer %}