diff --git a/app/templates/corpora/analysis.html.j2 b/app/templates/corpora/analysis.html.j2 index 4619c09c..d10126cd 100644 --- a/app/templates/corpora/analysis.html.j2 +++ b/app/templates/corpora/analysis.html.j2 @@ -19,69 +19,78 @@

{{ title }}

+ + {% for extension in extensions %} +
+
+
+ {{ extension.name }} +

{{ extension.description }}

+
+
+
+ {% endfor %} + +
+
+

query_statsVisualizations

+
+
+
+
+ General information about the Corpus +

+
+
    +
  • +
    +
  • +
    +
  • +
    +
  • +
    +
  • +
    +
  • +
    +
  • +
    +
  • +
    +
+
+
+
+
+
+
+ Text information +
+
+
+
+
+
+
+
+
+ Text proportions within the corpus +
+
+
+
+
+
+
+ Word frequencies +
+
+
+
+
- {% for extension in extensions %} -
-
-
- {{ extension.name }} -

{{ extension.description }}

-
-
-
- {% endfor %} -
- -
-
-

query_statsVisualizations

-
-
-
-
- General information about the Corpus -

-
-
    -
  • -
    -
  • -
    -
  • -
    -
  • -
    -
  • -
    -
  • -
    -
  • -
    -
  • -
    -
-
-
-
-
-
-
- Text information -
-
-
-
-
-
-
-
-
- Text proportions within the corpus -
-
-
-