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

@@ -32,6 +32,7 @@
<h3>${commentLabel}</h3>
<table class="comment-form" id="commentForm">
<tbody>
<#if !isLoggedIn>
<tr>
<td>
<label for="commentName"> * ${commentNameLabel}</label>
@@ -50,6 +51,7 @@
<input type="text" id="commentURL"/>
</td>
</tr>
</#if>
<tr>
<td id="emotions">
<span class="em00" title="${em00Label}"></span>
@@ -74,12 +76,14 @@
<textarea style="width:96%" rows="10" id="comment"></textarea>
</td>
</tr>
<#if !isLoggedIn>
<tr>
<td>
<input type="text" id="commentValidate"/>
<img id="captcha" alt="validate" src="${servePath}/captcha.do" />
</td>
</tr>
</#if>
<tr>
<td>
<button id="submitCommentButton" onclick="page.submitComment();">${submmitCommentLabel}</button>