{template nheader.html}
{loop $list $t} {/loop}
{fc_lang('排序')} Id {fc_lang('标题')} {fc_lang('录入作者')} {fc_lang('录入时间')} {fc_lang('操作')}
{$t.id} {dr_keyword_highlight($t.title, $param.keyword)} {dr_strcut($t.author, 10)} {dr_date($t.inputtime, NULL, 'red')} {if $this->ci->is_auth($form.'/edit')} {fc_lang('修改')} {/if} {if $this->ci->is_auth($form.'/show')} {fc_lang('查看')} {/if}
{if $this->ci->is_auth($form.'/del')}{/if} {if $this->ci->is_auth($form.'/edit')}
{fc_lang('排序值越大越靠前')}
{/if}
{fc_lang('共%s条', $total)}{$pages}
{template nfooter.html}