b3log-solo skin 5style for 0.5.0

This commit is contained in:
noday
2012-09-06 20:07:04 +08:00
parent 7b3dae6d52
commit 3c076a4d33
38 changed files with 2132 additions and 0 deletions

38
5styles/tag-articles.ftl Normal file
View File

@@ -0,0 +1,38 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${tag.tagTitle} - ${blogTitle}">
<meta name="keywords" content="${metaKeywords},${tag.tagTitle}"/>
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
</@head>
</head>
<body>
${topBarReplacement}
<div id="wrap">
<#include "header.ftl">
<div id="main">
<div id="maincontent">
<div class="forFlow">
<div class="navigation-top shortline">
<span>${breadcrumbNaviLabel}</span>
<a href="${servePath}">${homeLabel}</a> > <a title="${tag1Label}">
${tag1Label}${tag.tagTitle}(${tag.tagPublishedRefCount})
<a href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
<img alt="${tag.tagTitle}" src="${servePath}/images/feed.png" width="16px" height="16px"/>
</a>
</a>
</div>
<#include "article-list.ftl">
</div>
</div>
<div id="sidebar">
<#include "side.ftl">
</div>
</div>
<div id="footer">
<#include "footer.ftl">
</div>
</div>
</body>
</html>