24 lines
752 B
Plaintext
Raw Normal View History

2020-07-21 13:40:17 +02:00
<!-- HTML to allow the user to create sub results from the current query
results.-->
2020-09-16 09:29:02 +02:00
<div class="col s12 m3 l2" id="create">
2020-07-21 13:40:17 +02:00
<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 16:12:21 +02: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 13:40:17 +02:00
</div>
2020-08-28 15:54:48 +02:00
<div class="col s12">
2020-07-21 13:40:17 +02:00
<div class="input-field">
2020-08-28 15:54:48 +02:00
<p><span id="nr-marked-matches"></span> matches added for sub-results:</p>
2020-07-21 13:40:17 +02:00
<textarea id="sub-results-match-ids"
class="materialize-textarea"
disabled>
</textarea>
</div>
</div>
</div>
</div>