{layout:default} {class:Shop.Admin.storeConfig.OnLinePay} <%=Tag("在线支付")%>-<%=site.title%>
<%foreach (DB.LebiShop.Lebi_OnlinePay model in models) { DB.LebiShop.Lebi_Supplier supplier = DB.LebiShop.B_Lebi_Supplier.GetModel(model.Supplier_id); if (supplier == null) supplier = new DB.LebiShop.Lebi_Supplier(); %> <%foreach (DB.LebiShop.Lebi_OnlinePay son in GetPays(model.id)) { supplier = DB.LebiShop.B_Lebi_Supplier.GetModel(son.Supplier_id); if (supplier == null) supplier = new DB.LebiShop.Lebi_Supplier(); %> <%} %> <%} %>
<%=Tag("全选")%> <%=Tag("名称")%> <%=Tag("接口类型")%> <%=Tag("接口代码")%> <%=Tag("LOGO")%> <%=Tag("货币")%> <%=Tag("手续费")%> <%=Tag("启用")%> <%=Tag("启用类型")%> <%=Tag("供应商")%> <%=Tag("显示语言")%> <%=Tag("排序")%> <%=Tag("内部备注")%> <%=Tag("操作")%>
<%=Shop.Bussiness.Language.Content(model.Name, CurrentLanguage.Code)%> <%=model.TypeName %> <%=model.Code %> <% if (model.Logo == "") { %>   <%} else { %> <%} %> <%=model.Currency_Name%> <%=model.FeeRate %> % <%=model.IsUsed == 1 ? "" + Tag("是") + "" : "" + Tag("否") + ""%> <%=model.showtype %> <%=supplier.SubName %>
<%=LanguageName(model.Language_ids)%>
<%=model.Sort %> <%=model.Remark %> <%=Tag("编辑")%> | <%=Tag("复制")%>
  |-- <%=Shop.Bussiness.Language.Content(son.Name, CurrentLanguage.Code)%> <%=son.TypeName %> <%=son.Code %> <% if (son.Logo == "") { %>   <%} else { %> <%} %> <%=son.Currency_Name%> <%=son.FeeRate %> % <%=son.IsUsed == 1 ? "" + Tag("是") + "" : "" + Tag("否") + ""%> <%=son.showtype %> <%=supplier.SubName %>
<%=LanguageName(son.Language_ids)%>
<%=son.Sort %> <%=son.Remark %> <%=Tag("编辑")%> | <%=Tag("复制")%>
<%=PageString%>