<%template src="_header.html"%>
    <%set DataTable pagechildCateList=get_category_child_list({channelModel.name},{parentCateModel.id})%> <%loop dr pagechildCateList%> <%if({dr[id]}==cateModel.id.ToString())%> {dr[title]} <%else%> {dr[title]} <%/if%> <%/loop%>
<%if({cateModel.issingle}==1)%> {articleModel.content} <%else%>
<%set DataTable proList1=get_article_list("product_center", 273, 0, "status=0 and protype=0")%> <%foreach(DataRow dr in proList1.Rows)%> <%/foreach%>
产品类别 产品图片 产品尺寸 频率范围 震荡模式 规格书
{dr[title]} {dr[Feature]} {dr[hzrand]}
{dr[FrequencyRange]}
<%/if%>
<%template src="_footer.html"%>