Browse Source

changes in interface text, results template

english-french
manetta 5 years ago
parent
commit
791803aa46
  1. 4
      templates/en/results.html

4
templates/en/results.html

@ -53,7 +53,7 @@
{% endif%} {% endif%}
<div class="suggestions techfem"> <div class="suggestions techfem">
<h1>Cross-reading suggestions (selected):</h1> <h1>Cross-reading suggestions (manual selection):</h1>
{% for word in suggestions %} {% for word in suggestions %}
<strong class="query"><a href="?q={{word}}">{{ word.strip() }}</a></strong> <strong class="query"><a href="?q={{word}}">{{ word.strip() }}</a></strong>
{% endfor %} {% endfor %}
@ -62,7 +62,7 @@
<br> <br>
<div class="suggestions tfidf"> <div class="suggestions tfidf">
<h1>Cross-reading suggestions (top 50 TF-IDF results) through <em>{{ results[0]['name']}}</em>: <br></h1> <h1>Cross-reading suggestions (algorithmic selection) through <em>{{ results[0]['name']}}</em>: <br></h1>
<div class=""> <div class="">
{% for tfidf, word in analytics.mappings[:50] %} {% for tfidf, word in analytics.mappings[:50] %}
{% if word == query %} {% if word == query %}

Loading…
Cancel
Save