首页
评论页
搜索
评论主题:
${content.title}
发布时间: ${content.releaseDate} 作者:${content.author!'本站编辑'} 来源: ${content.origin!'本站原创'} 浏览次数:
次
评论列表
[@cms_comment_page contentId=contentId count='15' checked='1']
[#if tag_pagination.list?size = 0]
暂无相关评论!
[#else] [#list tag_pagination.list as c]
${(c.commentUser.username)!"匿名网友"}
于 ${c.createTime} 评论道:
${c.textHtml!}
[/#list]
[@cms_pagination sysPage='1'/]
[/#if]
[/@cms_comment_page]
[#include "../content/inc_comment_input.html"/] [#include "../include/footer.html"/]