<@_sysUser id=id> <#assign a=object deptId=(a.deptId)!'' /> <@_sysDept id=deptId!><#assign dept=object/>
<@t.page 'user.username'/>:
<@t.page 'dept'/>:
<@t.page 'dept.select'/> <@t.page 'user.dept.description'/>
<@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'/>
    <@_sysRoleList> <#list page.list as a>
  • ${a.name}
<#if a?has_content&&a.superuserAccess>