2020-07-21 11:40:17 +00:00
|
|
|
<!-- 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">
|
2020-09-15 15:18:22 +00:00
|
|
|
<div class="col s12" style="line-height: 38px;">
|
|
|
|
<div class="col s8">
|
|
|
|
Full context
|
|
|
|
<a class="tooltipped black-text" data-tooltip="Check this switch to
|
|
|
|
create results for the download with full context. Creating
|
|
|
|
results like this will take much longer but you will be able to
|
|
|
|
inspect your matches in detail when you import them into the query
|
|
|
|
results viewer.">
|
|
|
|
<i class="material-icons tiny">info_outline</i>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="class col s4">
|
|
|
|
<div class="switch">
|
|
|
|
<label style="margin-left: -20px;">
|
|
|
|
<input type="checkbox" id="export-full-inspect-context">
|
|
|
|
<span class="lever"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-07-21 11:40:17 +00:00
|
|
|
<div class="col s12">
|
|
|
|
<button class="waves-effect
|
|
|
|
waves-light
|
|
|
|
btn-flat
|
2020-08-27 14:12:21 +00:00
|
|
|
disabled
|
2020-07-21 13:30:56 +00:00
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
type="submit"
|
2020-08-27 14:12:21 +00:00
|
|
|
id="full-results-create">Create Results
|
2020-07-21 11:40:17 +00:00
|
|
|
<i class="material-icons left">build</i>
|
|
|
|
</button>
|
2020-08-27 14:12:21 +00:00
|
|
|
<button id="full-results-export"
|
2020-07-21 11:40:17 +00:00
|
|
|
class="waves-effect
|
|
|
|
waves-light
|
|
|
|
btn-flat
|
2020-07-21 13:30:56 +00:00
|
|
|
hide
|
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
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
|
2020-08-27 14:12:21 +00:00
|
|
|
disabled
|
2020-07-21 13:30:56 +00:00
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
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
|
2020-07-21 13:30:56 +00:00
|
|
|
hide
|
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
type="submit">Sub-Results
|
|
|
|
<i class="material-icons left">file_download</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|