#if parentId?has_content> <@_content id=parentId> <#assign parent=object/> @_content> #if> <@_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>
| ID | 标题 | 分类 | 模型 | 分数 | 评论数 | 点击数 | 发布日期 | 创建日期 | 状态/审核用户 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| ${a.id} | ${(a.copied?then('[转载]',''))!}${(a.title)!} | ${(categoryMap[a.categoryId?string].name)!} | ${(modelMap[a.modelId].name)!} | ${a.scores!} | ${a.comments!} | ${a.clicks!} | ${a.publishDate!} | ${a.createDate!} | <@t.m 'status.content.'+a.status/> <#if 1==a.status>/${(checkUserMap[a.checkUserId?string].nickName)!}#if> | <#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild> 子内容管理 #if> <#if 1==a.status> 推荐 #if> |