X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/05c0c86de9498d8f3380768d1669f7044488bc3f..a79b274856788fd355c87980186d76ff5a7f9cd6:/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 19e1fbef7..758c8cb81 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -1,5 +1,5 @@ {% extends "catalogue/viewer_base.html" %} -{% load i18n %} +{% load i18n l10n %} {% load catalogue_tags %} {% load chunks %} {% load thumbnail %} @@ -9,10 +9,20 @@ {% block title %}{{ book.pretty_title }}{% endblock %} +{% block extrahead %} + + +{% endblock %} + {% block menu %}
  • - {% trans "Click to download" %}: + {{ book.pretty_title }} @@ -39,12 +49,6 @@
  • - - + + {% trans "Numbering" %} + {% trans "Themes" %} + {% trans "Footnotes" %} + {% trans "References" %} + {% endblock menu %} @@ -69,6 +83,10 @@ {% if prev %} ← {{ prev.title }} {% endif %} +
    + {% content_warning book %} +
    +
    {{ book_text|safe }} {% endwith %} @@ -80,43 +98,68 @@
    {% trans "Please wait..." %}
    + +
    +
    + x +
    +
    + +
    + + + + {% endblock big-pane %} {% block footer %} + {% if book.has_sync_file %} +
    + {% include 'catalogue/snippets/2022_jplayer_reader.html' %} +
    + + {% endif %}
    {% if book.parent %} - {% for b in book.ancestor.all %} + {% for b in book.ancestors %} {% if forloop.counter > 1 %}
  • {% endif %} - {{ b.title }} + {{ b.title }}
      {% endfor %} - {% for b in book.get_siblings %} -
    1. - {% if b == book %} - {{ b.title }} -
      - {% else %} - {{ b.title }} - {% endif %} -
    2. - {% endfor %} + {% for b in book.get_siblings %} +
    3. + {% if b == book %} + {{ b.title }} +
      + {% else %} + {{ b.title }} + {% endif %} +
    4. + {% endfor %} - {% for b in book.ancestor.all %} + {% for b in book.ancestor.all %}
    {% if not forloop.counter.last %}
  • {% endif %} - {% endfor %} + {% endfor %} {% else %} {{ book.title }}
    +
      + {% for c in book.get_children %} +
    1. {{ c.title }}
    2. + {% endfor %} +
    {% endif %}
    - {% book_info book %} + {% book_info book %}
    {% if book.other_versions.exists %} @@ -139,16 +182,6 @@ {% endif %} -
    -

    {% trans "Settings" %}

    - {% trans "Display line numbers" %}
    - {% trans "Display themes" %}
    - {% trans "Display footnotes" %}
    -
    -
    {% include 'catalogue/book_short.html' %}
    @@ -160,4 +193,31 @@ {% include 'annoy/dynamic_insert.html' %} {% endfor %} + + +
    + +
    + + {% localize off %} + + + {% endlocalize %} {% endblock footer %}