<@cms.search word=word exclude=exclude fields=fields phrase=phrase tagId=tagId categoryId=categoryId containChild=true extendsValues=extendsValues dictionaryValues=dictionaryValues dictionaryUnion=dictionaryUnion highlight=true startPublishDate=startPublishDate endPublishDate=endPublishDate absoluteId=false orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsContent/add,cmsContent/delete,cmsContent/moveParameters,cmsContent/uncheck,cmsContent/push,cmsCategory/lookupBySiteId,cmsContent/refresh,cmsContent/publish,cmsComment/list'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'userIds' a.checkUserId!/> <@t.merge 'categoryIds' a.categoryId!/> <@t.merge 'modelId' a.modelId!/> <@t.merge 'ids' a.id/> <@sys.user ids=t.userIds!><#assign userMap=map!/> <@cms.category ids=t.categoryIds!><#assign categoryMap=map!/> <@cms.model ids=t.modelId!><#assign modelMap=map!/> <#list page.list as a>
<@t.page 'content'/> <@t.page 'content.comments'/> <@t.page 'clicks'/> <@t.page 'content.score'/> <@t.page 'publish_date'/> <@t.page 'operate'/>
<#if a.cover?has_content>
${a.title!}

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

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

<#if a.expiryDate?has_content>

${a.expiryDate!}

<#if authorizedMap['cmsComment/list']> ${a.comments!} <#else> ${a.comments!} ${a.clicks!} ${a.score!} ${a.publishDate!} <@t.page 'content.edit'/> <#if authorizedMap['cmsContent/add']> <@t.page 'button.copy'/> <#if authorizedMap['cmsCategory/lookupBySiteId']> <@t.page 'button.distribute'/> <#if authorizedMap['cmsContent/push']> <@t.page 'button.push'/>
<#include "../include_page/page.html"/>