Code layout change.
[wolnelektury.git] / src / picture / templates / picture / picture_list_thumb.html
diff --git a/src/picture/templates/picture/picture_list_thumb.html b/src/picture/templates/picture/picture_list_thumb.html
new file mode 100644 (file)
index 0000000..adfc25e
--- /dev/null
@@ -0,0 +1,30 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% load catalogue_tags %}
+{% load static %}
+{% load ssi_include from ssify %}
+
+{% block bodyid %}picture-list{% endblock %}
+
+{% block titleextra %}{% trans "Listing of all works" context "gallery" %}{% endblock %}
+
+
+{% block body %}
+    <h1>{% block book_list_header %}{% trans "Listing of all works" context "gallery" %}{% endblock %}</h1>
+
+    <div class="left-column"><div class="normal-text">
+        {% block book_list_info %}
+            {% ssi_include 'chunk' key='picture-list' %}
+        {% endblock %}
+    </div></div>
+
+    <div class='clearboth'></div>
+
+
+
+{% work_list book_list %}
+
+
+
+
+{% endblock %}