rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / book_wide.html
diff --git a/wolnelektury/templates/catalogue/book_wide.html b/wolnelektury/templates/catalogue/book_wide.html
deleted file mode 100644 (file)
index 59abe0f..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-{% extends "catalogue/book_short.html" %}
-{% load i18n %}
-
-{% block box-class %}book-wide-box{% endblock %}
-
-{% block right-column %}
-<div class="right-column">
-  <blockquote id="quote" class="cite-body">
-    <div>Ten, który walczy z potworami powinien zadbać, by sam nie stał się potworem. 
-    Gdy długo spoglądamy w otchłań, otchłań spogląda również w nas.</div>
-  </blockquote>
-
-  <div id="other-tools">
-    <h2 class="mono">{% trans "See" %}</h2>
-    <ul class="inline-items">
-      {% if extra_info.source_url %}
-      <li><a href="{{ extra_info.source_url }}">{% trans "Source" %}</a> {% trans "of the book" %}</li>
-      {% endif %}
-      {% if extra_info.about and not hide_about %}
-      <li>{% trans "Book on" %} <a href="{{ extra_info.about }}">{% trans "Editor's Platform" %}</a></li>
-      {% endif %}
-      {% if book.gazeta_link %}
-      <li><a href="{{ book.gazeta_link }}">{% trans "Book description on Lektury.Gazeta.pl" %}</a></li>
-      {% endif %}
-      {% if book.wiki_link %}
-      <li><a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a></li>
-      {% endif %}
-    </ul>
-  </div>
-  <div id="other-download">
-    <h2 class="mono">{% trans "Download" %}</h2>
-    <ul class="inline-items">
-      <li>
-       {% if has_media.mp3 or has_media.ogg %}
-       {% trans "Download all audiobooks for this book" %}: 
-       {% if has_media.mp3 %}<a href="{% url download_zip_mp3 book.slug %}">MP3</a>{% endif %}{% if has_media.mp4 and has_media.ogg %},{% endif %}
-       {% if has_media.ogg %}<a href="{% url download_zip_ogg book.slug %}">OGG</a>{% endif %}.
-       {% endif %}
-      </li>
-      <li>
-       <a href="{% url custom_pdf_form %}?book_id={{book.fileid}}" id="custom-pdf" class="ajaxable">{% trans "Download a custom PDF" %}</a>
-      </li>
-    </ul>
-  </div>
-</div>
-{% endblock %}