X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/85b2f0f3f639c54c199162d07b7027ce3412c996..92bcb49ab1a4bf73225b8dec1cf09fd6dff8a879:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 424487bd4..1b1eb4b43 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -5,7 +5,7 @@
- + {% if main_link %}{% endif %} {% if book.cover %} Cover {% endif %} - - {% block right-column %} - {% endblock %} + {% if main_link %}{% endif %}
@@ -42,7 +40,11 @@ {% endif %}{% endfor %}{% for title, slug in related.parents %}, {{ title }}{% endfor %}
-
{{ book.title }}
+
+ {% if main_link %}{% endif %} + {{ book.title }} + {% if main_link %}{% endif %} +
@@ -80,20 +82,20 @@ {% trans "Read online" %} {% endif %} -
  • - {% trans "Download" %} +
  • + {% trans "Download" %}
    {% if book.pdf_file %} - PDF do wydruku + PDF {% trans "to print" %} {% endif %} {% if book.epub_file %} - EPUB na czytnik + EPUB {% trans "for an e-book reader" %} {% endif %} {% if book.mobi_file %} - MOBI na Kindle + MOBI {% trans "for Kindle" %} {% endif %} {% if book.txt_file %} - TXT do zadań specjalnych + TXT {% trans "for advanced usage" %} {% endif %}
  • @@ -106,6 +108,8 @@ {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %} + {% block right-column %} + {% endblock %}