nopaque/web/app/templates/interactions/create.html.j2

24 lines
767 B
Plaintext
Raw Normal View History

2020-07-21 11:40:17 +00:00
<!-- 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">
2020-08-27 14:12:21 +00:00
<p>Add matches to Sub-Results with the
<i class="material-icons tiny">add</i>
button in the list or inspect view.
</p>
2020-07-21 11:40:17 +00:00
</div>
2020-08-27 14:12:21 +00:00
<div class="col s12" id="sub-results-match-ids-div">
2020-07-21 11:40:17 +00:00
<div class="input-field">
2020-08-27 14:12:21 +00:00
<p><span id="nr-marked-matches"></span> Added matches:</p>
2020-07-21 11:40:17 +00:00
<textarea id="sub-results-match-ids"
class="materialize-textarea"
disabled>
</textarea>
</div>
</div>
</div>
</div>