{template nheader.html}

{fc_lang('前端会员的投稿需要管理角色组审核之后才能正常显示')}

{loop $list $t} {php $c=dr_string2array($t['content']);} {/loop}
Id {fc_lang('名称')} {fc_lang('主题')} {fc_lang('录入作者')} {fc_lang('更新时间')} {fc_lang('操作')}
{$t['id']} {if $c['is_new']}{fc_lang('新')} {else}{fc_lang('改')} {/if}{$c['name']} {$c['title']} {dr_strcut($t.author, 10)} {dr_date($t['inputtime'], NULL, 'red')} {fc_lang('访问')} {if $this->ci->is_auth(APP_DIR.'/admin/verify/edit')} {fc_lang('修改')}{/if}
{if $this->ci->is_auth(APP_DIR.'/admin/home/del')}{/if} {if $this->ci->is_auth(APP_DIR.'/admin/verify/edit')} {/if}
{fc_lang('共%s条', $param['total'])}{$pages}
{template nfooter.html}