XOOPS 模組開發
<{$bootstrap}>
<{$jquery}>
<{$toolbar}>
<{$bar}>
<table class="table table-striped table-bordered table-hover">
<tr>
<th>學年度</th>
<th>得獎日期</th>
<th>得獎者</th>
<th>得獎事項</th>
<th>指導老師</th>
</tr>
<{foreach from=$all_data item=all}>
<tr>
<td><{$all.honor_year}></td>
<td><{$all.honor_date}></td>
<td><{$all.honor_students}></td>
<td><{$all.honor_descript}></td>
<td><{$all.honor_teachers}></td>
</tr>
<{/foreach}>
</table>
<{$bar}>