- <@t.page 'content'/>:
-
<@_content id=a.contentId>${(object.title)!}@_content>
- <@t.page 'create_date'/>:
- ${a.createDate!}
<#if a.updateDate?has_content>
- <@t.page 'modified_date'/>:
- ${a.updateDate!}
#if>
<@_sysUser id=a.userId>
- <@t.page 'content.promulgator'/>:
- ${object.nickName!}
@_sysUser>
- <@t.page 'status'/>/<@t.page 'inspector'/>:
-
<@t.page 'status.content.'+a.status/>
<#if 1=a.status>/ <@_sysUser id=a.checkUserId>${object.nickName!}@_sysUser>#if>
- <@t.page 'comment'/>:
-
${a.text!}
- <@t.page 'reply'/>:
-
<@_commentList advanced=true replyId=a.id>
<#if page.totalCount gt 0>
#if>
@_commentList>