八小時模組開發
<!--若要套用bootstrap,請載入以下這三行-->
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/modules/tadtools/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/modules/tadtools/bootstrap/css/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/modules/tadtools/css/xoops_adm.css" />
<h1>字典管理</h1>
<{if $word}>
<{$bar}>
<table class="table">
<{foreach from=$word key=sn item=w}>
<tr>
<td><{$w.eng}></td>
<td><{$w.cht}></td>
<td>
<a href="main.php?op=modify&sn=<{$sn}>" class="btn btn-mini btn-warning">編輯</a>
<a href="main.php?op=del&sn=<{$sn}>" class="btn btn-mini btn-danger">刪除</a>
</td>
</tr>
<{/foreach}>
</table>
<{$bar}>
<{/if}>