nopaque/app/templates/tables/query_results.html.j2

21 lines
647 B
Plaintext
Raw Normal View History

2020-07-21 11:40:17 +00:00
<!-- Table showing the query results of the current query or the imported
results. -->
<div class="col s12">
<ul class="pagination paginationTop"></ul>
<table class="responsive-table highlight">
<thead>
<tr>
<th style="width: 2%">Nr.</th>
<th style="width: 3%">Title</th>
<th style="width: 25%">Left context</th>
<th style="width: 35%">Match</th>
<th style="width: 10%">{# Actions #}</th>
2020-07-21 11:40:17 +00:00
<th style="width: 25%">Right Context</th>
</tr>
</thead>
2020-08-28 13:54:48 +00:00
<tbody class="list" id="query-results-table">
2020-07-21 11:40:17 +00:00
</tbody>
</table>
<ul class="pagination paginationBottom"></ul>
</div>