From 67ee211d9ec5eb81ea2e19b61772e396fe631820 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Dec 2018 18:53:44 +0100 Subject: Image gallery on tables first version --- ishtar_common/templates/blocks/DataTables.html | 158 ++++++++++++++++--------- 1 file changed, 99 insertions(+), 59 deletions(-) (limited to 'ishtar_common/templates/blocks/DataTables.html') diff --git a/ishtar_common/templates/blocks/DataTables.html b/ishtar_common/templates/blocks/DataTables.html index 096650115..07725353c 100644 --- a/ishtar_common/templates/blocks/DataTables.html +++ b/ishtar_common/templates/blocks/DataTables.html @@ -27,50 +27,79 @@ -
- - - - - {% for col in col_names %} - - {% endfor %} - -
{{col}}
-
+ -
-
-
- -
+ +
+
+ +
+ + + + + {% for col in col_names %} + + {% endfor %} + +
{{col}}
-
-
- {% if source_full or extra_sources %} - {% trans "Simple CSV" %} - {% if source_full %}{% trans "CSV full" %}{% endif %} - {% for slug, name, extra_source in extra_sources %} - {{name}} - {% endfor %} - {% else %} - {% trans "CSV" %} - {% endif %} + +
+
+
+ +
+
+
+
+ {% if source_full or extra_sources %} + {% trans "Simple CSV" %} + {% if source_full %}{% trans "CSV full" %}{% endif %} + {% for slug, name, extra_source in extra_sources %} + {{name}} + {% endfor %} + {% else %} + {% trans "CSV" %} + {% endif %} +
-
-{% if multiple %} - -
    -{% endif %} + {% if multiple %} + +
      + {% endif %} - + +
      + +