about #12024
This commit is contained in:
parent
ee40eb0875
commit
680a5e1569
@ -42,13 +42,10 @@
|
|||||||
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom<img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom<img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form target="_blank" method="get" action="http://www.google.com/search">
|
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input id="search" type="text" name="q" />
|
<input id="search" type="text" name="q" />
|
||||||
<input type="submit" name="btnG" value="" class="none" />
|
<input type="submit" value="" class="none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
</form>
|
</form>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,9 +33,9 @@
|
|||||||
<#else>
|
<#else>
|
||||||
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
|
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<a class="fn-right" rel="bookmark" data-ico="" href="${servePath}${comment.commentSharpURL}">
|
<a class="fn-right" rel="bookmark" data-ico="" href="${servePath}${comment.commentSharpURL}">
|
||||||
${viewLabel}
|
${viewLabel}
|
||||||
</a>
|
</a>
|
||||||
<div class="fn-right" data-ico="">
|
<div class="fn-right" data-ico="">
|
||||||
${comment.commentDate?string("yy-MM-dd HH:mm")}
|
${comment.commentDate?string("yy-MM-dd HH:mm")}
|
||||||
@ -51,13 +51,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="side">
|
<div class="side">
|
||||||
<div>
|
<div>
|
||||||
<form target="_blank" method="get" action="http://www.google.com/search">
|
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input placeholder="Search" id="search" type="text" name="q" /><span data-ico="g"></span>
|
<input placeholder="Search" id="search" type="text" name="q" /><span onclick="$(this).parent().submit()" data-ico="g"></span>
|
||||||
<input type="submit" name="btnG" value="" class="fn-none" />
|
<input type="submit" value="" class="fn-none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<#if "" != noticeBoard>
|
<#if "" != noticeBoard>
|
||||||
@ -191,7 +188,7 @@
|
|||||||
<span id="goTop" onclick="Util.goTop()" data-ico="" class="side-tile"></span>
|
<span id="goTop" onclick="Util.goTop()" data-ico="" class="side-tile"></span>
|
||||||
<#include "footer.ftl"/>
|
<#include "footer.ftl"/>
|
||||||
<script>
|
<script>
|
||||||
$("#comments .article-body").each(function() {
|
$("#comments .article-body").each(function () {
|
||||||
this.innerHTML = Util.replaceEmString($(this).html());
|
this.innerHTML = Util.replaceEmString($(this).html());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -2,13 +2,10 @@
|
|||||||
<div class="side">
|
<div class="side">
|
||||||
<div class="fn-clear">
|
<div class="fn-clear">
|
||||||
<#if !isArticle>
|
<#if !isArticle>
|
||||||
<form target="_blank" method="get" action="http://www.google.com/search">
|
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input placeholder="Search" id="search" type="text" name="q" /><span data-ico="g"></span>
|
<input placeholder="Search" id="search" type="text" name="q" /><span onclick="$(this).parent().submit()" data-ico="g"></span>
|
||||||
<input type="submit" name="btnG" value="" class="fn-none" />
|
<input type="submit" value="" class="fn-none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<#if "" != noticeBoard>
|
<#if "" != noticeBoard>
|
||||||
@ -63,7 +60,7 @@
|
|||||||
<span data-ico="" title="Google"></span>
|
<span data-ico="" title="Google"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<#if relevantArticlesDisplayCount??>
|
<#if relevantArticlesDisplayCount??>
|
||||||
<#if nextArticlePermalink??>
|
<#if nextArticlePermalink??>
|
||||||
<a class="next side-tile" title="${nextArticleTitle}"
|
<a class="next side-tile" title="${nextArticleTitle}"
|
||||||
@ -98,7 +95,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#if 0 != relevantArticlesDisplayCount>
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
<div id="relevantArticles" class="side-tile article-relative">
|
<div id="relevantArticles" class="side-tile article-relative">
|
||||||
<span data-ico=""></span>
|
<span data-ico=""></span>
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
<script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div>
|
<script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div>
|
||||||
</center>
|
</center>
|
||||||
<p><span style="color: gray;">© ${year}</span> - <a href="${servePath}">${blogTitle}</a></p>
|
<p><span style="color: gray;">© ${year}</span> - <a href="${servePath}">${blogTitle}</a></p>
|
||||||
<p>Powered by <a href="http://b3log.org" target="_blank" class="logo">
|
<p>Powered by <a href="http://b3log.org" target="_blank">B3log</a>, ver ${version},
|
||||||
${b3logLabel}</a>,
|
|
||||||
Theme by <a rel="friend" href="http://dx.b3log.org" target="_blank">dx</a> <
|
Theme by <a rel="friend" href="http://dx.b3log.org" target="_blank">dx</a> <
|
||||||
<a rel="friend" href="http://www.bravenewcode.com/products/wptouch-pro">WPtouch</a>.</p>
|
<a rel="friend" href="http://www.bravenewcode.com/products/wptouch-pro">WPtouch</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,13 +13,10 @@
|
|||||||
<!-- #start The Search Overlay -->
|
<!-- #start The Search Overlay -->
|
||||||
<div id="wptouch-search">
|
<div id="wptouch-search">
|
||||||
<div id="wptouch-search-inner">
|
<div id="wptouch-search-inner">
|
||||||
<form id="searchform" method="get" action="http://www.google.com/search">
|
<form target="_blank" id="searchform" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input id="search" placeholder="Search..." type="text" name="q" />
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
<input type="submit" id="search-submit" value="" />
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
<input type="text" placeholder="Search..." id="search" name="q" />
|
|
||||||
<input name="submit" type="submit" tabindex="1" id="search-submit" placeholder="Search..." />
|
|
||||||
<a href="javascript:void(0)"><img class="head-close" src="${staticServePath}/skins/${skinDirName}/themes/core/core-images/head-close.png" alt="close" /></a>
|
<a href="javascript:void(0)"><img class="head-close" src="${staticServePath}/skins/${skinDirName}/themes/core/core-images/head-close.png" alt="close" /></a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -195,7 +195,6 @@ removeUnusedTagsLabel=Remove Unused Tags
|
|||||||
goTopLabel=Top
|
goTopLabel=Top
|
||||||
permalink1Label=Permalink:
|
permalink1Label=Permalink:
|
||||||
permalinkLabel=Permalink
|
permalinkLabel=Permalink
|
||||||
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
|
||||||
|
@ -201,7 +201,6 @@ 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
|
||||||
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
|
||||||
|
@ -44,7 +44,7 @@ overflow: hidden;
|
|||||||
</style>
|
</style>
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
<script type='text/javascript' src='${staticServePath}/skins/${skinDirName}/js/l10n.js?${staticResourceVersion}'></script>
|
<script type='text/javascript' src='${staticServePath}/skins/${skinDirName}/js/l10n${miniPostfix}.js?${staticResourceVersion}'></script>
|
||||||
<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}/skins/${skinDirName}/themes/core/core.js?${staticResourceVersion}'></script>
|
<script type='text/javascript' src='${staticServePath}/skins/${skinDirName}/themes/core/core.js?${staticResourceVersion}'></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Description: Mobile skin.
|
# Description: Mobile skin.
|
||||||
# Version: 1.0.0.11, Mar 24, 2015
|
# Version: 1.0.0.12, Jun 28, 2015
|
||||||
# Author: Liang Ding
|
# Author: Liang Ding
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -8,13 +8,10 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<span class="sub-title">${blogSubtitle}</span>
|
<span class="sub-title">${blogSubtitle}</span>
|
||||||
</div>
|
</div>
|
||||||
<form target="_blank" method="get" action="http://www.google.com/search">
|
<form class="right" target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input id="search" type="text" name="q" />
|
<input id="search" type="text" name="q" />
|
||||||
<input type="submit" name="btnG" value="" class="none" />
|
<input type="submit" value="" class="none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
</form>
|
</form>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,13 +35,10 @@
|
|||||||
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom <img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom <img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="right" target="_blank" method="get" action="http://www.google.com/search">
|
<form class="right" target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||||
<input placeholder="${searchLabel}" id="search" type="text" name="q" />
|
<input placeholder="${searchLabel}" id="search" type="text" name="q" />
|
||||||
<input type="submit" name="btnG" value="" class="none" />
|
<input type="submit" value="" class="none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="cc" value="${serverHost}">
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
|
||||||
<input type="hidden" name="sitesearch" value="${serverHost}" />
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user