Signed-off-by: Vanessa <lly219@gmail.com>

This commit is contained in:
Vanessa
2012-05-28 23:48:41 +08:00
commit db579cd60a
394 changed files with 16528 additions and 0 deletions

24
owmx-3.0/index.ftl Normal file
View File

@@ -0,0 +1,24 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${blogTitle}">
<meta name="keywords" content="${metaKeywords}"/>
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
</@head>
</head>
<body>
${topBarReplacement}
<div id="a">
<#include "header.ftl">
<div id="b">
<article>
<#include "article-list.ftl">
</article>
<#include "side.ftl">
<div class="clear"></div>
</div>
<#include "footer.ftl">
</div>
</body>
</html>