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