solo-third-skins/5styles/author-articles.ftl
2012-09-06 20:07:04 +08:00

34 lines
922 B
Plaintext

<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${authorName} - ${blogTitle}">
<meta name="keywords" content="${metaKeywords},${authorName}"/>
<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="${commentName1Label}">${commentName1Label}${authorName}</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>