{layout:default} {class:Shop.Admin.admin.Admin_group_menu} <%=Tag("编辑菜单")%>-<%=Tag("权限组")%>-<%=Tag("管理权限")%>-<%=site.title%> <%=Tag("编辑菜单")%> <%=Tag("管理首页")%> <%=Tag("权限组")%> <%=Lang(group.Name) %> <%=Tag("编辑菜单")%> <%if (PageReturnMsg == ""){%> <%=Tag("全选")%> <%=Tag("保存")%> <%}%> <%foreach (DB.LebiShop.Lebi_Menu p in models) { %> > <%=Tag(p.Name)%> <%foreach (DB.LebiShop.Lebi_Menu p2 in GetMenu(p.id)) { %> ="true" power="true" onclick="selectall(this,<%=p2.id %>);" <%=Check(p2.id)?"checked":"" %>> <%=Tag(p2.Name)%> <% foreach (DB.LebiShop.Lebi_Menu p3 in GetMenu(p2.id)){ %> ="true" p3_<%=p2.id %>="true" power="true" <%=Check(p3.id)?"checked":"" %>> <%=Tag(p3.Name)%> <%}%> <%}%> <%} %>