This commit is contained in:
Vanessa 2018-02-11 16:05:43 +08:00
parent 235403e1c0
commit 79f67df23f
707 changed files with 11725 additions and 11721 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,21 +1,25 @@
B3log Solo 第三方皮肤 # Solo 第三方皮肤
----
如果你要贡献皮肤给 B3log SoloFork 此库进行皮肤开发,完成后 Pull Request 吧! 如果你要贡献皮肤给 B3log SoloFork 此库进行皮肤开发,完成后 Pull Request 吧!
If you want to contribute skins to B3log Solo, fork this repository and pull request after the new skins done! If you want to contribute skins to B3log Solo, fork this repository and pull request after the new skins done!
---- --------------------------------------------------------------
1. [开发步骤](https://github.com/b3log/b3log-solo/wiki/Develop_steps)
2. [模板变量](https://github.com/b3log/b3log-solo/wiki/Template_variables)
3. [皮肤定制](https://github.com/b3log/b3log-solo/wiki/skins_custom)
4. [版本更新](https://github.com/b3log/b3log-solo/wiki/Skins_change_log)
---- 1. [开发步骤](https://hacpai.com/article/1493814851007)
2. [模板变量](https://hacpai.com/article/1493814851007#toc_h2_4)
3. [皮肤定制](https://github.com/b3log/solo/wiki/skins_custom)
4. [版本更新](https://github.com/b3log/solo/wiki/Skins_change_log)
每个皮肤单独存放于根目录下以该皮肤名称为名的文件夹中。其中 skin-preview 中存放皮肤的预览图片。 --------------------------------------------------------------
---- 皮肤按照名称命名后存放于 skins 文件夹中。
其中 skin-preview 存放皮肤的预览图片。
如果还有问题欢迎到社区提问https://hacpai.com/tag/Solo
-----------------------------------------------------------------------------------------------
**平等,自由,奔放** **平等,自由,奔放**

BIN
iMobile/.DS_Store vendored

Binary file not shown.

BIN
iMobile/css/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
iMobile/js/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,116 +1,116 @@
<#include "macro-head.ftl"> <#include "macro-head.ftl">
<#include "macro-comments.ftl"> <#include "macro-comments.ftl">
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<@head title="${article.articleTitle} - ${blogTitle}"> <@head title="${article.articleTitle} - ${blogTitle}">
<meta name="keywords" content="${article.articleTags}" /> <meta name="keywords" content="${article.articleTags}" />
<meta name="description" content="${article.articleAbstract?html}" /> <meta name="description" content="${article.articleAbstract?html}" />
</@head> </@head>
</head> </head>
<body> <body>
${topBarReplacement} ${topBarReplacement}
<div id="wrap"> <div id="wrap">
<#include "header.ftl"> <#include "header.ftl">
<div id="main"> <div id="main">
<div id="maincontent"> <div id="maincontent">
<div class="forFlow"> <div class="forFlow">
<div class="navigation-top shortline"> <div class="navigation-top shortline">
<span>${breadcrumbNaviLabel}</span> <span>${breadcrumbNaviLabel}</span>
<a href="${servePath}/">${homeLabel}</a> > <a title="${article.articleTitle}">${article.articleTitle}</a> <a href="${servePath}/">${homeLabel}</a> > <a title="${article.articleTitle}">${article.articleTitle}</a>
</div> </div>
<div class="post"> <div class="post">
<h2 class="post-tltle breakline"> <h2 class="post-tltle breakline">
${article.articleTitle} ${article.articleTitle}
</h2> </h2>
<div class="postmetadata-top"> <div class="postmetadata-top">
<span class="post-date"> <span class="post-date">
<#if article.hasUpdated> <#if article.hasUpdated>
${article.articleUpdateDate?string("yyyy-MM-dd HH:mm:ss")} ${article.articleUpdateDate?string("yyyy-MM-dd HH:mm:ss")}
<#else> <#else>
${article.articleCreateDate?string("yyyy-MM-dd HH:mm:ss")} ${article.articleCreateDate?string("yyyy-MM-dd HH:mm:ss")}
</#if> </#if>
</span> </span>
<a href="/authors/${article.authorId}" title="${authorLabel}"> <a href="/authors/${article.authorId}" title="${authorLabel}">
<span class="post-author"> <span class="post-author">
${article.authorName} ${article.authorName}
</span> </span>
</a> </a>
<a href="${article.articlePermalink}" title="${viewLabel}"> <a href="${article.articlePermalink}" title="${viewLabel}">
<span class="post-views"> <span class="post-views">
${article.articleViewCount} ${article.articleViewCount}
</span> </span>
</a> </a>
<a href="${article.articlePermalink}#comments" title="${commentLabel}"> <a href="${article.articlePermalink}#comments" title="${commentLabel}">
<span class="post-comments"> <span class="post-comments">
${article.articleCommentCount} ${article.articleCommentCount}
</span> </span>
</a> </a>
<span id="bdshare" class="bdshare_b" style="line-height: 12px;float: right;"><img src="http://share.baidu.com/static/images/type-button-1.jpg" /> <span id="bdshare" class="bdshare_b" style="line-height: 12px;float: right;"><img src="http://share.baidu.com/static/images/type-button-1.jpg" />
<a class="shareCount"></a> <a class="shareCount"></a>
</span> </span>
</div> </div>
<div class="article-body breakline"> <div class="article-body breakline">
${article.articleContent} ${article.articleContent}
<#if "" != article.articleSign.signHTML?trim> <#if "" != article.articleSign.signHTML?trim>
<div class="marginTop12"> <div class="marginTop12">
${article.articleSign.signHTML} ${article.articleSign.signHTML}
</div> </div>
</#if> </#if>
</div> </div>
<div class="postmetadata"> <div class="postmetadata">
<span class="post-tag" title="${tagLabel}"> <span class="post-tag" title="${tagLabel}">
<#list article.articleTags?split(",") as articleTag> <#list article.articleTags?split(",") as articleTag>
<span> <span>
<a href="${servePath}/tags/${articleTag?url('UTF-8')}"> <a href="${servePath}/tags/${articleTag?url('UTF-8')}">
${articleTag}</a><#if articleTag_has_next>,</#if> ${articleTag}</a><#if articleTag_has_next>,</#if>
</span> </span>
</#list> </#list>
</span> </span>
</div> </div>
<div class="shortline"> <div class="shortline">
<#if nextArticlePermalink??> <#if nextArticlePermalink??>
${nextArticle1Label} ${nextArticle1Label}
<a href="${servePath}${nextArticlePermalink}" title="${nextArticleTitle}">${nextArticleTitle}</a> <a href="${servePath}${nextArticlePermalink}" title="${nextArticleTitle}">${nextArticleTitle}</a>
<br/> <br/>
</#if> </#if>
<#if previousArticlePermalink??> <#if previousArticlePermalink??>
${previousArticle1Label} ${previousArticle1Label}
<a href="${servePath}${previousArticlePermalink}" title="${previousArticleTitle}">${previousArticleTitle}</a> <a href="${servePath}${previousArticlePermalink}" title="${previousArticleTitle}">${previousArticleTitle}</a>
<br/> <br/>
</#if> </#if>
</div> </div>
<div id="relevantArticles" class="article-relative"></div> <div id="relevantArticles" class="article-relative"></div>
<div id="randomArticles" class="article-relative"></div> <div id="randomArticles" class="article-relative"></div>
<div id="externalRelevantArticles" class="article-relative"></div> <div id="externalRelevantArticles" class="article-relative"></div>
</div> </div>
<@comments commentList=articleComments article=article></@comments> <@comments commentList=articleComments article=article></@comments>
</div> </div>
</div> </div>
<div id="sidebar"> <div id="sidebar">
<#include "side.ftl"> <#include "side.ftl">
</div> </div>
</div> </div>
<div id="footer"> <div id="footer">
<#include "footer.ftl"> <#include "footer.ftl">
</div> </div>
</div> </div>
<@comment_script oId=article.oId> <@comment_script oId=article.oId>
page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";
<#if 0 != randomArticlesDisplayCount> <#if 0 != randomArticlesDisplayCount>
page.loadRandomArticles(); page.loadRandomArticles();
</#if> </#if>
<#if 0 != relevantArticlesDisplayCount> <#if 0 != relevantArticlesDisplayCount>
page.loadRelevantArticles('${article.oId}', '${relevantArticles1Label}'); page.loadRelevantArticles('${article.oId}', '${relevantArticles1Label}');
</#if> </#if>
<#if 0 != externalRelevantArticlesDisplayCount> <#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>"); page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
</#if> </#if>
</@comment_script> </@comment_script>
<script type="text/javascript" id="bdshare_js" data="type=button&amp;mini=1&amp;uid=19727" ></script> <script type="text/javascript" id="bdshare_js" data="type=button&amp;mini=1&amp;uid=19727" ></script>
<script type="text/javascript" id="bdshell_js"></script> <script type="text/javascript" id="bdshell_js"></script>
<script type="text/javascript"> <script type="text/javascript">
document.getElementById("bdshell_js").src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours(); document.getElementById("bdshell_js").src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
</script> </script>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y right;} #wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y right;}
#maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px;} #maincontent .forFlow{ margin:0 0 0 271px;}
#sidebar{ float:right; margin:10px; padding:0; width:250px; display:inline; } #sidebar{ float:right; margin:10px; padding:0; width:250px; display:inline; }

View File

@ -1,4 +1,4 @@
#wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y left;} #wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y left;}
#maincontent{ float:right; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent{ float:right; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px; float: none; width: auto;} #maincontent .forFlow{ margin:0 0 0 271px; float: none; width: auto;}
#sidebar{ float:left; margin:10px; padding:0; width:250px; display:inline; } #sidebar{ float:left; margin:10px; padding:0; width:250px; display:inline; }

View File

@ -1,4 +1,4 @@
#wrap{margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242;} #wrap{margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242;}
#maincontent{float:right; margin:0 0 0 0px; padding:0; display:inline;width: 100%;} #maincontent{float:right; margin:0 0 0 0px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{margin:0 0 0 0px; float: none; width: auto;} #maincontent .forFlow{margin:0 0 0 0px; float: none; width: auto;}
#sidebar{display: none;} #sidebar{display: none;}

View File

@ -1,4 +1,4 @@
#wrap{ margin:0 auto; padding:0; width:100%; background:url(../images/side-bg.gif) repeat-y right;} #wrap{ margin:0 auto; padding:0; width:100%; background:url(../images/side-bg.gif) repeat-y right;}
#maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px;} #maincontent .forFlow{ margin:0 0 0 271px;}
#sidebar{ float:right; margin:10px; padding:0; width:250px; display:inline; } #sidebar{ float:right; margin:10px; padding:0; width:250px; display:inline; }

View File

@ -1,4 +1,4 @@
#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) repeat-y left;} #wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) repeat-y left;}
#maincontent{float:right;margin:0 0 0 -271px;padding:0;display:inline;width:100%;} #maincontent{float:right;margin:0 0 0 -271px;padding:0;display:inline;width:100%;}
#maincontent .forFlow{margin:0 0 0 271px;float: none;width: auto;} #maincontent .forFlow{margin:0 0 0 271px;float: none;width: auto;}
#sidebar{float:left;margin:10px;padding:0;width:250px;display:inline;} #sidebar{float:left;margin:10px;padding:0;width:250px;display:inline;}

View File

@ -1,75 +1,75 @@
<!--<div id="footer-no"></div>--> <!--<div id="footer-no"></div>-->
<div id="footer-link"> <div id="footer-link">
<p>&copy; ${year} <a href="${servePath}">${blogTitle}</a></p> <p>&copy; ${year} <a href="${servePath}">${blogTitle}</a></p>
<p> <p>
Powered by Powered by
<a href="http://b3log.org" target="_blank"> <a href="http://b3log.org" target="_blank">
<span style="color: orange;">B</span> <span style="color: orange;">B</span>
<span style="font-size: 9px; color: blue;"><sup>3</sup></span> <span style="font-size: 9px; color: blue;"><sup>3</sup></span>
<span style="color: green;">L</span> <span style="color: green;">L</span>
<span style="color: red;">O</span> <span style="color: red;">O</span>
<span style="color: blue;">G</span>&nbsp; <span style="color: blue;">G</span>&nbsp;
<span style="color: orangered; font-weight: bold;">Solo</span></a>, <span style="color: orangered; font-weight: bold;">Solo</span></a>,
ver ${version}&nbsp;&nbsp; ver ${version}&nbsp;&nbsp;
Theme[5style for 0.5.0] by <a href="http://www.noday.net" target="_blank">Noday</a> Theme[5style for 0.5.0] by <a href="http://www.noday.net" target="_blank">Noday</a>
& <a href="http://marslau.com" target="_blank" title="Mars Lau's blog">Mars Lau</a> & <a href="http://marslau.com" target="_blank" title="Mars Lau's blog">Mars Lau</a>
</p> </p>
</div> </div>
<div id="footer-right"><a href="javascript:void(0);" onclick="Util.goTop();" id="to-top" title="Top"></a></div> <div id="footer-right"><a href="javascript:void(0);" onclick="Util.goTop();" id="to-top" title="Top"></a></div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script> <script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script> <script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script type="text/javascript"> <script type="text/javascript">
var latkeConfig = { var latkeConfig = {
"servePath": "${servePath}", "servePath": "${servePath}",
"staticServePath": "${staticServePath}" "staticServePath": "${staticServePath}"
}; };
var Label = { var Label = {
"clearAllCacheLabel": "${clearAllCacheLabel}", "clearAllCacheLabel": "${clearAllCacheLabel}",
"clearCacheLabel": "${clearCacheLabel}", "clearCacheLabel": "${clearCacheLabel}",
"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}",
"em03Label": "${em03Label}", "em03Label": "${em03Label}",
"em04Label": "${em04Label}", "em04Label": "${em04Label}",
"em05Label": "${em05Label}", "em05Label": "${em05Label}",
"em06Label": "${em06Label}", "em06Label": "${em06Label}",
"em07Label": "${em07Label}", "em07Label": "${em07Label}",
"em08Label": "${em08Label}", "em08Label": "${em08Label}",
"em09Label": "${em09Label}", "em09Label": "${em09Label}",
"em10Label": "${em10Label}", "em10Label": "${em10Label}",
"em11Label": "${em11Label}", "em11Label": "${em11Label}",
"em12Label": "${em12Label}", "em12Label": "${em12Label}",
"em13Label": "${em13Label}", "em13Label": "${em13Label}",
"em14Label": "${em14Label}" "em14Label": "${em14Label}"
}; };
$(document).ready(function () { $(document).ready(function () {
Util.init(); Util.init();
Util.replaceSideEm($("#sidebarul .arrow a")); Util.replaceSideEm($("#sidebarul .arrow a"));
// set selected navi // set selected navi
$("#header-navi li").each(function (i) { $("#header-navi li").each(function (i) {
if (i < $("#header-navi li").length - 1) { if (i < $("#header-navi li").length - 1) {
var $it = $(this), var $it = $(this),
locationURL = window.location.pathname + window.location.search; locationURL = window.location.pathname + window.location.search;
if (i === 0 && (locationURL === "/")) { if (i === 0 && (locationURL === "/")) {
$it.addClass("selected"); $it.addClass("selected");
return; return;
} }
if (locationURL.indexOf($it.find("a").attr("href")) > -1 && i !== 0) { if (locationURL.indexOf($it.find("a").attr("href")) > -1 && i !== 0) {
$it.addClass("selected"); $it.addClass("selected");
} }
} }
}); });
}); });
</script> </script>
${plugins} ${plugins}
<!--百度统计--> <!--百度统计-->
<script type="text/javascript"> <script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F82227c32d41de30d4b92e66760d6e7b9' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F82227c32d41de30d4b92e66760d6e7b9' type='text/javascript'%3E%3C/script%3E"));
</script> </script>

View File

@ -1,32 +1,32 @@
<div id="header"> <div id="header">
<div id="header-left"> <div id="header-left">
<h1><a href="${servePath}">${blogTitle}</a></h1> <h1><a href="${servePath}">${blogTitle}</a></h1>
<div class="description">${blogSubtitle}</div> <div class="description">${blogSubtitle}</div>
</div> </div>
<div id="header-right"> <div id="header-right">
<div class="layout"> <div class="layout">
<span class="themes1" onclick="setStyleSheet('css0')"> </span> <span class="themes1" onclick="setStyleSheet('css0')"> </span>
<span class="themes2" onclick="setStyleSheet('css1')"> </span> <span class="themes2" onclick="setStyleSheet('css1')"> </span>
<span class="themes3" onclick="setStyleSheet('css2')"> </span> <span class="themes3" onclick="setStyleSheet('css2')"> </span>
<span class="themes4" onclick="setStyleSheet('css3')"> </span> <span class="themes4" onclick="setStyleSheet('css3')"> </span>
<span class="themes5" onclick="setStyleSheet('css4')"> </span> <span class="themes5" onclick="setStyleSheet('css4')"> </span>
</div> </div>
<div id="header-navi"> <div id="header-navi">
<li><a href="${servePath}">${homeLabel}</a></li> <li><a href="${servePath}">${homeLabel}</a></li>
<#list pageNavigations as page> <#list pageNavigations as page>
<li><a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a></li> <li><a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a></li>
</#list> </#list>
<li> <li>
<a href="${servePath}/tags.html">${allTagsLabel}</a> <a href="${servePath}/tags.html">${allTagsLabel}</a>
</li> </li>
<li> <li>
<a href="${servePath}/blog-articles-feed.do"> <a href="${servePath}/blog-articles-feed.do">
Atom<img src="${servePath}/images/feed.png" alt="Atom"/> Atom<img src="${servePath}/images/feed.png" alt="Atom"/>
</a> </a>
</li> </li>
<li> <li>
<a class="lastNavi" href="javascript:void(0);"></a> <a class="lastNavi" href="javascript:void(0);"></a>
</li> </li>
</div> </div>
</div> </div>
</div> </div>

View File

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 196 B

View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

View File

Before

Width:  |  Height:  |  Size: 98 B

After

Width:  |  Height:  |  Size: 98 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

Before

Width:  |  Height:  |  Size: 57 B

After

Width:  |  Height:  |  Size: 57 B

View File

@ -1,35 +1,35 @@
// *** Cookies *** // *** Cookies ***
function writeCookie(name, value) { function writeCookie(name, value) {
exp = new Date(); exp = new Date();
exp.setTime(exp.getTime() + (86400 * 1000 * 30)); exp.setTime(exp.getTime() + (86400 * 1000 * 30));
document.cookie = name + "=" + escape(value) + "; expires=" + exp.toGMTString() + "; path=/"; document.cookie = name + "=" + escape(value) + "; expires=" + exp.toGMTString() + "; path=/";
document.cookie.replace("stylesheet=css0","stylesheet="+value); document.cookie.replace("stylesheet=css0","stylesheet="+value);
} }
function readCookie(name) { function readCookie(name) {
var search; var search;
search = name + "="; search = name + "=";
offset = document.cookie.indexOf(search); offset = document.cookie.indexOf(search);
if (offset != -1) { if (offset != -1) {
offset += search.length; offset += search.length;
end = document.cookie.indexOf(";", offset); end = document.cookie.indexOf(";", offset);
if (end == -1){ if (end == -1){
end = document.cookie.length; end = document.cookie.length;
} }
return unescape(document.cookie.substring(offset, end)); return unescape(document.cookie.substring(offset, end));
}else{ }else{
return ""; return "";
} }
} }
function setStyleSheet(strCSS){ function setStyleSheet(strCSS){
var objs=document.getElementsByTagName("link"); var objs=document.getElementsByTagName("link");
var intFound=0; var intFound=0;
for(var i=0;i<objs.length;i++){ for(var i=0;i<objs.length;i++){
if(objs[i].type.indexOf("css")>-1&&objs[i].title){ if(objs[i].type.indexOf("css")>-1&&objs[i].title){
objs[i].disabled = true; objs[i].disabled = true;
if(objs[i].title==strCSS) intFound=i; if(objs[i].title==strCSS) intFound=i;
} }
} }
objs[intFound].disabled = false; objs[intFound].disabled = false;
writeCookie("stylesheet",objs[intFound].title); writeCookie("stylesheet",objs[intFound].title);
} }

View File

@ -1,293 +1,293 @@
# #
# Copyright (c) 2009, 2010, 2011, B3log Team # Copyright (c) 2009, 2010, 2011, B3log Team
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# #
# Description: B3log Solo language configurations(en_US). # Description: B3log Solo language configurations(en_US).
# Version: 2.0.5.7, Sep 5, 2011 # Version: 2.0.5.7, Sep 5, 2011
# Author: Liang Ding # Author: Liang Ding
# #
adminConsoleLabel=Admin adminConsoleLabel=Admin
adminIndexLabel=Admin Index adminIndexLabel=Admin Index
postArticleLabel=Post postArticleLabel=Post
articleListLabel=Articles articleListLabel=Articles
commentListLabel=Comments commentListLabel=Comments
draftListLabel=Drafts draftListLabel=Drafts
userManageLabel=Users userManageLabel=Users
commonUserLabel=Common User commonUserLabel=Common User
addUserLabel=Add User addUserLabel=Add User
updateUserLabel=Update User updateUserLabel=Update User
linkManagementLabel=Links linkManagementLabel=Links
pluginMgmtLabel=Plugins pluginMgmtLabel=Plugins
pluginNameLabel=Name pluginNameLabel=Name
versionLabel=Version versionLabel=Version
statusLabel=Status statusLabel=Status
enabledLabel=Enabled enabledLabel=Enabled
disabledLabel=Disabled disabledLabel=Disabled
enableLabel=Enable enableLabel=Enable
disableLabel=Disable disableLabel=Disable
preferenceLabel=Preference preferenceLabel=Preference
localeString1Label=Language: localeString1Label=Language:
timeZoneId1Label=Time Zone: timeZoneId1Label=Time Zone:
adminLabel=Admin adminLabel=Admin
administratorLabel=Administrator administratorLabel=Administrator
loginLabel=Login loginLabel=Login
logoutLabel=Logout logoutLabel=Logout
initLabel=Initial initLabel=Initial
popTagsLabel=Popular Tags popTagsLabel=Popular Tags
tag1Label=Tag: tag1Label=Tag:
tags1Label=Tags: tags1Label=Tags:
recentArticlesLabel=Recent Articles recentArticlesLabel=Recent Articles
recentCommentsLabel=Recent Comments recentCommentsLabel=Recent Comments
postCommentsLabel=Post Comment postCommentsLabel=Post Comment
mostCommentArticlesLabel=Most Comment Articles mostCommentArticlesLabel=Most Comment Articles
mostViewCountArticlesLabel=Most View Articles mostViewCountArticlesLabel=Most View Articles
em00Label=Smile em00Label=Smile
em01Label=Laughter em01Label=Laughter
em02Label=Happy em02Label=Happy
em03Label=Sad em03Label=Sad
em04Label=Cry em04Label=Cry
em05Label=No Comments em05Label=No Comments
em06Label=Fidget em06Label=Fidget
em07Label=Angry em07Label=Angry
em08Label=Look Around em08Label=Look Around
em09Label=Surprise em09Label=Surprise
em10Label=Cool em10Label=Cool
em11Label=Cheeky em11Label=Cheeky
em12Label=Heart em12Label=Heart
em13Label=Heart Broken em13Label=Heart Broken
em14Label=Devil em14Label=Devil
linkLabel=Friend Links linkLabel=Friend Links
sumLabel= sumLabel=
pageLabel=Page pageLabel=Page
commentLabel=Comment commentLabel=Comment
linkTitleLabel=Link Title linkTitleLabel=Link Title
linkTitle1Label=Title: linkTitle1Label=Title:
updateLabel=Update updateLabel=Update
removeLabel=Remove removeLabel=Remove
putTopLabel=Put Top putTopLabel=Put Top
cancelPutTopLabel=Cancel Put Top cancelPutTopLabel=Cancel Put Top
downloadCountLabel=Count downloadCountLabel=Count
sizeLabel=Size sizeLabel=Size
uploadDateLabel=Upload Date uploadDateLabel=Upload Date
downloadURLLabel=Download URL downloadURLLabel=Download URL
downloadLabel=Download downloadLabel=Download
createDateLabel=Create Date createDateLabel=Create Date
updateDateLabel=Update Date updateDateLabel=Update Date
titleLabel=Title titleLabel=Title
title1Label=Title: title1Label=Title:
content1Label=Content: content1Label=Content:
abstract1Label=Summary: abstract1Label=Summary:
publishLabel=Publish publishLabel=Publish
unPublishLabel=Un Publish unPublishLabel=Un Publish
urlLabel=URL urlLabel=URL
url1Label=URL (start protocol, e.g.: http://): url1Label=URL (start protocol, e.g.: http://):
addLinkLabel=Add Link addLinkLabel=Add Link
updateLinkLabel=Update Link updateLinkLabel=Update Link
archiveLabel=Archive archiveLabel=Archive
archive1Label=archive: archive1Label=archive:
yearLabel= yearLabel=
monthLabel= monthLabel=
blogSyncLabel=Blog Sync blogSyncLabel=Blog Sync
pageLabel=Page pageLabel=Page
pageMgmtLabel=Pages pageMgmtLabel=Pages
othersLabel=Others othersLabel=Others
fileListLabel=Files fileListLabel=Files
submitUploadLabel=Upload submitUploadLabel=Upload
fileNameLabel=File Name fileNameLabel=File Name
paramSettingsLabel=Parameters paramSettingsLabel=Parameters
skinLabel=Skins skinLabel=Skins
signLabel=Signs signLabel=Signs
sign1Label=Signs: sign1Label=Signs:
noSignLabel=No Signs noSignLabel=No Signs
signIsNullLabel=This Sign is Null signIsNullLabel=This Sign is Null
statisticLabel=Blog Statistic statisticLabel=Blog Statistic
viewLabel=View viewLabel=View
countLabel=Posts countLabel=Posts
viewCount1Label=View Count: viewCount1Label=View Count:
articleCount1Label=Article Count: articleCount1Label=Article Count:
commentCountLabel=Comment Count commentCountLabel=Comment Count
commentCount1Label=Comment Count: commentCount1Label=Comment Count:
commentEmotions1Label=Emotions: commentEmotions1Label=Emotions:
commentEmotionsLabel=Emotions commentEmotionsLabel=Emotions
commentName1Label=Name: commentName1Label=Name:
commentNameLabel=Name commentNameLabel=Name
commentEmail1Label=Email: commentEmail1Label=Email:
commentEmailLabel=Email commentEmailLabel=Email
commentURL1Label=URL: commentURL1Label=URL:
commentURLLabel=URL commentURLLabel=URL
commentContent1Label=Content: commentContent1Label=Content:
commentContentLabel=Content commentContentLabel=Content
getDateLabel=Get Date getDateLabel=Get Date
getArticleLabel=Get Article getArticleLabel=Get Article
selectDateLabel=Select Date selectDateLabel=Select Date
selectDate1Label=Select Date: selectDate1Label=Select Date:
importLabel=Import importLabel=Import
chooseBlog1Label=Choose Blog: chooseBlog1Label=Choose Blog:
blogArticleImportLabel=Article Import blogArticleImportLabel=Article Import
blogSyncMgmtLabel=Blog Sync Management blogSyncMgmtLabel=Blog Sync Management
syncMgmtLabel=Sync manage Blog syncMgmtLabel=Sync manage Blog
userName1Label=Username: userName1Label=Username:
userPassword1Label=Password: userPassword1Label=Password:
syncPostLabel=Sync Post syncPostLabel=Sync Post
syncUpdateLabel=Sync Update syncUpdateLabel=Sync Update
syncRemoveLabel=Sync Remove syncRemoveLabel=Sync Remove
categoryLabel=Category categoryLabel=Category
noticeBoard1Label=Notice Board: noticeBoard1Label=Notice Board:
noticeBoardLabel=Notice Board noticeBoardLabel=Notice Board
htmlhead1Label=HTML head: htmlhead1Label=HTML head:
indexTagDisplayCnt1Label=Index Tag Display Count: indexTagDisplayCnt1Label=Index Tag Display Count:
indexRecentArticleDisplayCnt1Label=Recent Article Display Count: indexRecentArticleDisplayCnt1Label=Recent Article Display Count:
indexRecentCommentDisplayCnt1Label=Recent Comment Display Count: indexRecentCommentDisplayCnt1Label=Recent Comment Display Count:
indexMostCommentArticleDisplayCnt1Label=Most Comment Article Display Count: indexMostCommentArticleDisplayCnt1Label=Most Comment Article Display Count:
indexMostViewArticleDisplayCnt1Label=Most View Article Display Count: indexMostViewArticleDisplayCnt1Label=Most View Article Display Count:
relevantArticlesDisplayCnt1Label=Relevant Article Display Count: relevantArticlesDisplayCnt1Label=Relevant Article Display Count:
randomArticlesDisplayCnt1Label=Random Article Display Count: randomArticlesDisplayCnt1Label=Random Article Display Count:
externalRelevantArticlesDisplayCnt1Label=External Relevant Article Display Count: externalRelevantArticlesDisplayCnt1Label=External Relevant Article Display Count:
windowSize1Label=Pagination Window Size: windowSize1Label=Pagination Window Size:
pageSize1Label=Pagination Page Size: pageSize1Label=Pagination Page Size:
blogTitle1Label=Blog Title: blogTitle1Label=Blog Title:
blogSubtitle1Label=Blog Subtitle: blogSubtitle1Label=Blog Subtitle:
blogHost1Label=Blog Host: blogHost1Label=Blog Host:
submmitCommentLabel=Commit Comment submmitCommentLabel=Commit Comment
saveLabel=Save saveLabel=Save
tagLabel=Tag tagLabel=Tag
tagsLabel=Tags tagsLabel=Tags
importedLabel=Imported importedLabel=Imported
captcha1Label=Captcha: captcha1Label=Captcha:
captchaLabel=Captcha captchaLabel=Captcha
clearAllCacheLabel=Clear all cache clearAllCacheLabel=Clear all cache
clearCacheLabel=Clear cache clearCacheLabel=Clear cache
indexLabel=Index indexLabel=Index
nextArticle1Label=Next: nextArticle1Label=Next:
previousArticle1Label=Previous: previousArticle1Label=Previous:
updatedLabel=Updated! updatedLabel=Updated!
topArticleLabel=Top! topArticleLabel=Top!
CSDNBlogLabel=CSDN Blog CSDNBlogLabel=CSDN Blog
BlogJavaLabel=BlogJava BlogJavaLabel=BlogJava
CnBlogsLabel=CnBlogs CnBlogsLabel=CnBlogs
previousPageLabel=Previous Page previousPageLabel=Previous Page
nextPagePabel=Next Page nextPagePabel=Next Page
firstPageLabel=First Page firstPageLabel=First Page
lastPageLabel=Last Page lastPageLabel=Last Page
returnTo1Label=Return to: returnTo1Label=Return to:
tencentLabel=Tencent tencentLabel=Tencent
appKey1Label=App Key: appKey1Label=App Key:
appSecret1Label=App Secret: appSecret1Label=App Secret:
postToTencentMicroblogWhilePublishArticleLabel=Post to Tencent microblog while publish an article: postToTencentMicroblogWhilePublishArticleLabel=Post to Tencent microblog while publish an article:
postToCommunityLabel=Post to Community: postToCommunityLabel=Post to Community:
authorizeTencentMicroblog1Label=Click to authorize: authorizeTencentMicroblog1Label=Click to authorize:
googleLabel=Google googleLabel=Google
OAuthConsumerSecret1Label=OAuth Consumer Secret: OAuthConsumerSecret1Label=OAuth Consumer Secret:
atomLabel=Atom atomLabel=Atom
relevantArticles1Label=Relevant Articles: relevantArticles1Label=Relevant Articles:
randomArticles1Label=Random Articles: randomArticles1Label=Random Articles:
externalRelevantArticles1Label=External Relevant Articles: externalRelevantArticles1Label=External Relevant Articles:
metaKeywords1Label=Meta Keywords: metaKeywords1Label=Meta Keywords:
metaDescription1Label=Meta Description: metaDescription1Label=Meta Description:
removeUnusedTagsLabel=Remove Unused Tags removeUnusedTagsLabel=Remove Unused Tags
goTopLabel=Top goTopLabel=Top
permalink1Label=Permalink: permalink1Label=Permalink:
permalinkLabel=Permalink permalinkLabel=Permalink
welcomeToSoloLabel=Welcome to B3log Solo! welcomeToSoloLabel=Welcome to B3log Solo!
b3logLabel=<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span> b3logLabel=<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
killBrowserLabel=<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul> killBrowserLabel=<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul>
readmoreLabel=Read more\u00bb readmoreLabel=Read more\u00bb
readmore2Label=Read more readmore2Label=Read more
replyLabel=Reply\u00bb replyLabel=Reply\u00bb
homeLabel=Home homeLabel=Home
enableArticleUpdateHint1Label=Enable Article Update Hint: enableArticleUpdateHint1Label=Enable Article Update Hint:
allowVisitDraftViaPermalink1Label=Allow Visit Draft Via Link: allowVisitDraftViaPermalink1Label=Allow Visit Draft Via Link:
author1Label=Author: author1Label=Author:
authorLabel=Author authorLabel=Author
keyOfSolo1Label=Solo Key: keyOfSolo1Label=Solo Key:
articleLabel=Article articleLabel=Article
tagArticlesLabel=Tag Articles tagArticlesLabel=Tag Articles
dateArticlesLabel=Archive Date Articles dateArticlesLabel=Archive Date Articles
authorArticlesLabel=Author Articles authorArticlesLabel=Author Articles
indexArticleLabel=Index Articles indexArticleLabel=Index Articles
allTagsLabel=Tag Cloud allTagsLabel=Tag Cloud
customizedPageLabel=Customized Page customizedPageLabel=Customized Page
killBrowserPageLabel=Kill Browser Page killBrowserPageLabel=Kill Browser Page
pageNumLabel=Page Number pageNumLabel=Page Number
#### ####
forbiddenLabel=Forbidden Access! forbiddenLabel=Forbidden Access!
sorryLabel=Sorry! sorryLabel=Sorry!
notFoundLabel=Not Found! notFoundLabel=Not Found!
unPulbishSuccLabel=Un Publish Successfully unPulbishSuccLabel=Un Publish Successfully
unPulbishFailLabel=Un Publish Fail unPulbishFailLabel=Un Publish Fail
removeSuccLabel=Remove Successfully removeSuccLabel=Remove Successfully
removeFailLabel=Remove Fail removeFailLabel=Remove Fail
removeUserFailSkinNeedMulUsersLabel=Remove Fail, the current skin need multiple users! removeUserFailSkinNeedMulUsersLabel=Remove Fail, the current skin need multiple users!
putTopSuccLabel=Put Top Successfully putTopSuccLabel=Put Top Successfully
putTopFailLabel=Put Top Fail putTopFailLabel=Put Top Fail
cancelTopSuccLabel=Cancel Top Successfully cancelTopSuccLabel=Cancel Top Successfully
cancelTopFailLabel=Cancel Top Fail cancelTopFailLabel=Cancel Top Fail
addSuccLabel=Add Successfully addSuccLabel=Add Successfully
addFailLabel=Add Fail addFailLabel=Add Fail
updateSuccLabel=Update Successfully updateSuccLabel=Update Successfully
updateFailLabel=Update Fail updateFailLabel=Update Fail
updatePreferenceFailLabel=Update Fail, please check <b>Blog Host</b> configuration! updatePreferenceFailLabel=Update Fail, please check <b>Blog Host</b> configuration!
updatePreferenceFailNeedMulUsersLabel=Update Fail, the selected skin need multiple users! updatePreferenceFailNeedMulUsersLabel=Update Fail, the selected skin need multiple users!
setFailLabel=Set Fail setFailLabel=Set Fail
setSuccLabel=Set Successfully setSuccLabel=Set Successfully
getFailLabel=Get Fail getFailLabel=Get Fail
noSettingLabel=No Setting noSettingLabel=No Setting
getSuccLabel=Get Successfully getSuccLabel=Get Successfully
importSuccLabel=Import Successfully :-) importSuccLabel=Import Successfully :-)
importFailLabel=Some Import Fail %>_<% importFailLabel=Some Import Fail %>_<%
noCommentLabel=No Comment noCommentLabel=No Comment
captchaErrorLabel=Captcha Error captchaErrorLabel=Captcha Error
inputErrorLabel=Input Error! inputErrorLabel=Input Error!
gotoLabel=Go gotoLabel=Go
nameEmptyLabel=Username is empty nameEmptyLabel=Username is empty
passwordEmptyLabel=Password is empty passwordEmptyLabel=Password is empty
blogEmptyLabel=Blogging service is empty blogEmptyLabel=Blogging service is empty
blogArticleEmptyLabel=Please select articles blogArticleEmptyLabel=Please select articles
nameTooLongLabel=Sorry, your username must be between 2 and 20 characters long. nameTooLongLabel=Sorry, your username must be between 2 and 20 characters long.
mailCannotEmptyLabel=Mail is empty mailCannotEmptyLabel=Mail is empty
mailInvalidLabel=Mail is invalid mailInvalidLabel=Mail is invalid
commentContentCannotEmptyLabel=Sorry, your content must be between 2 and 500 characters long. commentContentCannotEmptyLabel=Sorry, your content must be between 2 and 500 characters long.
captchaCannotEmptyLabel=Captcha is empty captchaCannotEmptyLabel=Captcha is empty
loadingLabel=Loading.... loadingLabel=Loading....
titleEmptyLabel=Title is empty titleEmptyLabel=Title is empty
contentEmptyLabel=Content is empty contentEmptyLabel=Content is empty
orderEmptyLabel=Order is empty orderEmptyLabel=Order is empty
abstractEmptyLabel=Abstract is empty abstractEmptyLabel=Abstract is empty
tagsEmptyLabel=Tags is empty tagsEmptyLabel=Tags is empty
addressEmptyLabel=Address is empty addressEmptyLabel=Address is empty
noAuthorizationURLLabel=Can not retrieve authorization URL from Google, please \ noAuthorizationURLLabel=Can not retrieve authorization URL from Google, please \
make sure the <em>Consumer Secret</em> you typed in and then try again. make sure the <em>Consumer Secret</em> you typed in and then try again.
exceedMaxUploadSizeLabel=Size exceed 1M :-( exceedMaxUploadSizeLabel=Size exceed 1M :-(
uploadFailLabel=Upload Fail! uploadFailLabel=Upload Fail!
fileEmptyLabel=File is empty fileEmptyLabel=File is empty
duplicatedPermalinkLabel=Duplicated permalink! duplicatedPermalinkLabel=Duplicated permalink!
invalidPermalinkFormatLabel=Invalid permalink format! invalidPermalinkFormatLabel=Invalid permalink format!
duplicatedEmailLabel=Duplicated email! duplicatedEmailLabel=Duplicated email!
canntBeLocalhostOnProductionLabel=Can not set host as localhost on production! canntBeLocalhostOnProductionLabel=Can not set host as localhost on production!
refreshAndRetryLabel=Please refresh and try again! refreshAndRetryLabel=Please refresh and try again!
noDataLable=NO Data noDataLable=NO Data
editorLeaveLabel=Content is not null, Do you leave\uff1f editorLeaveLabel=Content is not null, Do you leave\uff1f
editorPostLabel=Content is not null, Do you clear\uff1f editorPostLabel=Content is not null, Do you clear\uff1f
#### ####
confirmRemoveLabel=Are You Sure? confirmRemoveLabel=Are You Sure?
confirmInitLabel=Are You Sure? confirmInitLabel=Are You Sure?
###by noday.net ###by noday.net
breadcrumbNaviLabel=Location: breadcrumbNaviLabel=Location:
homeLabel=Home homeLabel=Home
noArticleTitleLabel=No articles! noArticleTitleLabel=No articles!
noArticleContentLabel=No articles!Please contact the administrator! noArticleContentLabel=No articles!Please contact the administrator!
searchLable=search searchLable=search

View File

@ -1,271 +1,271 @@
adminConsoleLabel=\u540e\u53f0\u7ba1\u7406 adminConsoleLabel=\u540e\u53f0\u7ba1\u7406
adminIndexLabel=\u540e\u53f0\u9996\u9875 adminIndexLabel=\u540e\u53f0\u9996\u9875
postArticleLabel=\u53d1\u5e03\u6587\u7ae0 postArticleLabel=\u53d1\u5e03\u6587\u7ae0
articleListLabel=\u6587\u7ae0\u7ba1\u7406 articleListLabel=\u6587\u7ae0\u7ba1\u7406
commentListLabel=\u8bc4\u8bba\u7ba1\u7406 commentListLabel=\u8bc4\u8bba\u7ba1\u7406
draftListLabel=\u8349\u7a3f\u5939 draftListLabel=\u8349\u7a3f\u5939
userManageLabel=\u7528\u6237\u7ba1\u7406 userManageLabel=\u7528\u6237\u7ba1\u7406
commonUserLabel=\u4e00\u822c\u7528\u6237 commonUserLabel=\u4e00\u822c\u7528\u6237
addUserLabel=\u6dfb\u52a0\u7528\u6237 addUserLabel=\u6dfb\u52a0\u7528\u6237
updateUserLabel=\u66f4\u65b0\u7528\u6237 updateUserLabel=\u66f4\u65b0\u7528\u6237
linkManagementLabel=\u94fe\u63a5\u7ba1\u7406 linkManagementLabel=\u94fe\u63a5\u7ba1\u7406
pluginMgmtLabel=\u63d2\u4ef6\u7ba1\u7406 pluginMgmtLabel=\u63d2\u4ef6\u7ba1\u7406
pluginNameLabel=\u63d2\u4ef6\u540d pluginNameLabel=\u63d2\u4ef6\u540d
versionLabel=\u7248\u672c versionLabel=\u7248\u672c
statusLabel=\u72b6\u6001 statusLabel=\u72b6\u6001
enabledLabel=\u5df2\u542f\u7528 enabledLabel=\u5df2\u542f\u7528
disabledLabel=\u5df2\u7981\u7528 disabledLabel=\u5df2\u7981\u7528
enableLabel=\u542f\u7528 enableLabel=\u542f\u7528
disableLabel=\u7981\u7528 disableLabel=\u7981\u7528
preferenceLabel=\u504f\u597d\u8bbe\u5b9a preferenceLabel=\u504f\u597d\u8bbe\u5b9a
localeString1Label=\u8bed\u8a00\uff1a 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 loginLabel=\u767b\u5f55
logoutLabel=\u9000\u51fa logoutLabel=\u9000\u51fa
initLabel=\u521d\u59cb\u5316 initLabel=\u521d\u59cb\u5316
popTagsLabel=\u5206\u7c7b\u6807\u7b7e popTagsLabel=\u5206\u7c7b\u6807\u7b7e
tag1Label=\u6807\u7b7e\uff1a tag1Label=\u6807\u7b7e\uff1a
tags1Label=\u6807\u7b7e\uff1a tags1Label=\u6807\u7b7e\uff1a
recentArticlesLabel=\u6700\u65b0\u6587\u7ae0 recentArticlesLabel=\u6700\u65b0\u6587\u7ae0
recentCommentsLabel=\u6700\u65b0\u8bc4\u8bba recentCommentsLabel=\u6700\u65b0\u8bc4\u8bba
postCommentsLabel=\u53d1\u8868\u8bc4\u8bba postCommentsLabel=\u53d1\u8868\u8bc4\u8bba
mostCommentArticlesLabel=\u8bc4\u8bba\u6700\u591a\u7684\u6587\u7ae0 mostCommentArticlesLabel=\u8bc4\u8bba\u6700\u591a\u7684\u6587\u7ae0
mostViewCountArticlesLabel=\u8bbf\u95ee\u6700\u591a\u7684\u6587\u7ae0 mostViewCountArticlesLabel=\u8bbf\u95ee\u6700\u591a\u7684\u6587\u7ae0
em00Label=\u5fae\u7b11 em00Label=\u5fae\u7b11
em01Label=\u5927\u7b11 em01Label=\u5927\u7b11
em02Label=\u9ad8\u5174 em02Label=\u9ad8\u5174
em03Label=\u60b2\u4f24 em03Label=\u60b2\u4f24
em04Label=\u54ed\u6ce3 em04Label=\u54ed\u6ce3
em05Label=\u65e0\u8bed em05Label=\u65e0\u8bed
em06Label=\u70e6\u8e81 em06Label=\u70e6\u8e81
em07Label=\u751f\u6c14 em07Label=\u751f\u6c14
em08Label=\u6211\u7785 em08Label=\u6211\u7785
em09Label=\u60ca\u8bb6 em09Label=\u60ca\u8bb6
em10Label=\u9177 em10Label=\u9177
em11Label=\u987d\u76ae em11Label=\u987d\u76ae
em12Label=\u7231\u5fc3 em12Label=\u7231\u5fc3
em13Label=\u5fc3\u788e em13Label=\u5fc3\u788e
em14Label=\u9b54\u9b3c em14Label=\u9b54\u9b3c
linkLabel=\u53cb\u60c5\u94fe\u63a5 linkLabel=\u53cb\u60c5\u94fe\u63a5
sumLabel=\u5171 sumLabel=\u5171
pageLabel=\u9875 pageLabel=\u9875
commentLabel=\u8bc4\u8bba commentLabel=\u8bc4\u8bba
linkTitleLabel=\u94fe\u63a5\u6807\u9898 linkTitleLabel=\u94fe\u63a5\u6807\u9898
linkTitle1Label=\u6807\u9898\uff1a linkTitle1Label=\u6807\u9898\uff1a
updateLabel=\u66f4\u65b0 updateLabel=\u66f4\u65b0
removeLabel=\u5220\u9664 removeLabel=\u5220\u9664
putTopLabel=\u7f6e\u9876 putTopLabel=\u7f6e\u9876
cancelPutTopLabel=\u53d6\u6d88\u7f6e\u9876 cancelPutTopLabel=\u53d6\u6d88\u7f6e\u9876
downloadCountLabel=\u4e0b\u8f7d\u6b21\u6570 downloadCountLabel=\u4e0b\u8f7d\u6b21\u6570
sizeLabel=\u5927\u5c0f sizeLabel=\u5927\u5c0f
uploadDateLabel=\u4e0a\u4f20\u65e5\u671f uploadDateLabel=\u4e0a\u4f20\u65e5\u671f
downloadURLLabel=\u4e0b\u8f7d\u5730\u5740 downloadURLLabel=\u4e0b\u8f7d\u5730\u5740
downloadLabel=\u4e0b\u8f7d downloadLabel=\u4e0b\u8f7d
createDateLabel=\u521b\u5efa\u65e5\u671f createDateLabel=\u521b\u5efa\u65e5\u671f
updateDateLabel=\u66f4\u65b0\u65e5\u671f updateDateLabel=\u66f4\u65b0\u65e5\u671f
titleLabel=\u6807\u9898 titleLabel=\u6807\u9898
title1Label=\u6807\u9898\uff1a title1Label=\u6807\u9898\uff1a
content1Label=\u6b63\u6587\uff1a content1Label=\u6b63\u6587\uff1a
abstract1Label=\u6458\u8981\uff1a abstract1Label=\u6458\u8981\uff1a
publishLabel=\u53d1\u5e03 publishLabel=\u53d1\u5e03
unPublishLabel=\u53d6\u6d88\u53d1\u5e03 unPublishLabel=\u53d6\u6d88\u53d1\u5e03
urlLabel=URL urlLabel=URL
url1Label=URL (\u8bf7\u4ee5\u534f\u8bae\u5f00\u5934\uff0c\u5982: http://)\uff1a url1Label=URL (\u8bf7\u4ee5\u534f\u8bae\u5f00\u5934\uff0c\u5982: http://)\uff1a
addLinkLabel=\u6dfb\u52a0\u94fe\u63a5 addLinkLabel=\u6dfb\u52a0\u94fe\u63a5
updateLinkLabel=\u66f4\u65b0\u94fe\u63a5 updateLinkLabel=\u66f4\u65b0\u94fe\u63a5
archiveLabel=\u5b58\u6863 archiveLabel=\u5b58\u6863
archive1Label=\u5b58\u6863\uff1a archive1Label=\u5b58\u6863\uff1a
yearLabel=\u5e74 yearLabel=\u5e74
monthLabel=\u6708 monthLabel=\u6708
blogSyncLabel=\u535a\u5ba2\u540c\u6b65 blogSyncLabel=\u535a\u5ba2\u540c\u6b65
pageLabel=\u9875\u9762 pageLabel=\u9875\u9762
pageMgmtLabel=\u9875\u9762\u7ba1\u7406 pageMgmtLabel=\u9875\u9762\u7ba1\u7406
othersLabel=\u5176\u4ed6 othersLabel=\u5176\u4ed6
fileListLabel=\u6587\u4ef6\u7ba1\u7406 fileListLabel=\u6587\u4ef6\u7ba1\u7406
submitUploadLabel=\u4e0a\u4f20 submitUploadLabel=\u4e0a\u4f20
fileNameLabel=\u6587\u4ef6\u540d fileNameLabel=\u6587\u4ef6\u540d
paramSettingsLabel=\u53c2\u6570\u8bbe\u7f6e paramSettingsLabel=\u53c2\u6570\u8bbe\u7f6e
skinLabel=\u76ae\u80a4 skinLabel=\u76ae\u80a4
signLabel=\u7b7e\u540d\u6863 signLabel=\u7b7e\u540d\u6863
sign1Label=\u7b7e\u540d\u6863\uff1a sign1Label=\u7b7e\u540d\u6863\uff1a
noSignLabel=\u4e0d\u4f7f\u7528\u7b7e\u540d\u6863 noSignLabel=\u4e0d\u4f7f\u7528\u7b7e\u540d\u6863
signIsNullLabel=\u8be5\u7b7e\u540d\u6863\u4e3a\u7a7a signIsNullLabel=\u8be5\u7b7e\u540d\u6863\u4e3a\u7a7a
statisticLabel=\u535a\u5ba2\u7edf\u8ba1 statisticLabel=\u535a\u5ba2\u7edf\u8ba1
viewLabel=\u6d4f\u89c8 viewLabel=\u6d4f\u89c8
countLabel=\u7bc7 countLabel=\u7bc7
viewCount1Label=\u6d4f\u89c8\u6b21\u6570\uff1a viewCount1Label=\u6d4f\u89c8\u6b21\u6570\uff1a
articleCount1Label=\u6587\u7ae0\u603b\u6570\uff1a articleCount1Label=\u6587\u7ae0\u603b\u6570\uff1a
commentCountLabel=\u8bc4\u8bba\u6570 commentCountLabel=\u8bc4\u8bba\u6570
commentCount1Label=\u8bc4\u8bba\u603b\u6570\uff1a commentCount1Label=\u8bc4\u8bba\u603b\u6570\uff1a
commentEmotions1Label=\u8868\u60c5\uff1a commentEmotions1Label=\u8868\u60c5\uff1a
commentEmotionsLabel=\u8868\u60c5 commentEmotionsLabel=\u8868\u60c5
commentName1Label=\u59d3\u540d\uff1a commentName1Label=\u59d3\u540d\uff1a
commentNameLabel=\u59d3\u540d commentNameLabel=\u59d3\u540d
commentEmail1Label=\u90ae\u7bb1\uff1a commentEmail1Label=\u90ae\u7bb1\uff1a
commentEmailLabel=\u90ae\u7bb1 commentEmailLabel=\u90ae\u7bb1
commentURL1Label=URL\uff1a commentURL1Label=URL\uff1a
commentURLLabel=URL commentURLLabel=URL
commentContent1Label=\u8bc4\u8bba\u5185\u5bb9\uff1a commentContent1Label=\u8bc4\u8bba\u5185\u5bb9\uff1a
commentContentLabel=\u8bc4\u8bba\u5185\u5bb9 commentContentLabel=\u8bc4\u8bba\u5185\u5bb9
getDateLabel=\u83b7\u53d6\u65e5\u671f getDateLabel=\u83b7\u53d6\u65e5\u671f
getArticleLabel=\u83b7\u53d6\u6587\u7ae0 getArticleLabel=\u83b7\u53d6\u6587\u7ae0
selectDateLabel=\u9009\u62e9\u65e5\u671f selectDateLabel=\u9009\u62e9\u65e5\u671f
selectDate1Label=\u9009\u62e9\u65e5\u671f\uff1a selectDate1Label=\u9009\u62e9\u65e5\u671f\uff1a
importLabel=\u5bfc\u5165 importLabel=\u5bfc\u5165
chooseBlog1Label=\u8bf7\u9009\u62e9\u9700\u8981\u7ba1\u7406\u7684\u535a\u5ba2\uff1a chooseBlog1Label=\u8bf7\u9009\u62e9\u9700\u8981\u7ba1\u7406\u7684\u535a\u5ba2\uff1a
blogArticleImportLabel=\u6587\u7ae0\u5bfc\u5165 blogArticleImportLabel=\u6587\u7ae0\u5bfc\u5165
blogSyncMgmtLabel=\u535a\u5ba2\u540c\u6b65\u7ba1\u7406 blogSyncMgmtLabel=\u535a\u5ba2\u540c\u6b65\u7ba1\u7406
syncMgmtLabel=\u540c\u6b65\u7ba1\u7406\u535a\u5ba2 syncMgmtLabel=\u540c\u6b65\u7ba1\u7406\u535a\u5ba2
userName1Label=\u7528\u6237\u540d\uff1a userName1Label=\u7528\u6237\u540d\uff1a
userPassword1Label=\u5bc6\u7801\uff1a userPassword1Label=\u5bc6\u7801\uff1a
syncPostLabel=\u540c\u6b65\u53d1\u5e03 syncPostLabel=\u540c\u6b65\u53d1\u5e03
syncUpdateLabel=\u540c\u6b65\u66f4\u65b0 syncUpdateLabel=\u540c\u6b65\u66f4\u65b0
syncRemoveLabel=\u540c\u6b65\u5220\u9664 syncRemoveLabel=\u540c\u6b65\u5220\u9664
categoryLabel=\u5206\u7c7b categoryLabel=\u5206\u7c7b
noticeBoard1Label=\u516c\u544a\uff1a noticeBoard1Label=\u516c\u544a\uff1a
noticeBoardLabel=\u516c\u544a noticeBoardLabel=\u516c\u544a
htmlhead1Label=HTML head\uff1a htmlhead1Label=HTML head\uff1a
indexTagDisplayCnt1Label= \u9996\u9875\u6807\u7b7e\u663e\u793a\u6570\uff1a indexTagDisplayCnt1Label= \u9996\u9875\u6807\u7b7e\u663e\u793a\u6570\uff1a
indexRecentArticleDisplayCnt1Label=\u6700\u65b0\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a indexRecentArticleDisplayCnt1Label=\u6700\u65b0\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a
indexRecentCommentDisplayCnt1Label=\u6700\u65b0\u8bc4\u8bba\u663e\u793a\u6570\u76ee\uff1a indexRecentCommentDisplayCnt1Label=\u6700\u65b0\u8bc4\u8bba\u663e\u793a\u6570\u76ee\uff1a
indexMostCommentArticleDisplayCnt1Label=\u8bc4\u8bba\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a indexMostCommentArticleDisplayCnt1Label=\u8bc4\u8bba\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a
indexMostViewArticleDisplayCnt1Label=\u8bbf\u95ee\u6700\u591a\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a indexMostViewArticleDisplayCnt1Label=\u8bbf\u95ee\u6700\u591a\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a
relevantArticlesDisplayCnt1Label=\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a relevantArticlesDisplayCnt1Label=\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a
randomArticlesDisplayCnt1Label=\u968f\u673a\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a randomArticlesDisplayCnt1Label=\u968f\u673a\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a
externalRelevantArticlesDisplayCnt1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a externalRelevantArticlesDisplayCnt1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a
windowSize1Label=\u5206\u9875\u9875\u7801\u6700\u5927\u5bbd\u5ea6\uff1a windowSize1Label=\u5206\u9875\u9875\u7801\u6700\u5927\u5bbd\u5ea6\uff1a
pageSize1Label=\u5206\u9875\u6bcf\u9875\u663e\u793a\u6587\u7ae0\u6570\uff1a pageSize1Label=\u5206\u9875\u6bcf\u9875\u663e\u793a\u6587\u7ae0\u6570\uff1a
blogTitle1Label=\u535a\u5ba2\u6807\u9898\uff1a blogTitle1Label=\u535a\u5ba2\u6807\u9898\uff1a
blogSubtitle1Label=\u535a\u5ba2\u5b50\u6807\u9898\uff1a blogSubtitle1Label=\u535a\u5ba2\u5b50\u6807\u9898\uff1a
blogHost1Label=\u535a\u5ba2\u5730\u5740\uff1a blogHost1Label=\u535a\u5ba2\u5730\u5740\uff1a
submmitCommentLabel=\u63d0\u4ea4\u8bc4\u8bba submmitCommentLabel=\u63d0\u4ea4\u8bc4\u8bba
saveLabel=\u4fdd\u5b58 saveLabel=\u4fdd\u5b58
tagLabel=\u6807\u7b7e tagLabel=\u6807\u7b7e
tagsLabel=\u6807\u7b7e tagsLabel=\u6807\u7b7e
importedLabel=\u5df2\u5bfc\u5165 importedLabel=\u5df2\u5bfc\u5165
captcha1Label=\u9a8c\u8bc1\u7801\uff1a captcha1Label=\u9a8c\u8bc1\u7801\uff1a
captchaLabel=\u9a8c\u8bc1\u7801 captchaLabel=\u9a8c\u8bc1\u7801
clearAllCacheLabel=\u6e05\u9664\u6240\u6709\u9875\u9762\u7f13\u5b58 clearAllCacheLabel=\u6e05\u9664\u6240\u6709\u9875\u9762\u7f13\u5b58
clearCacheLabel=\u6e05\u9664\u672c\u9875\u7f13\u5b58 clearCacheLabel=\u6e05\u9664\u672c\u9875\u7f13\u5b58
indexLabel=\u9996\u9875 indexLabel=\u9996\u9875
nextArticle1Label=\u65b0\u4e00\u7bc7\uff1a nextArticle1Label=\u65b0\u4e00\u7bc7\uff1a
previousArticle1Label=\u65e7\u4e00\u7bc7\uff1a previousArticle1Label=\u65e7\u4e00\u7bc7\uff1a
updatedLabel=\u6709\u66f4\u65b0\uff01 updatedLabel=\u6709\u66f4\u65b0\uff01
topArticleLabel=\u7f6e\u9876\uff01 topArticleLabel=\u7f6e\u9876\uff01
CSDNBlogLabel=CSDN \u535a\u5ba2 CSDNBlogLabel=CSDN \u535a\u5ba2
BlogJavaLabel=BlogJava BlogJavaLabel=BlogJava
CnBlogsLabel=\u535a\u5ba2\u56ed CnBlogsLabel=\u535a\u5ba2\u56ed
previousPageLabel=\u4e0a\u4e00\u9875 previousPageLabel=\u4e0a\u4e00\u9875
nextPagePabel=\u4e0b\u4e00\u9875 nextPagePabel=\u4e0b\u4e00\u9875
firstPageLabel=\u7b2c\u4e00\u9875 firstPageLabel=\u7b2c\u4e00\u9875
lastPageLabel=\u6700\u540e\u4e00\u9875 lastPageLabel=\u6700\u540e\u4e00\u9875
returnTo1Label=\u8fd4\u56de\uff1a returnTo1Label=\u8fd4\u56de\uff1a
tencentLabel=\u817e\u8baf tencentLabel=\u817e\u8baf
appKey1Label=App Key: appKey1Label=App Key:
appSecret1Label=App Secret: appSecret1Label=App Secret:
postToTencentMicroblogWhilePublishArticleLabel=\u53d1\u6587\u7ae0\u65f6\u540c\u6b65\u5230\u817e\u8baf\u5fae\u535a\uff1a postToTencentMicroblogWhilePublishArticleLabel=\u53d1\u6587\u7ae0\u65f6\u540c\u6b65\u5230\u817e\u8baf\u5fae\u535a\uff1a
postToCommunityLabel=\u53d1\u5e03\u5230\u793e\u533a\uff1a postToCommunityLabel=\u53d1\u5e03\u5230\u793e\u533a\uff1a
authorizeTencentMicroblog1Label=\u70b9\u51fb\u56fe\u6807\u8fdb\u884c\u6388\u6743: authorizeTencentMicroblog1Label=\u70b9\u51fb\u56fe\u6807\u8fdb\u884c\u6388\u6743:
googleLabel=Google googleLabel=Google
OAuthConsumerSecret1Label=OAuth Consumer Secret\uff1a OAuthConsumerSecret1Label=OAuth Consumer Secret\uff1a
atomLabel=Atom atomLabel=Atom
relevantArticles1Label=\u76f8\u5173\u9605\u8bfb\uff1a relevantArticles1Label=\u76f8\u5173\u9605\u8bfb\uff1a
randomArticles1Label=\u968f\u673a\u9605\u8bfb\uff1a randomArticles1Label=\u968f\u673a\u9605\u8bfb\uff1a
externalRelevantArticles1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\uff1a externalRelevantArticles1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\uff1a
metaKeywords1Label=Meta Keywords: metaKeywords1Label=Meta Keywords:
metaDescription1Label=Meta Description: metaDescription1Label=Meta Description:
removeUnusedTagsLabel=\u79fb\u9664\u672a\u4f7f\u7528\u6807\u7b7e removeUnusedTagsLabel=\u79fb\u9664\u672a\u4f7f\u7528\u6807\u7b7e
goTopLabel=\u9876\u90e8 goTopLabel=\u9876\u90e8
permalink1Label=\u94fe\u63a5\uff1a permalink1Label=\u94fe\u63a5\uff1a
permalinkLabel=\u94fe\u63a5 permalinkLabel=\u94fe\u63a5
welcomeToSoloLabel=\u6b22\u8fce\u4f7f\u7528 B3log Solo\uff01 welcomeToSoloLabel=\u6b22\u8fce\u4f7f\u7528 B3log Solo\uff01
b3logLabel=<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span> b3logLabel=<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
killBrowserLabel=<h2>\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01</h2><p>\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002</p>\u60a8\u53ef\u4ee5\u4e0b\u8f7d<ul><li><a href="http://www.mozilla.com/" target="_blank">\u706b\u72d0</a></li><li><a href="http://www.google.com/chrome" target="_blank">\u8c37\u6b4c\u6d4f\u89c8\u5668</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">\u9068\u6e38</a>\u6216\u8005<a href="http://www.google.com" target="_blank">\u5176\u5b83\u6d4f\u89c8\u5668</a>.</li></ul> killBrowserLabel=<h2>\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01</h2><p>\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002</p>\u60a8\u53ef\u4ee5\u4e0b\u8f7d<ul><li><a href="http://www.mozilla.com/" target="_blank">\u706b\u72d0</a></li><li><a href="http://www.google.com/chrome" target="_blank">\u8c37\u6b4c\u6d4f\u89c8\u5668</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">\u9068\u6e38</a>\u6216\u8005<a href="http://www.google.com" target="_blank">\u5176\u5b83\u6d4f\u89c8\u5668</a>.</li></ul>
readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb
readmore2Label=\u9605\u8bfb\u66f4\u591a readmore2Label=\u9605\u8bfb\u66f4\u591a
replyLabel=\u56de\u590d\u00bb replyLabel=\u56de\u590d\u00bb
homeLabel=\u9996\u9875 homeLabel=\u9996\u9875
enableArticleUpdateHint1Label=\u542f\u7528\u6587\u7ae0\u66f4\u65b0\u63d0\u793a\uff1a enableArticleUpdateHint1Label=\u542f\u7528\u6587\u7ae0\u66f4\u65b0\u63d0\u793a\uff1a
allowVisitDraftViaPermalink1Label=\u5141\u8bb8\u901a\u8fc7\u94fe\u63a5\u8bbf\u95ee\u8349\u7a3f\uff1a allowVisitDraftViaPermalink1Label=\u5141\u8bb8\u901a\u8fc7\u94fe\u63a5\u8bbf\u95ee\u8349\u7a3f\uff1a
author1Label=\u4f5c\u8005\uff1a author1Label=\u4f5c\u8005\uff1a
authorLabel=\u4f5c\u8005 authorLabel=\u4f5c\u8005
keyOfSolo1Label=Solo Key\uff1a keyOfSolo1Label=Solo Key\uff1a
articleLabel=\u6587\u7ae0 articleLabel=\u6587\u7ae0
tagArticlesLabel=\u6807\u7b7e\u6587\u7ae0\u5217\u8868 tagArticlesLabel=\u6807\u7b7e\u6587\u7ae0\u5217\u8868
dateArticlesLabel=\u5b58\u6863\u6587\u7ae0\u5217\u8868 dateArticlesLabel=\u5b58\u6863\u6587\u7ae0\u5217\u8868
authorArticlesLabel=\u4f5c\u8005\u6587\u7ae0\u5217\u8868 authorArticlesLabel=\u4f5c\u8005\u6587\u7ae0\u5217\u8868
indexArticleLabel=\u9996\u9875\u6587\u7ae0\u5217\u8868 indexArticleLabel=\u9996\u9875\u6587\u7ae0\u5217\u8868
allTagsLabel=\u6807\u7b7e\u5899 allTagsLabel=\u6807\u7b7e\u5899
customizedPageLabel=\u81ea\u5b9a\u4e49\u9875\u9762 customizedPageLabel=\u81ea\u5b9a\u4e49\u9875\u9762
killBrowserPageLabel=Kill Browser Page killBrowserPageLabel=Kill Browser Page
pageNumLabel=\u9875\u53f7 pageNumLabel=\u9875\u53f7
#### ####
forbiddenLabel=\u64cd\u4f5c\u88ab\u7981\u6b62\uff01 forbiddenLabel=\u64cd\u4f5c\u88ab\u7981\u6b62\uff01
sorryLabel=\u5bf9\u4e0d\u8d77\uff01 sorryLabel=\u5bf9\u4e0d\u8d77\uff01
notFoundLabel=\u627e\u4e0d\u5230\uff01 notFoundLabel=\u627e\u4e0d\u5230\uff01
unPulbishSuccLabel=\u53d6\u6d88\u53d1\u5e03\u6210\u529f unPulbishSuccLabel=\u53d6\u6d88\u53d1\u5e03\u6210\u529f
unPulbishFailLabel=\u53d6\u6d88\u53d1\u5e03\u5931\u8d25 unPulbishFailLabel=\u53d6\u6d88\u53d1\u5e03\u5931\u8d25
removeSuccLabel=\u5220\u9664\u6210\u529f removeSuccLabel=\u5220\u9664\u6210\u529f
removeFailLabel=\u5220\u9664\u5931\u8d25 removeFailLabel=\u5220\u9664\u5931\u8d25
removeUserFailSkinNeedMulUsersLabel=\u5220\u9664\u5931\u8d25\uff0c\u5f53\u524d\u4f7f\u7528\u7684\u76ae\u80a4\u9700\u8981\u591a\u7528\u6237\u652f\u6301 removeUserFailSkinNeedMulUsersLabel=\u5220\u9664\u5931\u8d25\uff0c\u5f53\u524d\u4f7f\u7528\u7684\u76ae\u80a4\u9700\u8981\u591a\u7528\u6237\u652f\u6301
putTopSuccLabel=\u7f6e\u9876\u6210\u529f putTopSuccLabel=\u7f6e\u9876\u6210\u529f
putTopFailLabel=\u7f6e\u9876\u5931\u8d25 putTopFailLabel=\u7f6e\u9876\u5931\u8d25
cancelTopSuccLabel=\u53d6\u6d88\u7f6e\u9876\u6210\u529f cancelTopSuccLabel=\u53d6\u6d88\u7f6e\u9876\u6210\u529f
cancelTopFailLabel=\u53d6\u6d88\u7f6e\u9876\u5931\u8d25 cancelTopFailLabel=\u53d6\u6d88\u7f6e\u9876\u5931\u8d25
addSuccLabel=\u6dfb\u52a0\u6210\u529f addSuccLabel=\u6dfb\u52a0\u6210\u529f
addFailLabel=\u6dfb\u52a0\u5931\u8d25 addFailLabel=\u6dfb\u52a0\u5931\u8d25
updateSuccLabel=\u66f4\u65b0\u6210\u529f updateSuccLabel=\u66f4\u65b0\u6210\u529f
updateFailLabel=\u66f4\u65b0\u5931\u8d25 updateFailLabel=\u66f4\u65b0\u5931\u8d25
updatePreferenceFailLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u201c\u535a\u5ba2\u5730\u5740\u201d\u7684\u914d\u7f6e\u662f\u5426\u6b63\u786e updatePreferenceFailLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u201c\u535a\u5ba2\u5730\u5740\u201d\u7684\u914d\u7f6e\u662f\u5426\u6b63\u786e
updatePreferenceFailNeedMulUsersLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u9700\u8981\u591a\u7528\u6237\u624d\u80fd\u4f7f\u7528\u9009\u62e9\u7684\u76ae\u80a4 updatePreferenceFailNeedMulUsersLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u9700\u8981\u591a\u7528\u6237\u624d\u80fd\u4f7f\u7528\u9009\u62e9\u7684\u76ae\u80a4
setFailLabel=\u8bbe\u7f6e\u5931\u8d25 setFailLabel=\u8bbe\u7f6e\u5931\u8d25
setSuccLabel=\u8bbe\u7f6e\u6210\u529f setSuccLabel=\u8bbe\u7f6e\u6210\u529f
getFailLabel=\u83b7\u53d6\u5931\u8d25 getFailLabel=\u83b7\u53d6\u5931\u8d25
noSettingLabel=\u8be5\u535a\u5ba2\u65e0\u8d26\u53f7\uff0c\u8bf7\u6dfb\u52a0 noSettingLabel=\u8be5\u535a\u5ba2\u65e0\u8d26\u53f7\uff0c\u8bf7\u6dfb\u52a0
getSuccLabel=\u83b7\u53d6\u6210\u529f getSuccLabel=\u83b7\u53d6\u6210\u529f
importSuccLabel=\u5bfc\u5165\u6210\u529f :-) importSuccLabel=\u5bfc\u5165\u6210\u529f :-)
importFailLabel=\u90e8\u5206\u5bfc\u5165\u5931\u8d25 %>_<% importFailLabel=\u90e8\u5206\u5bfc\u5165\u5931\u8d25 %>_<%
noCommentLabel=\u6682\u65e0\u8bc4\u8bba noCommentLabel=\u6682\u65e0\u8bc4\u8bba
captchaErrorLabel=\u9a8c\u8bc1\u7801\u9519\u8bef captchaErrorLabel=\u9a8c\u8bc1\u7801\u9519\u8bef
inputErrorLabel=\u8f93\u5165\u9519\u8bef\uff01 inputErrorLabel=\u8f93\u5165\u9519\u8bef\uff01
gotoLabel=\u8df3\u8f6c gotoLabel=\u8df3\u8f6c
nameEmptyLabel=\u59d3\u540d\u4e0d\u80fd\u4e3a\u7a7a\uff01 nameEmptyLabel=\u59d3\u540d\u4e0d\u80fd\u4e3a\u7a7a\uff01
passwordEmptyLabel=\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 passwordEmptyLabel=\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01
blogEmptyLabel=\u8bf7\u9009\u62e9\u535a\u5ba2\u670d\u52a1\uff01 blogEmptyLabel=\u8bf7\u9009\u62e9\u535a\u5ba2\u670d\u52a1\uff01
blogArticleEmptyLabel=\u8bf7\u9009\u62e9\u9700\u8981\u5bfc\u5165\u7684\u6587\u7ae0 blogArticleEmptyLabel=\u8bf7\u9009\u62e9\u9700\u8981\u5bfc\u5165\u7684\u6587\u7ae0
nameTooLongLabel=\u59d3\u540d\u53ea\u80fd\u4e3a 2 \u5230 20 \u4e2a\u5b57\u7b26\uff01 nameTooLongLabel=\u59d3\u540d\u53ea\u80fd\u4e3a 2 \u5230 20 \u4e2a\u5b57\u7b26\uff01
mailCannotEmptyLabel=\u90ae\u7bb1\u4e0d\u80fd\u4e3a\u7a7a\uff01 mailCannotEmptyLabel=\u90ae\u7bb1\u4e0d\u80fd\u4e3a\u7a7a\uff01
mailInvalidLabel=\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\uff01 mailInvalidLabel=\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\uff01
commentContentCannotEmptyLabel=\u8bc4\u8bba\u5185\u5bb9\u53ea\u80fd\u4e3a 2 \u5230 500 \u4e2a\u5b57\u7b26\uff01 commentContentCannotEmptyLabel=\u8bc4\u8bba\u5185\u5bb9\u53ea\u80fd\u4e3a 2 \u5230 500 \u4e2a\u5b57\u7b26\uff01
captchaCannotEmptyLabel=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 captchaCannotEmptyLabel=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01
loadingLabel=\u8f7d\u5165\u4e2d.... loadingLabel=\u8f7d\u5165\u4e2d....
titleEmptyLabel=\u6807\u9898\u4e0d\u80fd\u4e3a\u7a7a\uff01 titleEmptyLabel=\u6807\u9898\u4e0d\u80fd\u4e3a\u7a7a\uff01
contentEmptyLabel=\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a\uff01 contentEmptyLabel=\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a\uff01
orderEmptyLabel=\u5e8f\u53f7\u4e0d\u80fd\u4e3a\u7a7a\uff01 orderEmptyLabel=\u5e8f\u53f7\u4e0d\u80fd\u4e3a\u7a7a\uff01
abstractEmptyLabel=\u6458\u8981\u4e0d\u80fd\u4e3a\u7a7a\uff01 abstractEmptyLabel=\u6458\u8981\u4e0d\u80fd\u4e3a\u7a7a\uff01
tagsEmptyLabel=\u6807\u7b7e\u4e0d\u80fd\u4e3a\u7a7a\uff01 tagsEmptyLabel=\u6807\u7b7e\u4e0d\u80fd\u4e3a\u7a7a\uff01
addressEmptyLabel=\u5730\u5740\u4e0d\u80fd\u4e3a\u7a7a\uff01 addressEmptyLabel=\u5730\u5740\u4e0d\u80fd\u4e3a\u7a7a\uff01
noAuthorizationURLLabel=\u4ece Google \u83b7\u53d6\u6388\u6743\u5730\u5740\u5931\u8d25\uff0c\u8bf7\u786e\u8ba4\u60a8\u8f93\u5165\u7684 \ noAuthorizationURLLabel=\u4ece Google \u83b7\u53d6\u6388\u6743\u5730\u5740\u5931\u8d25\uff0c\u8bf7\u786e\u8ba4\u60a8\u8f93\u5165\u7684 \
<em>Consumer Secret</em> \u662f\u6b63\u786e\u7684\uff0c\u7136\u540e\u8fdb\u884c\u91cd\u8bd5\u3002 <em>Consumer Secret</em> \u662f\u6b63\u786e\u7684\uff0c\u7136\u540e\u8fdb\u884c\u91cd\u8bd5\u3002
exceedMaxUploadSizeLabel=\u76ee\u524d\u53ea\u80fd\u4e0a\u4f20\u5c0f\u4e8e 1M \u7684\u6587\u4ef6 :-( exceedMaxUploadSizeLabel=\u76ee\u524d\u53ea\u80fd\u4e0a\u4f20\u5c0f\u4e8e 1M \u7684\u6587\u4ef6 :-(
uploadFailLabel=\u4e0a\u4f20\u5931\u8d25\uff01 uploadFailLabel=\u4e0a\u4f20\u5931\u8d25\uff01
fileEmptyLabel=\u6587\u4ef6\u4e3a\u7a7a\uff01 fileEmptyLabel=\u6587\u4ef6\u4e3a\u7a7a\uff01
duplicatedPermalinkLabel=\u94fe\u63a5\u91cd\u590d\uff01 duplicatedPermalinkLabel=\u94fe\u63a5\u91cd\u590d\uff01
invalidPermalinkFormatLabel=\u975e\u6cd5\u7684\u94fe\u63a5\u683c\u5f0f\uff01 invalidPermalinkFormatLabel=\u975e\u6cd5\u7684\u94fe\u63a5\u683c\u5f0f\uff01
duplicatedEmailLabel=\u90ae\u4ef6\u5730\u5740\u91cd\u590d\uff01 duplicatedEmailLabel=\u90ae\u4ef6\u5730\u5740\u91cd\u590d\uff01
canntBeLocalhostOnProductionLabel=GAE \u73af\u5883\u4e0a\u8bf7\u52ff\u6307\u5b9a\u535a\u5ba2\u5730\u5740\u4e3a localhost\uff01 canntBeLocalhostOnProductionLabel=GAE \u73af\u5883\u4e0a\u8bf7\u52ff\u6307\u5b9a\u535a\u5ba2\u5730\u5740\u4e3a localhost\uff01
refreshAndRetryLabel=\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01 refreshAndRetryLabel=\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01
noDataLable=\u65e0\u6570\u636e noDataLable=\u65e0\u6570\u636e
editorLeaveLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u79bb\u5f00\uff1f editorLeaveLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u79bb\u5f00\uff1f
editorPostLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u6e05\u7a7a\uff1f editorPostLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u6e05\u7a7a\uff1f
#### ####
confirmRemoveLabel=\u786e\u5b9a\u5220\u9664\uff1f confirmRemoveLabel=\u786e\u5b9a\u5220\u9664\uff1f
confirmInitLabel=\u786e\u5b9a\u8fdb\u884c\u521d\u59cb\u5316\u5417\uff1f confirmInitLabel=\u786e\u5b9a\u8fdb\u884c\u521d\u59cb\u5316\u5417\uff1f
###by noday.net ###by noday.net
breadcrumbNaviLabel=\u60a8\u7684\u4f4d\u7f6e\uff1a breadcrumbNaviLabel=\u60a8\u7684\u4f4d\u7f6e\uff1a
homeLabel=\u9996\u9875 homeLabel=\u9996\u9875
noArticleTitleLabel=\u8fd9\u91cc\u8fd8\u6ca1\u6709\u6587\u7ae0 noArticleTitleLabel=\u8fd9\u91cc\u8fd8\u6ca1\u6709\u6587\u7ae0
noArticleContentLabel=\u8fd9\u91cc\u8fd8\u6ca1\u6709\u6587\u7ae0\uff0c\u60a8\u53ef\u4ee5\u8054\u7cfb\u7ba1\u7406\u5458\u6dfb\u52a0\u3002 noArticleContentLabel=\u8fd9\u91cc\u8fd8\u6ca1\u6709\u6587\u7ae0\uff0c\u60a8\u53ef\u4ee5\u8054\u7cfb\u7ba1\u7406\u5458\u6dfb\u52a0\u3002
searchLable=\u641c\u7d22 searchLable=\u641c\u7d22

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -1,8 +1,8 @@
# http://www.noday.net/ # http://www.noday.net/
# 最新代码地址:https://github.com/noday/b3log-solo-third-skins # 最新代码地址:https://github.com/noday/b3log-solo-third-skins
# 注:最新代码可能会修复一些bug、增加功能或修改了样式. # 注:最新代码可能会修复一些bug、增加功能或修改了样式.
# #
# #
# #
# 此皮肤包含5中页面布局可在右上角处切换 # 此皮肤包含5中页面布局可在右上角处切换
# 将此文件夹下的全部文件放到b3log-solo/skins/5styles文件夹下到后台切换皮肤 # 将此文件夹下的全部文件放到b3log-solo/skins/5styles文件夹下到后台切换皮肤

View File

@ -1,137 +1,137 @@
<#-- <#--
<div id="rss"> <div id="rss">
<a href="#"><div id="rss-pic"></div></a> <a href="#"><div id="rss-pic"></div></a>
</div> </div>
<form method="get" id="searchform" action="#"> <form method="get" id="searchform" action="#">
<input type="text" value="#" name="s" id="s" /> <input type="text" value="#" name="s" id="s" />
<input type="submit" type="image" id="searchsubmit" value="" /> <input type="submit" type="image" id="searchsubmit" value="" />
</form> </form>
--> -->
<div class="postmetadata"> <div class="postmetadata">
<span> <span>
${viewCount1Label} ${viewCount1Label}
<span class='error-msg'> <span class='error-msg'>
${statistic.statisticBlogViewCount} ${statistic.statisticBlogViewCount}
</span> </span>
&nbsp;&nbsp; &nbsp;&nbsp;
</span> </span>
<span> <span>
${articleCount1Label} ${articleCount1Label}
<span class='error-msg'> <span class='error-msg'>
${statistic.statisticPublishedBlogArticleCount} ${statistic.statisticPublishedBlogArticleCount}
</span> </span>
&nbsp;&nbsp; &nbsp;&nbsp;
</span><br> </span><br>
<span> <span>
${commentCount1Label} ${commentCount1Label}
<span class='error-msg'> <span class='error-msg'>
${statistic.statisticPublishedBlogCommentCount} ${statistic.statisticPublishedBlogCommentCount}
</span> </span>
</span><br /> </span><br />
<form target="_blank" method="get" id="searchform" action="/search"> <form target="_blank" method="get" id="searchform" action="/search">
<input type="text" value="" name="q" id="s"> <input type="text" value="" name="q" id="s">
<input type="submit" id="searchsubmit" value="${searchLable}"> <input type="submit" id="searchsubmit" value="${searchLable}">
</form> </form>
</div> </div>
<ul id="sidebarul"> <ul id="sidebarul">
<#if "" != noticeBoard> <#if "" != noticeBoard>
<li> <li>
<h3>${noticeBoardLabel}</h3> <h3>${noticeBoardLabel}</h3>
<ul> <ul>
${noticeBoard} ${noticeBoard}
</ul> </ul>
</li> </li>
</#if> </#if>
<#if 0 != recentComments?size> <#if 0 != recentComments?size>
<li> <li>
<h3>${recentCommentsLabel}</h3> <h3>${recentCommentsLabel}</h3>
<ul class="comms breakline"> <ul class="comms breakline">
<#list recentComments as comment> <#list recentComments as comment>
<li> <li>
<span class="arrow"> <span class="arrow">
<a rel="nofollow" title="${comment.commentContent}" href="${servePath}${comment.commentSharpURL}"> <a rel="nofollow" title="${comment.commentContent}" href="${servePath}${comment.commentSharpURL}">
${comment.commentContent} ${comment.commentContent}
</a> </a>
</span> </span>
</li> </li>
</#list> </#list>
</ul> </ul>
</li> </li>
</#if> </#if>
<#if 0 != mostCommentArticles?size> <#if 0 != mostCommentArticles?size>
<li> <li>
<h3>${mostCommentArticlesLabel}</h3> <h3>${mostCommentArticlesLabel}</h3>
<ul class="shortline slist"> <ul class="shortline slist">
<#list mostCommentArticles as article> <#list mostCommentArticles as article>
<li> <li>
<a title="${article.articleTitle}" href="${servePath}${article.articlePermalink}"> <a title="${article.articleTitle}" href="${servePath}${article.articlePermalink}">
[${article.articleCommentCount}] ${article.articleTitle} [${article.articleCommentCount}] ${article.articleTitle}
</a> </a>
</li> </li>
</#list> </#list>
</ul> </ul>
</li> </li>
</#if> </#if>
<#if 0 != mostViewCountArticles?size> <#if 0 != mostViewCountArticles?size>
<li> <li>
<h3>${mostViewCountArticlesLabel}</h3> <h3>${mostViewCountArticlesLabel}</h3>
<ul class="shortline slist"> <ul class="shortline slist">
<#list mostViewCountArticles as article> <#list mostViewCountArticles as article>
<li> <li>
<a title="${article.articleTitle}" href="${servePath}${article.articlePermalink}"> <a title="${article.articleTitle}" href="${servePath}${article.articlePermalink}">
[${article.articleViewCount}] ${article.articleTitle} [${article.articleViewCount}] ${article.articleTitle}
</a> </a>
</li> </li>
</#list> </#list>
</ul> </ul>
</li> </li>
</#if> </#if>
<#if 0 != mostUsedTags?size> <#if 0 != mostUsedTags?size>
<li> <li>
<h3>${popTagsLabel}</h3> <h3>${popTagsLabel}</h3>
<ul class="side-cat" > <ul class="side-cat" >
<#list mostUsedTags as tag> <#list mostUsedTags as tag>
<a href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"> <a href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
<span> <span>
${tag.tagTitle}(${tag.tagPublishedRefCount}) ${tag.tagTitle}(${tag.tagPublishedRefCount})
</span></a> </span></a>
</#list> </#list>
</ul> </ul>
<div class="clear"></div> <div class="clear"></div>
</li> </li>
</#if> </#if>
<#if 0 != links?size> <#if 0 != links?size>
<li> <li>
<h3>${linkLabel}</h3> <h3>${linkLabel}</h3>
<ul class="shortline slist"> <ul class="shortline slist">
<#list links as link> <#list links as link>
<li> <li>
<a href="${link.linkAddress}" title="${link.linkTitle}" target="_blank"> <a href="${link.linkAddress}" title="${link.linkTitle}" target="_blank">
${link.linkTitle} ${link.linkTitle}
</a> </a>
</li> </li>
</#list> </#list>
</ul> </ul>
</li> </li>
</#if> </#if>
<#if 0 != archiveDates?size> <#if 0 != archiveDates?size>
<li> <li>
<h3>${archiveLabel}</h3> <h3>${archiveLabel}</h3>
<ul class="shortline slist"> <ul class="shortline slist">
<#list archiveDates as archiveDate> <#list archiveDates as archiveDate>
<li> <li>
<#if "en" == localeString?substring(0, 2)> <#if "en" == localeString?substring(0, 2)>
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"> <a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}">
${archiveDate.monthName} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) ${archiveDate.monthName} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount})
</a> </a>
<#else> <#else>
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"> <a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}">
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount}) ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})
</a> </a>
</#if> </#if>
</li> </li>
</#list> </#list>
</ul> </ul>
</li> </li>
</#if> </#if>
</ul> </ul>

View File

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 948 B

After

Width:  |  Height:  |  Size: 948 B

View File

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 910 B

View File

Before

Width:  |  Height:  |  Size: 1012 B

After

Width:  |  Height:  |  Size: 1012 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 970 B

After

Width:  |  Height:  |  Size: 970 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 497 B

View File

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Some files were not shown because too many files have changed in this diff Show More