{include file="subnavibar.html"}

用户管理

导出用户信息

{foreach from=$results item=result}

{$result.uid}. {$result.uname} {if $result.openid} {/if} {($result.acl =="GBADMIN") ? "管理员" : (($result.forum =="0" ) ? "普通用户" : "版主")}{($result.acl =="shield") ? "该用户已被屏蔽" : ""} {if ( "GBADMIN" != $result.acl )} 删除 销毁 {$result.ip} {/if} 编辑 {$result.ctime|date_format:"%Y-%m-%d %H:%M"} {$result.credits}

{/foreach}

{if $pager} {pager pager=$pager c="admin" a="user" idname="ult" id="1"} {/if}

{include file="footer.html"}