<#if parentId?has_content> <@_content id=parentId> <#assign parent=object/>
<@_contentList advanced=true status=status modelId=modelId parentId=parentId emptyParent=true title=title userId=admin.id startPublishDate=startPublishDate endPublishDate=endPublishDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a> <@t.merge 'checkUserIds' a.checkUserId!/> <@t.merge 'categoryIds' a.categoryId!/> <@t.merge 'modelIds' a.modelId!/> <@_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?html)!} ${(categoryMap[a.categoryId?string].name?html)!} ${(modelMap[a.modelId?string].name?html)!} ${a.scores!} ${a.comments!} ${a.clicks!} ${a.publishDate!} ${a.createDate!} <@t.m 'status.content.'+a.status/> <#if 2==a.status>/${(checkUserMap[a.checkUserId?string].nickName)!} <#if modelMap[a.modelId?string].hasChild> 子内容管理 <#if 1==a.status> 推荐
<#include "../include_page/page.html"/>