2015-06-08 21:45:26 +02:00

12 lines
442 B
Smarty

<table class="table sai_table tablesorter" id="sai_mod_table_sai">
<thead>
<tr>
<th>ID <span class="glyphicon glyphicon-sort" aria-hidden="true"></span></th>
<th>Name <span class="glyphicon glyphicon-sort" aria-hidden="true"></span></th>
<th>Value <span class="glyphicon glyphicon-sort" aria-hidden="true"></span></th>
</tr>
</thead>
<tbody>
${sai}
</tbody>
</table>