{template nheader.html}
{loop $list $t} {/loop}
Id {fc_lang('名称')} Tag {fc_lang('点击量')} {fc_lang('操作')}
{$t['id']} {dr_keyword_highlight($t['name'], $param['kw'])} {$t['code']} {$t['hits']} {fc_lang('访问')}{if $this->ci->is_auth(APP_DIR.'/admin/tag/edit')} {fc_lang('修改')}{/if} {if $this->ci->is_auth(APP_DIR.'/admin/tag/del')} {fc_lang('删除')}{/if}
{if $this->ci->is_auth(APP_DIR.'/admin/tag/del')} {/if}
{template nfooter.html}