2020-07-21 11:40:17 +00:00
|
|
|
<!-- HTML for showing infos about the current query or result. Also gives
|
|
|
|
the user the abiltiy to access the meta data for the current query or
|
|
|
|
result.-->
|
|
|
|
|
|
|
|
<div class="col s12 m2 l2" id="infos">
|
|
|
|
<h6 style="margin-top: 0px;">Infos</h6>
|
|
|
|
<div class="divider" style="margin-bottom: 10px;"></div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col s12">
|
2020-08-26 14:55:24 +00:00
|
|
|
<button id="show-meta-data"
|
2020-07-21 11:40:17 +00:00
|
|
|
class="waves-effect
|
|
|
|
waves-light
|
2020-07-21 13:30:56 +00:00
|
|
|
btn-flat
|
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
type="submit">Corpus Metadata
|
|
|
|
<i class="material-icons left">info_outline</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="col s12">
|
2020-08-17 14:15:34 +00:00
|
|
|
<div class="progress hide" id="query-progress-bar">
|
|
|
|
<div class="determinate"></div>
|
|
|
|
</div>
|
2020-07-21 11:40:17 +00:00
|
|
|
<p>
|
2020-08-17 14:15:34 +00:00
|
|
|
<span id="recieved-match-count">
|
2020-07-21 11:40:17 +00:00
|
|
|
</span> of
|
2020-08-17 14:15:34 +00:00
|
|
|
<span id="total-match-count"></span>
|
2020-07-21 11:40:17 +00:00
|
|
|
matches loaded.
|
|
|
|
<br>
|
2020-08-25 13:56:04 +00:00
|
|
|
<br>
|
2020-07-21 11:40:17 +00:00
|
|
|
Matches occured in
|
|
|
|
<span id="text-lookup-count"></span>
|
|
|
|
corpus files:
|
|
|
|
<br>
|
2020-08-17 14:15:34 +00:00
|
|
|
<span id=text-lookup-titles></span>
|
2020-07-21 11:40:17 +00:00
|
|
|
</p>
|
2020-08-25 13:56:04 +00:00
|
|
|
<br>
|
2020-08-17 14:15:34 +00:00
|
|
|
<p class="hide" id="query-results-user-feedback">
|
|
|
|
<i class="material-icons tiny">help</i>
|
|
|
|
Server is sending your results.
|
2020-07-21 11:40:17 +00:00
|
|
|
Functions like "Export Results" and "Match Inspect" will be
|
|
|
|
available after all matches have been loaded.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|