@_sysDept id=admin.deptId> <#assign dept=object/> <#assign containChild=object.ownsAllCategory/> @_sysDept> <@_sysDeptCategory deptId=admin.deptId!'' categoryId=categoryId!><#assign deptCategory=object!/>@_sysDeptCategory> <#if !dept?has_content||(!dept.ownsAllCategory&&!deptCategory?has_content)> <#assign error='verify.notEquals.siteId'/> <#include "../common/ajaxError.html"/> <#else> <#if parentId?has_content> <@_content id=parentId> <#assign parent=object/> @_content> #if> <@_contentList advanced=true status=status categoryId=categoryId containChild=containChild modelId=modelId parentId=parentId emptyParent=true title=title userId=userId startPublishDate=startPublishDate endPublishDate=endPublishDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
| ID | 标题 | 发布 | 分类 | 模型 | 分数 | 评论数 | 点击数 | 发布日期 | 创建日期 | 状态/审核用户 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ${a.id} | ${(a.copied?then('[转载]',''))!}${(a.title)!} | ${(userMap[a.userId?string].nickName)!} | ${(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 authorizedMap['cmsContent/push']> 推荐 #if> <#elseif 2=a.status> <#if authorizedMap['cmsContent/check']> 审核 #if> #if> <#if authorizedMap['cmsContent/add']> 修改 #if> <#if authorizedMap['cmsContent/delete']> 删除 #if> |