{layout:default} {class:Shop.Admin.theme.PageList} <%=Tag("页面设置")%>-<%=site.title%>

<%=Tag("页面设置") %>

<%foreach (DB.LebiShop.Lebi_Theme_Page model in models){%> <%} %>
<%=Tag("代码")%> <%=Tag("名称")%> <%=Tag("页面")%> <%=Tag("排序")%> <%=Tag("类型")%> <%=Tag("操作")%>
<%=model.Code %> <%=model.Name %> <%=model.PageName%> <%=model.Sort %> <%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_PublishType,CurrentLanguage) %> <%=Tag("编辑")%> <%if (model.IsAllowHtml == 1 && model.Type_id_PublishType == 122) { %> | <%=Tag("生成")%> <%} %>