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%;') }} +
+ Query builder +
+
+ {{ 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 @@ + +