<@_homeFileList userId=userId directoryId=directoryId title=title image=image disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='homeFile/enable,homeFile/disable'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'directoryIds' a.directoryId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <@_homeDirectory ids=t.directoryIds!><#assign directoryMap=map!/> <#list page.list as a>
ID 用户 目录 标题 图片 文件大小 分数 评论数 创建日期 已禁用 操作
${a.id!} ${(userMap[a.userId?string].nickName)!} ${(directoryMap[a.directoryId?string].title)!} ${a.title!} ${a.image?then('图片','文件')} ${a.fileSize!} ${a.scores!} ${a.comments!} ${a.createDate!} ${a.disabled?then('禁用','正常')?no_esc} 查看
<#include "../include_page/page.html"/>