From 7aeafc79b018b05c30348bae67949efd5b9b0ac7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Nov 2021 11:56:09 +0100 Subject: Syndication - stats UI --- .../templates/blocks/DataTables-stats.html | 85 +++------------------- 1 file changed, 9 insertions(+), 76 deletions(-) (limited to 'ishtar_common/templates/blocks/DataTables-stats.html') diff --git a/ishtar_common/templates/blocks/DataTables-stats.html b/ishtar_common/templates/blocks/DataTables-stats.html index 342051d19..aae2bb91f 100644 --- a/ishtar_common/templates/blocks/DataTables-stats.html +++ b/ishtar_common/templates/blocks/DataTables-stats.html @@ -36,80 +36,13 @@


-
-
-
-
-
-
-

-   - {% trans 'Draw rectangle on the graph to zoom. Double-click to reinitialize.' %} -

-
-
- -
-
-
-
-
-
-
-   - {% trans 'Right-click on this image to save it.' %} -
-
-
-
-
-
-
-
-
- -
-
-

-   - {% trans "No data" %} -

-
-
-
-   - {% trans "Too many values for the selected modalities, graph cannot be displayed. You can: " %} -
    -
  • {% trans 'Select "table" type.'%}
  • -
  • {% trans 'Refine the search to limit the results.'%}
  • -
-
-
- - \ No newline at end of file + {% with stats_name=name %}{% with extra="default" %} + {% include "blocks/DataTables-stats-detail.html" %} + {% endwith %}{% endwith %} + {% if external_sources %}{% for source_id, source_label, source_url in external_sources %} + {% with stats_name=name %}{% with extra=source_id %} + {% include "blocks/DataTables-stats-detail.html" %} + {% endwith %}{% endwith %} + {% endfor %}{% endif %} + -- cgit v1.2.3