<% var headContent = { include("/pages/template/head.html"){} %> <% include("/pages/includes/ztree.html"){} %> <% }; var bodyContent = { %>
<% include("/pages/template/menu.html"){} %>
<% //查询列表 %>
<% // 列表头部 %> <% for(item in page.list){ %> <% // 列表内容 %> <% } %>
序号编号 名称 父栏目 urlkey 排序 状态 类型 地址 说明 操作
${itemLP.index }${item.id} ${item.name} ${item.parentName!'根栏目' } ${item.key} ${item.sort} <% if(item.status==2) { %> 隐藏 <% } %> <% if(item.status==1) { %> 显示 <% } %> ${flyfox.dictValue(item.type!'' ) } ${item.jump_url} <% if (strutil.length(item.content) > 15) { %> ${strutil.subStringTo(item.content, 0, 15)}... <% } else { %> ${item.content} <% } %> 查看 修改 <% if(item.id>1){ %> 删除 <% } %>
<%include("/pages/includes/paginator.html"){} %>
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>