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

@@ -50,6 +50,7 @@
</div>
<table id="commentForm" class="form">
<tbody>
<#if !isLoggedIn>
<tr>
<th>
${commentName1Label}
@@ -74,6 +75,7 @@
<input type="text" id="commentURL"/>
</td>
</tr>
</#if>
<tr>
<td id="emotions" colspan="2">
<span class="em00" title="${em00Label}"></span>
@@ -101,6 +103,7 @@
<textarea rows="10" cols="96" id="comment"></textarea>
</td>
</tr>
<#if !isLoggedIn>
<tr>
<th valign="top">
${captcha1Label}
@@ -110,6 +113,7 @@
<img id="captcha" alt="validate" src="${servePath}/captcha.do" />
</td>
</tr>
</#if>
<tr>
<td colspan="2" align="right">
<span class="error-msg" id="commentErrorTip"></span>