X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e5535d4d36c0cfd763fb16538ac054d01097fe2..4b6fc6dc545a10955094bfaa9448ba070cfb33bf:/wolnelektury/templates/catalogue/player.html diff --git a/wolnelektury/templates/catalogue/player.html b/wolnelektury/templates/catalogue/player.html new file mode 100755 index 000000000..95fcb5e62 --- /dev/null +++ b/wolnelektury/templates/catalogue/player.html @@ -0,0 +1,149 @@ + + + {% load i18n compressed %} + + + + + {% trans "Wolne Lektury" %} :: + {{ book.title }} - {{ audiobook }} + + {% compressed_css "all" %} + {% compressed_css "player" %} + + + + + + + +
+
+
+ +
+
+ + +

{% 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" %} + + + +