This commit is contained in:
Van 2019-02-07 18:54:25 +08:00
parent 7feb3f0b00
commit 2248d25866
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
50 changed files with 21 additions and 112 deletions

View File

@ -35,11 +35,8 @@
<i class="icon-logout"></i> ${logoutLabel} <i class="icon-logout"></i> ${logoutLabel}
</a> </a>
<#else> <#else>
<a href="${loginURL}"> <a href="${servePath}/start">
<i class="icon-login"></i> ${loginLabel} <i class="icon-login"></i> ${startToUseLabel}
</a>
<a href="${servePath}/register">
<i class="icon-register"></i> ${registerLabel}
</a> </a>
</#if> </#if>
</div> </div>
@ -99,13 +96,8 @@
</li> </li>
<#else> <#else>
<li> <li>
<a href="${loginURL}"> <a href="${servePath}/start">
<i class="icon-login"></i> ${loginLabel} <i class="icon-login"></i> ${startToUseLabel}
</a>
</li>
<li>
<a href="${servePath}/register">
<i class="icon-register"></i> ${registerLabel}
</a> </a>
</li> </li>
</#if> </#if>

View File

@ -35,7 +35,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -46,7 +46,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -62,8 +62,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -49,7 +49,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -49,7 +49,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -27,9 +27,7 @@
&nbsp; &nbsp;
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a> <a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else> <#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a> <a href="${servePath}/start" title="${startToUseLabel}" class="icon-login"></a>
&nbsp;
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if> </#if>
</span> </span>
</div> </div>

View File

@ -63,14 +63,10 @@
<i class="icon__logout"></i> <i class="icon__logout"></i>
</a> </a>
<#else> <#else>
<a href="${loginURL}" <a href="${servePath}/start"
aria-label="${loginLabel}" class="tooltipped tooltipped__w"> aria-label="${startToUseLabel}" class="tooltipped tooltipped__w">
<i class="icon__login"></i> <i class="icon__login"></i>
</a> </a>
<a href="${servePath}/register"
aria-label="${registerLabel}" class="tooltipped tooltipped__w">
<i class="icon__register"></i>
</a>
</#if> </#if>
<span onclick="Util.goTop()" <span onclick="Util.goTop()"
aria-label="${putTopLabel}" class="tooltipped tooltipped__w"> aria-label="${putTopLabel}" class="tooltipped tooltipped__w">

View File

@ -93,8 +93,8 @@
href="${servePath}/admin-index.do#main" href="${servePath}/admin-index.do#main"
style="background-image: url(${adminUser.userAvatar});"></a> style="background-image: url(${adminUser.userAvatar});"></a>
<#else> <#else>
<a href="${loginURL}" class="header__a"> <a href="${servePath}/start" class="header__a">
${loginLabel} ${startToUseLabel}
</a> </a>
</#if> </#if>
</div> </div>

View File

@ -67,16 +67,11 @@
${logoutLabel} ${logoutLabel}
</a> </a>
<#else> <#else>
<a href="${loginURL}"> <a rel="alternate" href="${servePath}/start" rel="section">
<svg> <svg>
<use xlink:href="#icon-enter"></use> <use xlink:href="#icon-enter"></use>
</svg> ${loginLabel}
</a>
<a rel="alternate" href="${servePath}/register" rel="section">
<svg>
<use xlink:href="#icon-register"></use>
</svg> </svg>
${registerLabel} ${startToUseLabel}
</a> </a>
</#if> </#if>
</div> </div>

View File

@ -41,7 +41,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -41,7 +41,6 @@ sumLabel=
pageLabel=Page pageLabel=Page
adminLabel=Admin adminLabel=Admin
logoutLabel=Logout logoutLabel=Logout
loginLabel=Login
commentLabel=Comment commentLabel=Comment
viewLabel=View viewLabel=View
tagsLabel=Tags tagsLabel=Tags

View File

@ -42,7 +42,6 @@ sumLabel=\u5171
pageLabel=\u9875 pageLabel=\u9875
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
loginLabel=\u767B\u5F55
commentLabel=\u8BC4\u8BBA commentLabel=\u8BC4\u8BBA
viewLabel=\u6D4F\u89C8 viewLabel=\u6D4F\u89C8
tagsLabel=\u6807\u7B7E tagsLabel=\u6807\u7B7E

View File

@ -49,7 +49,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -49,7 +49,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -68,7 +68,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -43,7 +43,6 @@ sumLabel=
pageLabel=Page pageLabel=Page
adminLabel=Admin adminLabel=Admin
logoutLabel=Logout logoutLabel=Logout
loginLabel=Login
commentLabel=Comment commentLabel=Comment
viewLabel=View viewLabel=View
authorLabel=Author authorLabel=Author

View File

@ -45,7 +45,6 @@ sumLabel=\u5171
pageLabel=\u9875 pageLabel=\u9875
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
loginLabel=\u767B\u5F55
commentLabel=\u8BC4\u8BBA commentLabel=\u8BC4\u8BBA
viewLabel=\u6D4F\u89C8 viewLabel=\u6D4F\u89C8
authorLabel=\u4F5C\u8005 authorLabel=\u4F5C\u8005

View File

@ -42,7 +42,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -40,7 +40,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -770,7 +770,6 @@ textarea {
} }
.translate, .translate,
.register,
.logout, .logout,
.prev, .prev,
.prev-disabled { .prev-disabled {

View File

@ -36,7 +36,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -50,10 +50,9 @@
</li> </li>
</ul> </ul>
<div class="fn-right top-info"> <div class="fn-right top-info">
<a title="${loginLabel}" id="login" data-ico="&#xe03f;"></a>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" id="settings" data-ico="&#x0070;"></a> <a href="${servePath}/admin-index.do#main" title="${adminLabel}" id="settings" data-ico="&#x0070;"></a>
<hr> <hr>
<a id="logout" title="${logoutLabel}" data-ico="&#xe040;"></a> <a id="logout" title="${logoutLabel}" data-ico="&#xe040;"></a>
<a href="${servePath}/register" title="${registerLabel}" id="register" data-ico="&#xe02b;"></a> <a href="${servePath}/start" title="${startToUseLabel}" id="register" data-ico="&#xe03f;"></a>
</div> </div>
</div> </div>

View File

@ -149,20 +149,6 @@
</#if> </#if>
</#if> </#if>
<a class="login side-tile">
<span data-ico="&#xe03f;"></span>
<div class="title">
${loginLabel}
</div>
</a>
<a href="${servePath}/register" class="register side-tile">
<span data-ico="&#xe02b;"></span>
<div class="title">
${registerLabel}
</div>
</a>
<div class="user side-tile"> <div class="user side-tile">
<span> <span>
<img src="<#if gravatar??>${gravatar}</#if>"/> <img src="<#if gravatar??>${gravatar}</#if>"/>
@ -177,10 +163,10 @@
</div> </div>
</a> </a>
<a href="${servePath}/register" class="logout side-tile"> <a href="${servePath}/start" class="register side-tile">
<span data-ico="&#xe040;"></span> <span data-ico="&#xe040;"></span>
<div class="title"> <div class="title">
${logoutLabel} ${startToUseLabel}
</div> </div>
</a> </a>
</div> </div>

View File

@ -47,7 +47,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -52,7 +52,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -58,7 +58,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -57,7 +57,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -73,14 +73,8 @@
</span> </span>
<#else> <#else>
<span class="links-of-author-item"> <span class="links-of-author-item">
<a href="${loginURL}"> <a href="${servePath}/start">
<i class="icon-login"></i> ${loginLabel} ${startToUseLabel}
</a>
</span>
<span class="links-of-author-item">
<a href="${servePath}/register">
<i class="icon-register"></i> ${registerLabel}
</a> </a>
</span> </span>
</#if> </#if>

View File

@ -61,11 +61,8 @@
<i class="icon__logout"></i> ${logoutLabel} <i class="icon__logout"></i> ${logoutLabel}
</a> </a>
<#else> <#else>
<a href="${loginURL}"> <a href="${servePath}/start">
<i class="icon__login"></i> ${loginLabel} <i class="icon__login"></i> ${startToUseLabel}
</a>
<a href="${servePath}/register">
<i class="icon__register"></i> ${registerLabel}
</a> </a>
</#if> </#if>
</div> </div>
@ -90,13 +87,8 @@
</li> </li>
<#else> <#else>
<li> <li>
<a href="${loginURL}"> <a href="${servePath}/start">
<i class="icon__login"></i> ${loginLabel} <i class="icon__login"></i> ${startToUseLabel}
</a>
</li>
<li>
<a href="${servePath}/register">
<i class="icon__register"></i> ${registerLabel}
</a> </a>
</li> </li>
</#if> </#if>

View File

@ -38,7 +38,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -69,7 +69,6 @@
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -44,7 +44,6 @@ sumLabel=
pageLabel=Page pageLabel=Page
adminLabel=Admin adminLabel=Admin
logoutLabel=Logout logoutLabel=Logout
loginLabel=Login
commentLabel=Comment commentLabel=Comment
noCommentLabel=No Comment noCommentLabel=No Comment
viewLabel=View viewLabel=View

View File

@ -46,7 +46,6 @@ sumLabel=\u5171
pageLabel=\u9875 pageLabel=\u9875
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
loginLabel=\u767B\u5F55
commentLabel=\u8BC4\u8BBA commentLabel=\u8BC4\u8BBA
noCommentLabel=\u65E0\u8BC4\u8BBA noCommentLabel=\u65E0\u8BC4\u8BBA
viewLabel=\u6D4F\u89C8 viewLabel=\u6D4F\u89C8

View File

@ -37,7 +37,6 @@ by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
"adminLabel": "${adminLabel}", "adminLabel": "${adminLabel}",
"logoutLabel": "${logoutLabel}", "logoutLabel": "${logoutLabel}",
"skinDirName": "${skinDirName}", "skinDirName": "${skinDirName}",
"loginLabel": "${loginLabel}",
"em00Label": "${em00Label}", "em00Label": "${em00Label}",
"em01Label": "${em01Label}", "em01Label": "${em01Label}",
"em02Label": "${em02Label}", "em02Label": "${em02Label}",

View File

@ -46,7 +46,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -46,7 +46,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -49,7 +49,6 @@ localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags

View File

@ -49,7 +49,6 @@ localeString1Label=\u8BED\u8A00\uFF1A
timeZoneId1Label=\u65F6\u533A\uFF1A timeZoneId1Label=\u65F6\u533A\uFF1A
adminLabel=\u7BA1\u7406 adminLabel=\u7BA1\u7406
administratorLabel=\u7BA1\u7406\u5458 administratorLabel=\u7BA1\u7406\u5458
loginLabel=\u767B\u5F55
logoutLabel=\u767B\u51FA logoutLabel=\u767B\u51FA
initLabel=\u521D\u59CB\u5316 initLabel=\u521D\u59CB\u5316
popTagsLabel=\u5206\u7C7B\u6807\u7B7E popTagsLabel=\u5206\u7C7B\u6807\u7B7E

View File

@ -71,9 +71,7 @@
&nbsp; &nbsp; &nbsp; &nbsp;
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a> <a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else> <#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a> <a href="${servePath}/start" title="${startToUseLabel}" class="icon-login"></a>
&nbsp; &nbsp;
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if> &nbsp; &nbsp; </#if> &nbsp; &nbsp;
<a rel="alternate" href="${servePath}/rss.xml" title="${subscribeLabel}" class="icon-rss"></a> <a rel="alternate" href="${servePath}/rss.xml" title="${subscribeLabel}" class="icon-rss"></a>
</footer> </footer>