88 lines
3.7 KiB
Plaintext
88 lines
3.7 KiB
Plaintext
<#--
|
|
|
|
Solo - A small and beautiful blogging system written in Java.
|
|
Copyright (c) 2010-2019, b3log.org & hacpai.com
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
<footer id="footer">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<div class="pull-left">
|
|
<span>© ${year}</span> - <a href="${servePath}">${blogTitle}</a>
|
|
Powered by
|
|
<a href="http://b3log.org" target="_blank" class="logo">
|
|
${b3logLabel}
|
|
<span style="color: orangered; font-weight: bold;">Solo</span></a>,
|
|
ver ${version}
|
|
Theme by <a rel="friend" rel="friend" href="http://www.oncereply.me" target="_blank">oncereply</a>.
|
|
<a href="${servePath}/admin-index.do#main">${adminLabel}</a>
|
|
</div>
|
|
<div class="pull-right">
|
|
<div class="pull-left">
|
|
${viewCount1Label}
|
|
<span>
|
|
${statistic.statisticBlogViewCount}
|
|
</span>
|
|
|
|
${articleCount1Label}
|
|
<span>
|
|
${statistic.statisticPublishedBlogArticleCount}
|
|
</span>
|
|
|
|
${commentCount1Label}
|
|
<span>
|
|
${statistic.statisticPublishedBlogCommentCount}
|
|
</span>
|
|
</div>
|
|
<span class="translate-ico" onclick="goTranslate()"></span>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<div id="goTop" onclick="Util.goTop()" class="hide">TOP</div>
|
|
<script type="text/javascript">
|
|
var latkeConfig = {
|
|
"servePath": "${servePath}",
|
|
"staticServePath": "${staticServePath}"
|
|
};
|
|
|
|
var Label = {
|
|
"markedAvailable": ${markedAvailable?c},
|
|
"hljsStyle": "atom-one-light",
|
|
"langLabel": "${langLabel}",
|
|
"tag1Label": "${tag1Label}",
|
|
"viewLabel": "${viewLabel}",
|
|
"commentLabel": "${commentLabel}",
|
|
"topArticleLabel": "${topArticleLabel}",
|
|
"updatedLabel": "${updatedLabel}",
|
|
"contentLabel": "${contentLabel}",
|
|
"abstractLabel": "${abstractLabel}",
|
|
"clearAllCacheLabel": "${clearAllCacheLabel}",
|
|
"clearCacheLabel": "${clearCacheLabel}",
|
|
"adminLabel": "${adminLabel}",
|
|
"logoutLabel": "${logoutLabel}",
|
|
"skinDirName": "${skinDirName}",
|
|
};
|
|
</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}/skins/${skinDirName}/bootstrap/js/bootstrap${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
|
${plugins}
|