<% var headContent = { include("/pages/template/head.html"){} %> <% include("/pages/includes/ztree.html"){} %> <% }; var bodyContent = { %>
<% include("/pages/template/menu.html"){} %>
<% //查询列表 %>
<% // 列表头部 %> <% for(item in page.list){ %> <% // 列表内容 %> <% } %>
序号栏目 名称 排序 状态 置顶 推荐 审核状态 发布时间 发布者 操作
${itemLP.index }${item.folderName } <% if (strutil.length(item.title) > 12) { %> ${strutil.subStringTo(item.title, 0, 12)}... <% } else { %> ${item.title} <% } %> ${item.sort} <% if(item.status=='2') { %> 隐藏 <% } %> <% if(item.status=='1') { %> 显示 <% } %> ${item.sort<10?'是':'否' } <% if(item.is_recommend==2) { %> 否 <% } %> <% if(item.is_recommend==1) { %> 是 <% } %> <% if(item.approve_status==1 || item.approve_status==2) { %> 待审核 <% } %> <% if(item.approve_status==9) { %> 未通过 <% } %> <% if(item.approve_status==10) { %> 通过 <% } %> ${item.publish_time} ${item.publish_user}
修改 <% if(item.id>1){ %> 删除 <% } %>
<%include("/pages/includes/paginator.html"){} %>
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>