%Include _head%>
<%Include _top%>
首页
>
品牌中心
>
{b_name}
品牌介绍
{b_text}
产品列表
<%set data=GetProductTypeByBrandID("0")%> <%loop (DataRow) parentType data%>
{parentType[PT_Name]}
<%set data1=GetProductTypeByBrandID(parentType["pt_id"].ToString())%> <%loop (DataRow) bType data1%>
{bType[PT_Name]}
<%/loop%>
<%/loop%>
<%loop (DataRow) plist Productlist%>
{str}">
¥
<%set str1=Method.formatmoney((decimal)plist["p_Price"],"0.##")%>{str1}
{plist[p_Title]}
<%/loop%>
{pageinfo.PreviousPage} {pageinfo.NumPage}{pageinfo.NextPage}
总计
{totalRecord}
个记录
<%Include _footer%> <%Include _floatpage%>