<@cms.contentList advanced=true status=1 endPublishDate=endPublishDate categoryId=categoryId modelId=modelIds parentId=parentId containChild=true title=title userId=userId startPublishDate=startPublishDate orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'userIds' a.checkUserId!/> <@t.merge 'categoryIds' a.categoryId!/> <@t.merge 'modelIds' a.modelId!/> <@sys.user ids=t.userIds!><#assign userMap=map!/> <@cms.category ids=t.categoryIds!><#assign categoryMap=map!/> <@cms.model ids=t.modelIds!><#assign modelMap=map!/> <#list page.list as a>
<@t.page 'use'/> <@t.page 'title'/> <@t.page 'content.promulgator'/> <@t.page 'category'/> <@t.page 'model'/> <@t.page 'content.comments'/> <@t.page 'clicks'/> <@t.page 'publish_date'/> <@t.page 'create_date'/>
<@t.page 'button.push'/>

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

<#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild>

<@t.page 'content.child_management'/>

${(userMap[a.userId?string].nickname)!} ${(categoryMap[a.categoryId?string].name)!} ${(modelMap[a.modelId].name)!} ${a.comments!} ${a.clicks!} ${a.publishDate!} ${a.createDate!}<#if a.updateDate?has_content>/${a.updateDate}
<#assign rel='push_content_list'/> <#include "../include_page/pageDialog.html"/>