Skin:community-bubbles

This commit is contained in:
Armstrong
2013-02-01 16:59:29 +08:00
parent 787b8b9c27
commit 4dd3616fc3
43 changed files with 2893 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<#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 class="header">
<#include "header.ftl">
</div>
<div class="content">
<h2>${tag1Label}
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
<span id="tagArticlesTag">
${tag.tagTitle}
</span>(${tag.tagPublishedRefCount})
</a>
</h2>
<#include "article-list.ftl">
</div>
<div>
<#include "side.ftl">
</div>
<div class="footer">
<#include "footer.ftl">
</div>
</body>
</html>