@cms.commentList advanced=true replaceSensitive=false userId=userId contentId=contentId status=status disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'content.promulgator'/> | <@t.page 'content'/> | <@t.page 'comment'/> | <@t.page 'create_date'/> | <@t.page 'content.score'/> | <@t.page 'replies'/> | <@t.page 'modified_date'/> | <@t.page 'status'/>/<@t.page 'inspector'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|---|---|---|
|
${(userMap[a.userId?string].nickname)!} ${a.ip!} ${(getIpRegion(a.ip).address)!} |
${(contentMap[a.contentId?string].title)!} | ${a.createDate!} | ${a.scores!} | ${a.replies!} | ${a.updateDate!} |
<@t.page 'status.content.'+a.status/>
<#if 1=a.status> ${(userMap[a.checkUserId?string].nickname)!} #if> |
<#if !a.disabled> <#if authorizedMap['cmsComment/edit']> <@t.page 'button.edit'/> #if> <#if authorizedMap['cmsComment/reply']> <@t.page 'reply'/> #if> <#if 1=a.status> <#if authorizedMap['cmsComment/uncheck']> <@t.page 'button.uncheck'/> #if> <#else> <#if authorizedMap['cmsComment/check']> <@t.page 'button.check'/> #if> #if> <#if authorizedMap['cmsComment/delete']> <@t.page 'button.delete'/> #if> #if> |