@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>
| <@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> <#if a.expiryDate?has_content>${a.expiryDate!}#if> |
${a.comments!} | ${a.clicks!} | ${a.publishDate!} |