{layout:default} {class:Shop.supplier.product.Class} <%=Tag("商品分类")%>-<%=site.title%>
<%foreach (Shop.Model.Lebi_Supplier_ProductType t in PTypes) { %> <%foreach (Shop.Model.Lebi_Supplier_ProductType st in GeteList(t.id)) { %> <%} %> <%} %>
<%=Tag("全选")%> <%=Tag("ID")%> <%=Tag("分类名称")%> <%=Tag("商品数量")%> <%=Tag("分类排序")%> <%=Tag("操作")%>
  0 <%=Tag("未分组")%> <%=TypeProductCount(CurrentSupplier.id,0)%> 0
<%=t.id %> <% if (t.ImageUrl != "") { Response.Write(" "); } Response.Write(Lang(t.Name)); %> <%=TypeProductCount(CurrentSupplier.id,t.id)%> <%=t.Sort %> <%=Tag("添加子类")%> | <%=Tag("编辑") %>
<%=st.id%>      <% if (st.ImageUrl != "") { Response.Write(" "); } Response.Write(Lang(st.Name)); %> <%=TypeProductCount(CurrentSupplier.id,st.id)%> <%=st.Sort %> <%=Tag("编辑") %>