Remove dummy UI elements and open the CQP Tutorial in a dedicated browsertab

This commit is contained in:
Patrick Jentsch 2021-05-05 15:05:24 +02:00
parent c0d337137e
commit a357ae2857

View File

@ -26,7 +26,7 @@
{{ query_form.query() }}
{{ query_form.query.label }}
<span class="helper-text">
<a href="http://cwb.sourceforge.net/files/CQP_Tutorial/">
<a href="http://cwb.sourceforge.net/files/CQP_Tutorial/" target="_blank">
<i class="material-icons" style="font-size: inherit;">help
</i>
CQP query language tutorial
@ -55,8 +55,6 @@
{% include 'corpora/interactions/export.html.j2' %}
{% include 'corpora/interactions/create.html.j2' %}
{% include 'corpora/interactions/display.html.j2' %}
{% include 'corpora/interactions/analysis.html.j2' %}
{% include 'corpora/interactions/cite.html.j2' %}
</div>
{% include 'tables/query_results.html.j2' %}
</div>