<#-- 评论列表 分页 --> <#-- 本样式要引入 jquery.min.js kindeditor layer --> <#--可接收参数 topicId:话题Id commentId:评论Id page:分页--> <@function topicId="${url_topicId}" commentId="${url_commentId}" page="${url_page}" > <#assign pageView = topicRelated_comment_page> <#if pageView.records?exists && topicRelated_comment_page.records?size gt 0>
    <#list pageView.records as comment>
    ${comment.postTime}
    <#if comment.quoteList?? && comment.quoteList?size gt 0>
    <#assign quoteContent = ""> <#list comment.quoteList as quote> <#assign quoteContent = "
    "+quoteContent+""+""+(quote.nickname != null && quote.nickname??) ?string(quote.nickname , quote.userName)+""+" 的评论:
    "+quote.content+"
    "> <#noescape>${quoteContent}
    <#noescape>${comment.content}
    <#if comment.totalReply gt 0>
    回复 |  引用
<#-- 分页 公共页(生成新引用页)--> <@include action="${newPublic_1}"/>