<@cms.contentList advanced=true status=1 endPublishDate=.now categoryId=categoryId modelId=modelIds title=title parentId=parentId containChild=true 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 'id'/> <@t.page 'content'/> <@t.page 'content.comments'/> <@t.page 'clicks'/> <@t.page 'publish_date'/>
<@t.page 'select'/> ${a.id}

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

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

${a.comments!} ${a.clicks!} ${a.publishDate!}
<#assign rel='lookup_content_list'/> <#include "../include_page/pageDialog.html"/>