Van
2019-02-11 01:02:12 +08:00
parent e3c64f977f
commit cd12e591de
122 changed files with 141 additions and 2950 deletions

View File

@@ -36,7 +36,7 @@
<small><b> ${comment.commentDate2?string("yy-MM-dd HH:mm")}</b></small>
<#if article.commentable>
<span class="ico-reply ico right">
<a rel="nofollow" href="javascript:replyTo('${comment.oId}');">${replyLabel}</a>
<a rel="nofollow" href="javascript:page.toggleEditor('${comment.oId}', '${comment.commentName}');">${replyLabel}</a>
</span>
</#if>
<div class="article-body">${comment.commentContent}</div>