From 0f263df9b28b30a56f78df0eb4e38b9edd6b4776 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 13 Jan 2021 12:10:31 +0100 Subject: [PATCH] User CorpusList and QueryResultList in Corpus analysis service page. --- web/app/templates/main/dashboard.html.j2 | 2 +- .../services/corpus_analysis.html.j2 | 36 +++++++------------ 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/web/app/templates/main/dashboard.html.j2 b/web/app/templates/main/dashboard.html.j2 index 686c8438..539d70c2 100644 --- a/web/app/templates/main/dashboard.html.j2 +++ b/web/app/templates/main/dashboard.html.j2 @@ -59,7 +59,7 @@ - +
diff --git a/web/app/templates/services/corpus_analysis.html.j2 b/web/app/templates/services/corpus_analysis.html.j2 index 9c684786..91b82889 100644 --- a/web/app/templates/services/corpus_analysis.html.j2 +++ b/web/app/templates/services/corpus_analysis.html.j2 @@ -29,17 +29,16 @@

Nopaque lets you create and upload as many text corpora as you want. It makes use of CQP Query Language, which allows for complex search requests with the aid of metadata and NLP tags. The results can either be displayed as text or abstract visualizations.

-
+

My Corpora

-
+
search
-
    - +
    @@ -53,7 +52,7 @@
    -
      +
        import_exportImport Corpus @@ -62,17 +61,16 @@
        -
        +

        My query results

        -
        +
        search
        -
          - +
          - + - - - - - +
          @@ -83,19 +81,12 @@ Corpus and
          Query
          {# Actions #}
          - folderNothing here... -

          No query results yet imported.

          -
          -
            +
              Add query resultfile_upload @@ -108,9 +99,8 @@ {% block scripts %} {{ super() }} - {% endblock scripts %}