<% var orderType = parseInt(parameter.orderType!1); // 获取文章 var articlelist = temp.articleOrder(paginator.pageNo, paginator.pageSize, session.site.siteId, orderType); %> <% var headContent = { %> <% include("/template/bbs/includes/header.html"){} %> <% }; %> <% var bodyContent = { %> <% include("/template/bbs/includes/header_menu.html"){} %>
<% include("/template/bbs/includes/articlelist.html",{articlelist:articlelist,defalutimg:defalutimg!''}){} %>
<%include("/template/bbs/includes/userinfo.html"){} %> <% var tagPage = temp.tagsPage(1, 50, session.site.siteId); %> <% include("/template/bbs/includes/tags.html",{taglist:tagPage}){} %> <% include("/template/bbs/includes/recommend.html"){} %> <% include("/template/bbs/includes/advertise.html"){} %> <% include("/template/bbs/includes/friendly.html"){} %>
<% include("/template/bbs/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>