{template nheader.html}
{if $member.adminid==1} {/if} {loop $list $t} {if $member.adminid==1} {/if} {/loop} {if $member.adminid==1} {/if}
{fc_lang('类型')} {fc_lang('提醒内容')} {fc_lang('提醒时间')} {fc_lang('状态')} {fc_lang('处理人')} {fc_lang('处理时间')}
{if $t.type =='system'} {fc_lang('系统')} {else if $t.type =='content'} {fc_lang('内容')} {else if $t.type =='app'} {fc_lang('应用')} {else if $t.type =='member'} {fc_lang('会员')} {/if} {$t.msg} {dr_date($t.inputtime, NULL, 'red')} {if $t.status ==0} {fc_lang('未处理')} {else if $t.status ==1} {fc_lang('已查看')} {else if $t.status ==2} {fc_lang('处理中')} {else if $t.status ==3} {fc_lang('处理完成')} {/if} {if $t.uid} {dr_strcut($t.username, 10)} {else} {fc_lang('立即处理')} {/if} {dr_date($t.updatetime, NULL, 'red')}
{fc_lang('共%s条', $param.total)}{$pages}
{template nfooter.html}