mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
24 lines
758 B
Django/Jinja
24 lines
758 B
Django/Jinja
<!-- HTML to allow the user to create sub results from the current query
|
|
results.-->
|
|
|
|
<div class="col s12 m3 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">
|
|
<div class="input-field">
|
|
<p><span id="nr-marked-matches"></span> matches added for sub-results:</p>
|
|
<textarea id="sub-results-indexes-display"
|
|
class="materialize-textarea"
|
|
disabled>
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |