{template nheader.html}
{loop $list $t} {/loop}
{fc_lang('排序')} {fc_lang('名称')} {fc_lang('录入作者')} {fc_lang('更新时间')} {fc_lang('状态')} {fc_lang('操作')}
{dr_keyword_highlight($t.name, $param.keyword)} {dr_strcut($t.author, 10)} {dr_date($t.updatetime, NULL, 'red')} {if $t.status == 9}{fc_lang('正常')}{else}{fc_lang('关闭')}{/if} {if $catrule.edit}{/if} {if $ci->get_cache('comment', 'comment-module-'.APP_DIR, 'value', 'use')} {/if}
{if $catrule.del} {/if} {if $catrule.edit} {/if}
{fc_lang('共%s条', $param.total)}{$pages}
{template nfooter.html}