From 9c611afdc30423cb24bc49537d1d4eba939afa85 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 4 Nov 2019 13:19:15 +0100 Subject: [PATCH] Emit query data via socketio --- app/templates/corpora/corpus_analysis.html.j2 | 61 +++++++++++++------ 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/app/templates/corpora/corpus_analysis.html.j2 b/app/templates/corpora/corpus_analysis.html.j2 index 76c947bd..6a88bc71 100644 --- a/app/templates/corpora/corpus_analysis.html.j2 +++ b/app/templates/corpora/corpus_analysis.html.j2 @@ -3,7 +3,7 @@ {% block page_content %}
-
+
{{ form.hidden_tag() }} Query and analysis @@ -16,7 +16,7 @@ {% endfor %}
-
@@ -50,24 +50,24 @@

- Download Results -

Downlaod all results of the current query as csv, excel or json file.

-
- {{ form.hidden_tag() }} -
- insert_drive_file - {{ dl_form.file_type() }} - {{ dl_form.file_type.label }} - {% for error in dl_form.file_type.errors %} - {{ error }} - {% endfor %} -
-
- -
-
+ Download Results +

Downlaod all results of the current query as csv, excel or json file.

+
+ {{ form.hidden_tag() }} +
+ insert_drive_file + {{ dl_form.file_type() }} + {{ dl_form.file_type.label }} + {% for error in dl_form.file_type.errors %} + {{ error }} + {% endfor %} +
+
+ +
+
@@ -97,4 +97,25 @@ + {% endblock %}