<#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 pageSize=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='cmsContent/add,cmsContent/delete,cmsContent/uncheck,cmsContent/push,cmsContent/refresh,cmsContent/publish,cmsContent/export,cmsComment/list'><#assign authorizedMap=map/>
<#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> <#assign contentId=(a.quoteContentId?has_content)?then(a.quoteContentId,a.id)/>
<@t.page 'id'/> <@t.page 'content'/> <@t.page 'content.score'/> <@t.page 'content.comments'/> <@t.page 'clicks'/> <@t.page 'publish_date'/> <@t.page 'status'/>/<@t.page 'inspector'/> <@t.page 'operate'/>
${a.id}
<#if a.cover?has_content>

[${(categoryMap[a.categoryId?string].name)!}] ${(a.copied?then('['+t.pageMessage('copied')+']',''))!}${(a.title)!}

${(modelMap[a.modelId].name)!} <#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild> <#if a.expiryDate?has_content>${a.expiryDate!}

${a.scores!} <#if authorizedMap['cmsComment/list']> ${a.comments!} <#else> ${a.comments!} ${a.clicks!} ${a.publishDate!} <@t.page 'status.content.'+a.status/> <#if 1==a.status>/${(checkUserMap[a.checkUserId?string].nickName)!} <#if authorizedMap['cmsContent/add']> <@t.page 'content.edit'/> <#if authorizedMap['cmsContent/push']> <#if 1==a.status> <@t.page 'button.push'/>
<#include "../include_page/page.html"/>