@_contentList categoryId=categoryId modelId=modelId title=title parentId=parentId userId=userId startPublishDate=startPublishDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
| <@t.page 'use'/> | <@t.page 'id'/> | <@t.page 'title'/> | <@t.page 'content.promulgator'/> | <@t.page 'category'/> | <@t.page 'model'/> | <@t.page 'content.score'/> | <@t.page 'content.comments'/> | <@t.page 'clicks'/> | <@t.page 'publish_date'/> | <@t.page 'status'/> | <@t.page 'content.child'/> |
|---|---|---|---|---|---|---|---|---|---|---|---|
| <@t.page 'select'/> | ${a.id} | ${(a.copied?then('['+t.pageMessage('copied')+']',''))!}${a.title!} | ${(userMap[a.userId?string].nickName)!} | ${(categoryMap[a.categoryId?string].name)!} | ${(modelMap[a.modelId].name)!} | ${a.scores!} | ${a.comments!} | ${a.clicks!} | ${a.publishDate!} | <@t.page 'status.content.'+a.status/> | <#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild> <@t.page 'content.child_management'/> #if> |