<% // 获取20个文章 var articlelist; if(folder.id == 241) { articlelist = temp.articlePageSite(paginator.pageNo, paginator.pageSize, session.site.siteId); } else { articlelist = temp.articlePage(paginator.pageNo, paginator.pageSize, folder.id); } %> <% var headContent = { %> <% include("/template/blog/includes/header.html"){} %> <% // 百度联盟 %> <% // 站长统计 %> <% }; var bodyContent = { %> <% include("/template/blog/includes/header_menu.html"){} %>
<% for(item in articlelist.list){ %>
${item.title}
<% if(item.is_comment==1){ %> 评论(${temp.countComment(item.id)}) <% } %> 浏览量(${temp.countView(item.id)})
<% if(item.type==12) { %> ${item.content!'' } <% } else { // type ==11 %> <% var article_content = flyfox.showHTML(item.content!'',200,' ......'); %> ${article_content!'' } <% } %>
<% } %>
<%include("/template/blog/includes/paginator.html",{page:articlelist}){} %>
<% include("/template/blog/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>