| <@t.page 'id'/> | <@t.page 'content.promulgator'/> | <@t.page 'content'/> | <@t.page 'modified_date'/> | <@t.page 'create_date'/> | <@t.page 'status'/>/<@t.page 'inspector'/> | <@t.page 'comment'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|---|---|
| ${a.id!} | ${(userMap[a.userId?string].nickName)!} | ${(contentMap[a.contentId?string].title)!} | ${a.updateDate!} | ${a.createDate!} | <@t.page 'status.content.'+a.status/> <#if 1=a.status>/ ${(userMap[a.checkUserId?string].nickName)!}#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> |