X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/templates/catalogue/player.html diff --git a/apps/catalogue/templates/catalogue/player.html b/apps/catalogue/templates/catalogue/player.html deleted file mode 100755 index aeae44f21..000000000 --- a/apps/catalogue/templates/catalogue/player.html +++ /dev/null @@ -1,150 +0,0 @@ - - - {% load i18n compressed %} - {% load catalogue_tags %} - {% load thumbnail %} - - - - {% trans "Wolne Lektury" %} :: - {{ book.title }} - {{ audiobook }} - - {% compressed_css "all" %} - {% compressed_css "player" %} - - - - - {% if book.cover %} - Cover - {% endif %} - - -

{% book_title book %}

- -
-

{% trans "Book's page" %}.

-

{% trans "Download as" %} - MP3{% if have_oggs %}, - Ogg Vorbis{% endif %}. -

- - {% if book.has_daisy_file %} -

DAISY:

- - {% endif %} -
- -
- -
-
-
- -
-
- - - {% if projects|length > 1 %} -

{% trans "Audiobooks were prepared as a part of the projects:" %}

- - {% else %} -

- {% with projects.0.0 as cs %} - {% with projects.0.1 as fb %} - {% if fb %} - {% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project funded by {{ fb }}.{% endblocktrans %} - {% else %} - {% blocktrans %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %} - {% endif %} - {% endwith %} - {% endwith %} -

- {% endif %} - - - - {% compressed_js "player" %} - - {{ piwik_tag|safe }} - - - -