<@_homeUserList disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='homeUser/enable,homeUser/disable,homeUser/view'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <#list page.list as a>
用户ID 昵称 标题 签名 上次登陆日期 创建日期 已禁用 操作
${a.userId!} ${(userMap[a.userId?string].nickName)!}[${(userMap[a.userId?string].disabled?then('禁止登陆','正常')?no_esc)!}] ${a.title!} ${a.signature!} ${a.lastLoginDate!} ${a.createDate!} ${a.disabled?then('禁用','正常')?no_esc} <#if authorizedMap['homeUser/view']> 查看
<#include "../include_page/page.html"/>