X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f05daac38bd815128ba11b77b1b40dc03d2b5fcf..e432f8579852df4ffc3010bc54bbabe452591956:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index d94ebe9be..089922b29 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,6 +12,9 @@
+ {% if extra_info.license %} +

Utwór jest udostępniony na licencji {{ extra_info.license_description }}.

+ {% endif %}

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
@@ -35,19 +38,21 @@ {% if book.txt_file %} Pobierz plik TXT {% endif %} - {% if book.mp3_file and book.ogg_file %} -
- + {% if book.mp3_file %} +
+

Czyta: {{ book.get_extra_info_value.artist_name }}

Reżyseruje: {{ book.get_extra_info_value.director_name }}

- Pobierz plik MP3 - Pobierz plik Ogg Vorbis - - - - - + {% endif %} + {% if book.mp3_file %}Pobierz plik MP3{% endif %} + {% if book.ogg_file %}Pobierz plik Ogg Vorbis{% endif %} + {% if book.mp3_file %} + + + + + {% endif %}
@@ -100,7 +105,10 @@
  • Lektura na wiki projektu
  • Lektura w CBN Polona
  • {% if book.gazeta_link %} -
  • Omówienie lektury w Lektury.Gazeta.pl
  • +
  • Opis lektury w Lektury.Gazeta.pl
  • + {% endif %} + {% if book.wiki_link %} +
  • Opis lektury w Wikipedii
  • {% endif %}
    @@ -117,7 +125,7 @@
    Zamknij
    -

    * Ładowanie

    +

    * Ładowanie

    -{% endblock %} +{% endblock %} \ No newline at end of file