Code layout change.
[wolnelektury.git] / src / catalogue / templates / catalogue / daisy_list.html
diff --git a/src/catalogue/templates/catalogue/daisy_list.html b/src/catalogue/templates/catalogue/daisy_list.html
new file mode 100644 (file)
index 0000000..65d9d6b
--- /dev/null
@@ -0,0 +1,17 @@
+{% extends "catalogue/book_list.html" %}
+{% load i18n %}
+{% load ssi_include from ssify %}
+
+{% block bodyid %}book-a-list{% endblock %}
+
+{% block titleextra %}{% trans "Listing of all DAISY files" %}{% endblock %}
+
+{% block extrahead %}
+    <link rel="alternate" type="application/atom+xml" title="{% trans "Latest DAISY audiobooks" %}" href="{% url 'audiobook_feed' 'daisy' %}" />
+{% endblock %}
+
+{% block book_list_header %}{% trans "Listing of all DAISY files" %}{% endblock %}
+
+{% block book_list_info %}
+{% ssi_include 'chunk' key='daisy-list' %}
+{% endblock %}