Van
2017-08-31 00:44:07 +08:00
parent 9f7b1a6a07
commit bd95f80344
149 changed files with 0 additions and 0 deletions

47
Andrea/header.ftl Normal file
View File

@@ -0,0 +1,47 @@
<div class="header">
<div class="left">
<h1>
<a href="${servePath}">
${blogTitle}
</a>
</h1>
<span class="sub-title">${blogSubtitle}</span>
<div>
<span>
${viewCount1Label}
<span class='error-msg'>
${statistic.statisticBlogViewCount}
</span>
</span>
<span>
${articleCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogArticleCount}
</span>
</span>
<span>
${commentCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogCommentCount}
</span>
</span>
</div>
<span class="clear"></span>
</div>
<div class="right">
<ul>
<li>
<a rel="nofollow" class="home" href="${servePath}">Blog</a>
</li>
<li>
<a href="${servePath}/tags.html">Tags</a>
</li>
<li>
<a rel="alternate" href="${servePath}/blog-articles-rss.do">
RSS
</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div>