{template 'common/header-gw'}
用户名 | 身份 | 状态 | 注册时间 | 操作 |
---|---|---|---|---|
{if !$user['founder']}{$user['username']}{else}{$user['username']}{/if} | {if $user['founder']} 管理员 {elseif isset($usergroups[$user['groupid']])} {$usergroups[$user['groupid']]['name']} {else} 未分配 {/if} | {if intval($user['status']) != 2}被禁止{/if} | {php echo date('Y-m-d H:i:s', $user['joindate'])} |
编辑
{if empty($user['founder'])}
查看操作权限
{if intval($user['status']) == 2}禁止{else}启用{/if}用户
删除用户
{/if}
|