<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="用户个人信息" libs=["table"]>
<@ctx.i18n text = "个人资料"/>
  • <@ctx.i18n text = "账号"/>

  • <@ctx.i18n text = "密码安全等级"/>:

    <#list dict.getType('sys_user_passwordModifySecurityLevel')> <#items as d> <#if d.status =='0' && d.dictValue == user.pwdSecurityLevel>

  • <@ctx.i18n text = "手机号码"/>:

    ${user.mobile?default("/")}

  • <@ctx.i18n text = "电子邮箱"/>:

    ${user.email?default("/")}

  • <@ctx.i18n text = "上次登陆地点"/>:

    ${user.loginLocation?default("/")}

  • <@ctx.i18n text = "上次登陆时间"/>:

    ${(user.loginTime?string('yyyy-MM-dd HH:mm:ss'))?default("/")}

<@ctx.i18n text = "基本资料"/>
<@footer>