solo-third-skins/dashu03/tag-articles.ftl
2013-01-19 17:05:24 +08:00

34 lines
1.1 KiB
Plaintext

<#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>
<#include "header.ftl">
<div class="main">
<div class="container" style="margin-top: 100px;">
<div class="row">
<div class="span9">
<h2>
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
${tag1Label}
${tag.tagTitle}
(${tag.tagPublishedRefCount})
</a>
</h2>
<#include "article-list.ftl">
</div>
<div class="span3">
<#include "usedside.ftl">
</div>
</div>
</div>
</div>
<#include "footer.ftl">
</body>
</html>