mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
32 lines
921 B
Plaintext
32 lines
921 B
Plaintext
|
<!-- 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">
|
||
|
<div class="switch">
|
||
|
Sub-Results creation:
|
||
|
<label>
|
||
|
Off
|
||
|
<input disabled
|
||
|
type="checkbox"
|
||
|
id="add-to-sub-results">
|
||
|
<span class="lever"></span>
|
||
|
On
|
||
|
</label>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col s12 hide" id="sub-results-match-ids-div">
|
||
|
<div class="input-field">
|
||
|
<p><span id="nr-marked-matches"></span> matches marked
|
||
|
for Sub-Results:</p>
|
||
|
<textarea id="sub-results-match-ids"
|
||
|
class="materialize-textarea"
|
||
|
disabled>
|
||
|
</textarea>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|