This commit is contained in:
Van
2013-10-18 14:54:04 +08:00
parent 33193cce0d
commit 6fb93d6a47
36 changed files with 40 additions and 54 deletions

View File

@@ -38,6 +38,7 @@
<#if article.commentable>
<table id="commentForm" class="comment-form" cellpadding="0" cellspacing="0">
<tbody>
<#if !isLoggedIn>
<tr>
<th width="115px">
${commentNameLabel}
@@ -62,6 +63,7 @@
<input type="text" id="commentURL"/>
</td>
</tr>
</#if>
<tr>
<th>
${commentEmotionsLabel}
@@ -92,6 +94,7 @@
<textarea rows="10" id="comment"></textarea>
</td>
</tr>
<#if !isLoggedIn>
<tr>
<th>
${captchaLabel}
@@ -101,6 +104,7 @@
<img id="captcha" alt="validate" src="${servePath}/captcha.do" />
</td>
</tr>
</#if>
<tr>
<td colspan="2" align="right">
<button class="right" id="submitCommentButton" onclick="page.submitComment();">${submmitCommentLabel}</button>