65 lines
2.5 KiB
Plaintext
65 lines
2.5 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/>.
|
|
|
|
-->
|
|
<div id="header">
|
|
<div id="logo">
|
|
<a href="${staticServePath}" title="${blogTitle}" rel="home">${blogTitle}</a>
|
|
<div id="description">${blogSubtitle}</div>
|
|
</div>
|
|
<div id="header_right">
|
|
<div id="header_meta">
|
|
<div id="header_search_area">
|
|
<form action="http://www.google.com/cse" id="searchform">
|
|
<input type="hidden" name="cx" value="003546163348813487923:cn_wvlqmqvs" />
|
|
<input type="hidden" name="ie" value="UTF-8" />
|
|
<input type="text" id="s" name="q" size="25" value="type, hit enter" size="35" maxlength="50" x-webkit-speech="" />
|
|
</form>
|
|
</div>
|
|
<a id="rss" rel="external nofollow" href="${staticServePath}/blog-articles-feed.do" title="RSS FEED" ></a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div id="social">
|
|
<div class="menu-default-container">
|
|
<ul class="menu" id="menu-default">
|
|
<li class="facebook"><a target="_blank" href="https://www.facebook.com/ansenorg">Facebook</a></li>
|
|
<li class="twitter"><a target="_blank" href="https://twitter.com/ansenorg">Twitter</a></li>
|
|
<li class="tencent"><a target="_blank" href="http://t.qq.com/shenan">${Tencentmicroblog}</a></li>
|
|
<li class="gplus"><a target="_blank" href="https://plus.google.com/u/0/104839560635327200193">Google+</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="header_menu">
|
|
<div class="menu-menu-container">
|
|
<ul>
|
|
<li>
|
|
<a href="${staticServePath}">${indexLabel}</a>
|
|
</li>
|
|
<li>
|
|
<a href="${staticServePath}/tags.html">${allTagsLabel}</a>
|
|
</li>
|
|
<#list pageNavigations as page>
|
|
<li>
|
|
<a href="${page.pagePermalink}">${page.pageTitle}</a>
|
|
</li>
|
|
</#list>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div> |