{template nheader.html} {php $_pages=$pages;}
{loop $list $t} {/loop}
Uid {fc_lang('账号')} {fc_lang('邮箱')} {fc_lang('电话')} {fc_lang('姓名')} {fc_lang('注册时间')} {fc_lang('操作')}
{$t.uid} {dr_keyword_highlight($t.username, $param.keyword)} {dr_keyword_highlight($t.email, $param.keyword)} {dr_keyword_highlight($t.phone, $param.keyword)} {dr_keyword_highlight($t.name, $param.keyword)} {dr_date($t.regtime, NULL, 'red')} {if $this->ci->is_auth('member/admin/home/edit')}$t.uid))}"{/if}> {fc_lang('修改')}{/if}
{if $this->ci->is_auth('member/admin/home/del')} {/if}
{fc_lang('共%s条', $param['total'])}{$_pages}
{template nfooter.html}