transaction_cat_list_page_display.jsp
<FORM name=queryFrm action="<%=sFileName%" method=post>><DIV align=center>
<TABLE cellSpacing=1 cellPadding=0 width="95%" align=left border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle colSpan=7>
<TABLE height=32 cellSpacing=0 cellPadding=0 width="95%" align=center bgColor=#fbf9f5 border=0>
<TBODY>
<TR>
<TD width="11%"><IMG height=32 src="/p_emarket/WebModule1/images/01-1.gif" width=75></TD>
<TD class=clsHLine vAlign=center align=left width="79%" background=../../../p_emarket/WebModule1/images?牨晥∽∣???C?g??8?8??????栠敲??????慴杲瑥弽汢湡????????牨晥∽∣9????8?8/01-3.gif height=32><SPAN class="clsNav style4">您当前的位置>>商品管理>>商品列表</SPAN></TD>
<TD vAlign=bottom align=right width="10%"><IMG height=32 src="/p_emarket/WebModule1/images/01-32.gif" width=43></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=10></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD>
<TABLE class=clsBgColor2 cellSpacing=3 cellPadding=0 width="95%" align=center border=0><![CDATA[<%
String catid="";
for(int index=0;index<temps.length;index++){
temp=temps[index];
if(temp.getCatGrade().equals("2")&&temp.getCatID().equals(strCatID))
{
catid=strCatID;
%>]]>
<TBODY>
<TR class=clsTblDtl1>
<TD><A href="#?catID=<%=temp.getCatID()%>"><![CDATA[<%=temp.getCatName()%>]]></A></TD></TR>
<TR>
<TD>------</TD></TR>
<TR><![CDATA[<%
int count=0;
/////////////三级产品目录
for(int i=0;i<temps.length;i++)
{
temp=temps[i];
if(temp.getCatParentID().equals(catid))
{
%>]]>
<TD><A href="#?con_type=<%=conType%>&catID=<%=temp.getCatID()%>"><![CDATA[<%=temp.getCatName()%>]]></A></TD>
<TD><![CDATA[<%if(temp.getCatDiscribetion()!=null){%>]]>(<%=temp.getCatDiscribetion()%>)<%}%></TD>
<TD>||</TD><![CDATA[<% count++;
if(count<5)
continue;
else{
count=0;
%>]]></TR>
<TR><![CDATA[<%}
}
}
}%>]]></TR><![CDATA[<%}%>]]>
<TR>
<TD class=clsBgColor1 vAlign=top colSpan=20><![CDATA[< %@include file="../common/page_deal.jsp"%>]]></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR><BR><BR><BR><BR></DIV></FORM><![CDATA[<%
} catch(Exception e){
String strErr = e.getMessage();
onError(request,response,strErr,"","window.close();");
e.printStackTrace();
}
%>]]>