From ea5bace7dbf7f053bde6ff988c090020ac1bb036 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 18 Jan 2021 14:45:26 +0100 Subject: [PATCH] Add query builder template --- web/app/templates/corpora/analyse_corpus.html.j2 | 9 ++++++--- web/app/templates/modals/query_builder.html.j2 | 9 +++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 web/app/templates/modals/query_builder.html.j2 diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index 1a4659f4..2cad2d38 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -33,9 +33,11 @@ -
- {{ wtf.render_field(query_form.submit, material_icon='send', - style='width:100%;') }} + +
+ {{ wtf.render_field(query_form.submit, material_icon='send', style='width:100%;') }}
@@ -68,6 +70,7 @@ {% include 'corpora/interactions/scroll_to_top.html.j2' %} +{% include 'modals/query_builder.html.j2' %} {% include 'modals/show_metadata.html.j2' %} {% include 'modals/analysis_init.html.j2' %} {% include 'modals/export_query_results.html.j2' %} diff --git a/web/app/templates/modals/query_builder.html.j2 b/web/app/templates/modals/query_builder.html.j2 new file mode 100644 index 00000000..d55ca14d --- /dev/null +++ b/web/app/templates/modals/query_builder.html.j2 @@ -0,0 +1,9 @@ + +