<@_contentList categoryId=categoryId modelId=modelId title=title userId=userId startPublishDate=startPublishDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'checkUserIds' a.checkUserId!/> <@t.merge 'categoryIds' a.categoryId!/> <@t.merge 'modelIds' a.modelId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <@_sysUser ids=t.checkUserIds!><#assign checkUserMap=map!/> <@_category ids=t.categoryIds!><#assign categoryMap=map!/> <@_model ids=t.modelIds!><#assign modelMap=map!/> <#list page.list as a>
使用 ID 标题 发布用户 分类 模型 分数 评论数 点击数 发布日期 状态 子内容
选择 ${a.id} ${(a.copied?then('[转载]',''))!}${a.title!} ${(userMap[a.userId?string].nickName)!} ${(categoryMap[a.categoryId?string].name)!} ${(modelMap[a.modelId?string].name)!} ${a.scores!} ${a.comments!} ${a.clicks!} ${a.publishDate!} <@t.m 'status.content.'+a.status/> <#if modelMap[a.modelId?string].hasChild> 子内容列表
<#include "../include_page/pageDialog.html"/>