#if 0=admin.contentPermissions><#assign userId=admin.id/>#if> <#if 2=admin.contentPermissions><#assign deptId=admin.deptId/>#if> <@cms.contentList advanced=true status=2 modelId=modelIds title=title userId=userId deptId=deptId startPublishDate=startPublishDate endPublishDate=endPublishDate absoluteId=false orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsContent/delete,cmsContent/add,cmsContent/check,cmsContent/reject,cmsComment/list'><#assign authorizedMap=map/>@sys.authorized>
| <@t.page 'content'/> | <@t.page 'content.comments'/> | <@t.page 'clicks'/> | <@t.page 'publish_date'/> | <@t.page 'status'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|
<#if a.cover?has_content>
<#if lockMap?has_content && lockMap[a.id?string]?has_content> <#assign lockUser=(userMap[lockMap[a.id?string].userId?string].nickname)!''/> #if> [${(categoryMap[a.categoryId?string].name)!}] ${(a.copied?then('['+t.pageMessage('copied')+']',''))!} ${(a.title)!}<#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild> #if> ${(userMap[a.userId?string].nickname)!} ${(modelMap[a.modelId].name)!} <#if a.expiryDate?has_content>${a.expiryDate!} #if> |
<#if authorizedMap['cmsComment/list']> ${a.comments!} <#else> ${a.comments!} #if> | ${a.clicks!} | ${a.publishDate!} | <@t.page 'status.content.'+a.status/> | <#if authorizedMap['cmsContent/add']> <@t.page 'content.edit'/> #if> <#if authorizedMap['cmsContent/check']> <@t.page 'button.check'/> #if> <#if authorizedMap['cmsContent/reject']> <@t.page 'button.reject'/> #if> |