X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3f84dfec54e97d5d5b4f8a1d37c2a1e8ba8a2933..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html deleted file mode 100644 index 1ffcccc1a..000000000 --- a/wolnelektury/templates/catalogue/book_detail.html +++ /dev/null @@ -1,104 +0,0 @@ -{% extends "base.html" %} -{% load catalogue_tags pagination_tags %} - -{% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} - -{% block bodyid %}book-detail{% endblock %} - -{% block body %} -

{{ book.title }}, {{ categories.author|join:", " }}

-
-

{{ form.q }} lub wróć do strony głównej

-
- -
-

Na podstawie: {{ book.extra_info.source_name }}

- {% if book.has_description %} -
- {{ book.description|safe }} -
-

Zwiń opis ▲

- {% endif %} -
-

Wrzuć lekturę na półkę!

-
-
- {% if book.html_file %} - Czytaj online - {% endif %} - {% if book.pdf_file %} - Pobierz plik PDF - {% endif %} - {% if book.odt_file %} - Pobierz plik ODT - {% endif %} - {% if book.txt_file %} - Pobierz plik TXT - {% endif %} -
-
- - {% if book_children %} - {% autopaginate book_children 10 %} -
-
    - {% for book in book_children %} -
  1. {{ book.short_html }}
  2. - {% endfor %} -
-
- {% paginate %} - {% endif %} - -
- -
-
-

O utworze

- -
-
-

Motywy w utworze

- -
-
-
-
-
Zamknij
-
-

* Ładowanie

-
-
-{% endblock %}