Page MenuHomec4science

query-topic-status-table.tpl.html
No OneTemporary

File Metadata

Created
Wed, Jun 19, 20:09

query-topic-status-table.tpl.html

<table class="table table-striped">
<thead>
<tr>
<td colspan="2" style="text-align: center">
Query Topics By Status
</td>
</tr>
<tr>
<td>
Status
</td>
<td>
Query Topic Count
</td>
</tr>
</thead>
<tbody>
<tr ng-repeat="state in topicsPerState.states">
<td>{{parseStateTitle(state)}}</td>
<td>{{parseStateCount(state)}}</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Total: </td>
<td>{{topicsPerState.total}}</td>
</tr>
</tfoot>
</table>

Event Timeline