mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
|
<!-- HTML to allow the user to export the current querey results in full or
|
||
|
the selected sub results.-->
|
||
|
|
||
|
<div class="col s12 m2 l2" id="export">
|
||
|
<h6 style="margin-top: 0px;">Export</h6>
|
||
|
<div class="divider" style="margin-bottom: 10px;"></div>
|
||
|
<div class="row">
|
||
|
<div class="col s12">
|
||
|
<button class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
disabled"
|
||
|
type="submit"
|
||
|
id="results-create">Create Results
|
||
|
<i class="material-icons left">build</i>
|
||
|
</button>
|
||
|
<button id="query-results-export"
|
||
|
class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
hide"
|
||
|
type="submit">Results
|
||
|
<i class="material-icons left">file_download</i>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div class="col s12">
|
||
|
<button class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
hide
|
||
|
disabled"
|
||
|
type="submit"
|
||
|
id="sub-results-create">Create Sub-Results
|
||
|
<i class="material-icons left">build</i>
|
||
|
</button>
|
||
|
<button id="sub-results-export"
|
||
|
class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
hide"
|
||
|
type="submit">Sub-Results
|
||
|
<i class="material-icons left">file_download</i>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|