#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
用户列表
${i18n("exmay.common.add")}
${i18n("exmay.common.edit")}
修改角色
修改权限
搜索
${i18n("exmay.common.delete")}
添加时间:
-
用户名:
邮箱:
搜索
${i18n("exmay.privilege.user.id")}
${i18n("exmay.privilege.user.username")}
所属组织机构
${i18n("exmay.privilege.user.email")}
${i18n("exmay.privilege.user.nickname")}
${i18n("exmay.privilege.user.role-name")}
${i18n("exmay.privilege.user.is-exmay")}
${i18n("exmay.privilege.user.last-login-time")}
${i18n("exmay.privilege.user.last-login-ip")}
${i18n("exmay.privilege.user.register-time")}
${i18n("exmay.privilege.user.sort")}
${i18n("exmay.common.admin.operation")}
<#list pager.list as user>
${user.id}
${user.username}
${user.organization.name}
${user.email}
${(user.nickname)!}
<#list user.roles as role>${role.name} #list>
<@exmay_plugin code="timeFormat" default=user.lastLoginTime>
${timeFormat(user.lastLoginTime)}
@exmay_plugin>
<@exmay_plugin code="ipLocation" default=user.lastLoginIp>
${ipLocation(user.lastLoginIp)}
@exmay_plugin>
<@exmay_plugin code="timeFormat" default=user.registerTime>
${timeFormat(user.registerTime)}
@exmay_plugin>
${(user.sort)!}
<#--<#if !user.isExmay>
[${i18n("exmay.common.enable")}]
<#else>
[${i18n("exmay.common.disable")}]
#if>-->
[编辑]
[删除]
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />