43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<admintpl file="header" />
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a href="{:U('AdminTerm/index')}">{:L('PORTAL_ADMINTERM_INDEX')}</a></li>
|
|
<li><a href="{:U('AdminTerm/add')}">{:L('PORTAL_ADMINTERM_ADD')}</a></li>
|
|
</ul>
|
|
<form method="post" class="js-ajax-form" action="{:U('AdminTerm/listorders')}">
|
|
<div class="table-actions">
|
|
<button type="submit" class="btn btn-primary btn-small js-ajax-submit">{:L('SORT')}</button>
|
|
</div>
|
|
<table class="table table-hover table-bordered table-list">
|
|
<thead>
|
|
<tr>
|
|
<th width="50">{:L('SORT')}</th>
|
|
<th width="50">ID</th>
|
|
<th>{:L('NAME')}</th>
|
|
<th>{:L('CATEGORY_TYPE')}</th>
|
|
<th>{:L('ACTIONS')}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{$taxonomys}
|
|
</tbody>
|
|
<tfoot>
|
|
<tr>
|
|
<th width="50">{:L('SORT')}</th>
|
|
<th width="50">ID</th>
|
|
<th>{:L('NAME')}</th>
|
|
<th>{:L('CATEGORY_TYPE')}</th>
|
|
<th>{:L('ACTIONS')}</th>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
<div class="table-actions">
|
|
<button type="submit" class="btn btn-primary btn-small js-ajax-submit">{:L('SORT')}</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<script src="__PUBLIC__/js/common.js"></script>
|
|
</body>
|
|
</html> |