<@_homeDirectoryList userId=userId disabled=disabled orderType=orderType pageIndex=pageNum count=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='homeDirectory/enable,homeDirectory/disable,homeFile/list,homeArticle/list'><#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.id!} ${(userMap[a.userId?string].nickName)!} ${a.title!} ${a.cover!} ${a.files!} ${a.secret?then('保密','公开')}} ${a.createDate!} ${a.disabled?then('禁用','正常')?no_esc} <#if authorizedMap['homeFile/list']> 文件列表 <#if authorizedMap['homeArticle/list']> 文章列表
<#include "../include_page/page.html"/>