X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e1688333f557a60400fed09b4b087f4c8dddb432..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/2022/book_detail.html diff --git a/src/catalogue/templates/catalogue/2022/book_detail.html b/src/catalogue/templates/catalogue/2022/book_detail.html deleted file mode 100644 index a3d50057f..000000000 --- a/src/catalogue/templates/catalogue/2022/book_detail.html +++ /dev/null @@ -1,422 +0,0 @@ -{% extends '2022/base_real.html' %} - -{% load static %} -{% load choose_cites from social_tags %} -{% load catalogue_tags %} -{% load likes_book from social_tags %} - - -{% block content %} -
- -
- - -
-
- {% with first_text=book.get_first_text %} - -
- -
-
-
-
- {% if book.has_mp3_file %} - - {% endif %} -
-
- -
-
- {% if first_text %} - czytaj online - {% endif %} -
-
- - - - {% if book.has_mp3_file %} - {% include 'catalogue/snippets/2022_jplayer.html' %} - {% else %} - {% with ch=book.get_child_audiobook %} - {% if ch %} - {% include 'catalogue/snippets/2022_jplayer_link.html' with book=ch %} - {% endif %} - {% endwith %} - - {% endif %} - - - - -
-
-
-

Pobieranie e-booka

-

Wybierz wersję dla siebie:

-
-
- {% if book.pdf_file %} -
-
-

.pdf

-

Jeśli planujesz wydruk albo lekturę na urządzeniu mobilnym bez dodatkowych aplikacji.

-
-
- .pdf -
-
- {% endif %} - {% if book.epub_file %} -
-
-

.epub

-

Uniwersalny format e-booków, obsługiwany przez większość czytników sprzętowych i aplikacji na urządzenia mobilne.

-
-
- .epub -
-
- {% endif %} - {% if book.mobi_file %} -
-
-

.mobi

-

Natywny format dla czytnika Amazon Kindle.

-
-
- .mobi -
-
- {% endif %} - {% if book.synchro_file %} -
-
-

synchrobook (epub3)

-

Książka elektroniczna i audiobook w jednym. Wymaga aplikacji obsługującej format (np. ..., ..., ...).

-
- -
- {% endif %} - {% if book.txt_file or book.fb2_file %} -
-
-

inne formaty

- -
-
- {% endif %} -
- -
-
- {% if book.has_mp3_file %} -
-
-
-

Pobieranie audiobooka

-

Wybierz wersję dla siebie:

-
-
-
-
-

.mp3

-

Uniwersalny format, obsługiwany przez wszystkie urządzenia.

-
-
- .mp3 -
-
- {% if book.has_ogg_file %} -
-
-

OggVorbis

-

Otwarty format plików audio, oferujący nagranie w najwyższej jakości dźwiękowej.

-
-
- .ogg -
-
- {% endif %} - {% if book.has_daisy_file %} -
-
-

DAISY

-

Format dla osób z dysfunkcjami czytania.

-
-
- {% for dsy in book.media_daisy %} - DAISY - {% endfor %} -
-
- {% endif %} - {% if book.has_audio_epub_file %} -
-
-

EPUB + audiobook

-

Książka elektroniczna i audiobook w jednym. Wymaga aplikacji obsługującej format.

-
-
- {% for epub in book.media_audio_epub %} - EPUB+audio - {% endfor %} -
-
- {% endif %} -
- -
-
- {% endif %} -
- -
- {{ book.abstract|safe }} - - {% if book.toc %} -
-

Spis treści:

- {{ book.toc|safe }} -
- {% endif %} -
- -
-
-
-

Ta książka jest dostępna dla tysięcy dzieciaków dzięki darowiznom od osób takich jak Ty!

- Dorzuć się! -
-
- Dorzuć się! -
-
-
- {% endwith %} -
- - {% for author in book.authors %} -
-
- {% include 'catalogue/2022/author_box.html' %} - - {% choose_cites 3 book=book as cites %} - {% if cites %} -
-
-
- {% for fragment in cites %} - {% include "catalogue/2022/fragment_box.html" %} - {% endfor %} -
-
-
- {% endif %} -
-
- {% endfor %} - -
-
- {% with book.related_themes as themes %} - {% if themes %} -

Motywy występujące w tym utworze Wszystkie motywy

-
- -
- - - {% endif %} - {% endwith %} - -
-
-
- - - - - -
-
-
-

Czytaj także

-
- {% if book.other_versions %} - {% for rel in book.other_versions %} - - {% endfor %} - {% endif %} - - - {% related_books_2022 book taken=book.other_versions|length as related_books %} - {% for rel in related_books %} - - {% endfor %} - - - -
-
-
-
- - -{% endblock %}