{template nheader.html}
{if IS_PC}{/if}
{loop $list $t} {/loop}
Uid {fc_lang('会员名称')} {fc_lang('姓名')} {fc_lang('角色组')} {fc_lang('操作')}
{$t.uid} {dr_keyword_highlight($t.username, $param.keyword)} {$t.realname} {$t.name} {if $this->ci->is_auth('admin/root/log')} {fc_lang('登录日志')}{/if} {if $this->ci->is_auth('admin/root/edit')} {fc_lang('修改')}{/if} {if $this->ci->is_auth('admin/root/del') && $t.uid>1} {fc_lang('删除')}{/if}
{if $this->ci->is_auth('admin/root/del')} {/if}
{template nfooter.html}