12 lines
452 B
Smarty
12 lines
452 B
Smarty
<table class="table sai_table tablesorter" id="sai_mod_table_basics">
|
|
<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>
|
|
${basics}
|
|
</tbody>
|
|
</table> |