<@_sysUser id=id> <#assign a=object/> <@_sysDept id=(a.deptId)!deptId><#assign dept=object/>
<@t.page 'user.username'/>:
<#if admin.ownsAllContent>
<@t.page 'dept'/>:
<@t.page 'password'/>:
class="required" name="password" type="password" maxlength="30" size="20" value=""/> <#if a??><@t.page 'user.password.description'/>
<@t.page 'repeat_password'/>:
class="required" name="repassword" type="password" maxlength="30" size="20" value=""/>
<@t.page 'user.nickname'/>:
<@t.page 'email'/>:
<@t.page 'role'/>(<@t.page 'dept.role.description'/>)
    <@_sysRole ids=admin.roles> <#list map as k,role>
  • ${role.name}
<#if a?has_content&&a.superuserAccess>