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