Van
2018-06-25 11:22:35 +08:00
parent f09ba88c0a
commit 02e16ad40a
14 changed files with 177 additions and 52 deletions

View File

@@ -29,6 +29,8 @@
</head>
<body>
<#include "header.ftl">
<div id="pjax">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<#include "nav.ftl">
<div class="main">
<#if noticeBoard??>
@@ -54,6 +56,8 @@
</div>
<#include "bottom2.ftl">
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">
</body>
</html>