mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-27 08:20:34 +00:00
Add query builder template
This commit is contained in:
@ -33,9 +33,11 @@
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col s12 m2 center-align" style="margin-top: 1.75em;">
|
||||
{{ wtf.render_field(query_form.submit, material_icon='send',
|
||||
style='width:100%;') }}
|
||||
<div class="col s12 m1" style="margin-top: 1.75em;">
|
||||
<a class="waves-effect waves-light btn modal-trigger" href="#query-builder-modal">Query builder</a>
|
||||
</div>
|
||||
<div class="col s12 m1" style="margin-top: 1.75em;">
|
||||
{{ wtf.render_field(query_form.submit, material_icon='send', style='width:100%;') }}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@ -68,6 +70,7 @@
|
||||
{% include 'corpora/interactions/scroll_to_top.html.j2' %}
|
||||
|
||||
<!-- Modals -->
|
||||
{% 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' %}
|
||||
|
Reference in New Issue
Block a user