{layout:default} {class:Shop.Admin.admin.Admin_group_indexmenu} <%=Tag("权限组")%>-<%=Tag("管理权限")%>-<%=site.title%>
<%foreach (DB.LebiShop.Lebi_Menu p in models) { %>
<%foreach (DB.LebiShop.Lebi_Menu p2 in GetMenu(p.id)) { %> <%}%>
<%=Tag(p2.Name)%> <%=Tag("添加")%> <% foreach (DB.LebiShop.Lebi_Menu p3 in GetMenu(p2.id)){ %> <%} %>
<%} %>