nopaque/web/app/templates/interactions/create.html.j2
2020-08-27 16:12:21 +02:00

24 lines
767 B
Django/Jinja

<!-- HTML to allow the user to create sub results from the current query
results.-->
<div class="col s12 m2 l2" id="create">
<h6 style="margin-top: 0px;">Create</h6>
<div class="divider" style="margin-bottom: 10px;"></div>
<div class="row">
<div class="col s12">
<p>Add matches to Sub-Results with the
<i class="material-icons tiny">add</i>
button in the list or inspect view.
</p>
</div>
<div class="col s12" id="sub-results-match-ids-div">
<div class="input-field">
<p><span id="nr-marked-matches"></span> Added matches:</p>
<textarea id="sub-results-match-ids"
class="materialize-textarea"
disabled>
</textarea>
</div>
</div>
</div>
</div>