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

@@ -26,8 +26,6 @@
};
var Label = {
"clearAllCacheLabel": "${clearAllCacheLabel}",
"clearCacheLabel": "${clearCacheLabel}",
"adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}",

View File

@@ -37,8 +37,6 @@ linkLabel=Friend Links
indexLabel=Home
sumLabel=
pageLabel=Page
clearAllCacheLabel=Clear all cache
clearCacheLabel=Clear cache
adminLabel=Admin
logoutLabel=Logout
loginLabel=Login

View File

@@ -38,8 +38,6 @@ linkLabel=\u53cb\u60c5\u94fe\u63a5
indexLabel=\u9996\u9875
sumLabel=\u5171
pageLabel=\u9875
clearAllCacheLabel=\u6e05\u9664\u6240\u6709\u9875\u9762\u7f13\u5b58
clearCacheLabel=\u6e05\u9664\u672c\u9875\u7f13\u5b58
adminLabel=\u7ba1\u7406
logoutLabel=\u767b\u51fa
loginLabel=\u767b\u5f55

View File

@@ -42,6 +42,7 @@
<h4>${postCommentsLabel}</h4>
<table id="commentForm">
<tbody>
<#if !isLoggedIn>
<tr>
<td>
<input type="text" class="normalInput" id="commentName"/>
@@ -60,6 +61,7 @@
<label for="commentURL">${commentURLLabel}</label>
</td>
</tr>
</#if>
<tr>
<td id="emotions">
<span class="em00" title="${em00Label}"></span>
@@ -84,12 +86,14 @@
<textarea rows="10" cols="96" id="comment"></textarea>
</td>
</tr>
<#if !isLoggedIn>
<tr>
<td>
<input type="text" class="normalInput" id="commentValidate"/>
<img id="captcha" alt="validate" src="${servePath}/captcha.do" />
</td>
</tr>
</#if>
<tr>
<td align="right">
<span class="tip" id="commentErrorTip"></span>