add skins

add skins
This commit is contained in:
Ansen
2012-12-26 17:46:04 +08:00
parent e0e240d2b5
commit c0253332b0
171 changed files with 7682 additions and 0 deletions

37
Dot-B/page.ftl Normal file
View File

@@ -0,0 +1,37 @@
<#include "macro-head.ftl">
<#include "macro-comments.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${page.pageTitle} - ${blogTitle}">
<meta name="keywords" content="${metaKeywords},${page.pageTitle}" />
<meta name="description" content="${metaDescription}" />
</@head>
</head>
<body id="body">
${topBarReplacement}
<div id="top_bar"></div>
<div id="wrapper">
<#include "header.ftl">
<div id="main">
<div id="content">
<div class="post">
<div class="post_content">
${page.pageContent}
</div>
</div>
<div class="clear"></div>
<@comments commentList=pageComments article=page></@comments>
<div class="clear"></div>
</div>
<div id="sidebar" class="widget-area">
<#include "side.ftl">
</div>
<div class="clear"></div>
</div>
<#include "footer.ftl">
</div>
<div id="bottom-bar"></div>
<@comment_script oId=page.oId></@comment_script>
</body>
</html>