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

24
Shawn/error.ftl Normal file
View File

@@ -0,0 +1,24 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${notFoundLabel} - ${blogTitle}">
<meta name="keywords" content="${notFoundLabel},${metaKeywords}"/>
<meta name="description" content="${sorryLabel},${notFoundLabel},${metaDescription}"/>
<meta name="robots" content="noindex, follow"/>
</@head>
</head>
<body>
${topBarReplacement}
<div id="loading" style="display: none; "></div>
<div id="page">
<#include "header.ftl">
<div id="content">
<h2 >${sorryLabel} ${notFoundLabel}</h2>
<a href="http://${blogHost}">${returnTo1Label}${blogTitle}</a>
</div>
<#include "side.ftl">
<#include "footer.ftl">
</div>
</body>
</html>