{template nheader.html}
{loop $list $t} {/loop}
{fc_lang('排序')} {fc_lang('标题')} {fc_lang('录入作者')} {fc_lang('录入时间')} {fc_lang('操作')}
{dr_keyword_highlight($t.title, $param.keyword)} {dr_strcut($t.author, 10)} {dr_date($t.inputtime, NULL, 'red')} {fc_lang('修改')}
{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}