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