about #299
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user