<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    java+jsp

    transaction_cat_list_page_display_3.jsp

    <%@ page contentType="text/html; charset=GB2312" %>
    <%@ page import="com.silence.market.*"%>
    <%@include file="../common/public.jsp"%>
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <script type="text/javascript" src="../../../p_emarket/WebModule1/js/validation.js"></script>
    <link href="../../../p_emarket/WebModule1/css/book.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style4 {color: #666666}
    -->
    </style>
    </head>
    <body leftmargin="0" topmargin="0">
    <%
    try {
    ?request.setCharacterEncoding("GBK");
    ?String sFileName = "transaction_cat_list_page_display_2.jsp";
    ? int intPerPageNum = request.getParameter("sPerPage")==null?25:Integer.parseInt(request.getParameter("sPerPage"));
    ? int intPageNo = request.getParameter("sPageNo")==null?1:Integer.parseInt(request.getParameter("sPageNo"));
    ? int nRows = 0;
    ? int nPages = 0;
    ? String sPageNo = String.valueOf(intPageNo);
    ? String sPerPage = String.valueOf(intPerPageNum);
    ? String strCondition = " (s_cat_grade='3' or s_cat_grade='2' )";?
    ?
    ? //查詢條件con_cat_id
    ? String conType = request.getParameter("con_type")==null?"":request.getParameter("con_type");
    ? String conCatID = request.getParameter("con_cat_id")==null?"":request.getParameter("con_cat_id");
    ? int grade = request.getParameter("con_cat_grade")==null?2:Integer.parseInt(request.getParameter("con_cat_grade"));

    ?
    ? TransactionCatManager tempManager = new TransactionCatManager();
    ??? TransactionCat[] temps = tempManager.getAllTransactionCat("",strCondition,"", intPageNo, intPerPageNum);
    ?nRows = tempManager.getRows();
    ?nPages = (nRows - 1 + Integer.parseInt(sPerPage))/Integer.parseInt(sPerPage);
    ?int pageCount = nPages;
    ??? TransactionCat temp = new TransactionCat();
    %>
    <form method="post" name="queryFrm" action=<%=sFileName%>>
    ? <div align="center">
    ??? <table border=0 cellpadding=0 cellspacing=1 align="left" width="95%">
    ????? <tr>
    ??????? <td colspan="7" align="center" valign="top">
    ??<table width="95%" height="32"? border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FBF9F5">
    ??????????? <tr>
    ????????????? <td width="11%"><img src="../../../p_emarket/WebModule1/images/01-1.gif" width="75" height="32"></td>
    ????????????? <td width="79%" height="32" align="left" valign="middle" background="../../../p_emarket/WebModule1/images?牨晥∽∣???C?g??8?8??????栠敲??????慴杲瑥弽汢湡????????牨晥∽∣9????8?8/01-3.gif" class="clsHLine"><span class="clsNav style4">您當前的位置&gt;&gt;商品管理&gt;&gt;商品列表</span>
    ????????????? <td width="10%" align="right" valign="bottom"><img src="../../../p_emarket/WebModule1/images/01-32.gif" width="43" height="32">
    ????????? </table>
    ????????? <table width="100%"? border="0" cellspacing="0" cellpadding="0">
    ??????????? <tr>
    ????????????? <td height="10"></td>
    ??????????? </tr>
    ????????? </table>
    ?? </td>
    ????? </tr>
    ????? <tr> <td>
    ??<table border=0 cellpadding=0 cellspacing=3 class="clsBgColor2" align="center" width="95%">
    ??????????? <%
    ??? String catid="";
    ??? for(int index=0;index<temps.length;index++){
    ????? temp=temps[index];
    ????? if(temp.getCatGrade().equals(String.valueOf(grade))&&temp.getCatID().equals(conCatID))
    ?? {????
    ????? catid=conCatID;
    ?? /////////////二級產品目錄?
    ??? %>
    ??????? <tr class="clsTblDtl1">
    ????? <td><A href="transaction_list_page_display.jsp?con_type=<%=conType%>&con_cat_id=<%=temp.getCatID()%>"><%=temp.getCatName()%></A></td>
    ??</tr>
    ??<tr><td>------</td></tr>
    ??<tr>
    ?? <%
    ?? int count=0;
    ??/////////////三級產品目錄???
    ??for(int i=0;i<temps.length;i++)
    ??{
    ??? temp=temps[i];
    ??? if(temp.getCatGrade().equals(String.valueOf(grade+1))&&temp.getCatParentID().equals(catid))
    ??? {
    ???
    ?? %>
    ????? <td><A href="transaction_list_page_display.jsp?con_type=<%=conType%>&con_cat_id=<%=temp.getCatID()%>"><%=temp.getCatName()%></A></td> <td><%if(temp.getCatDiscribetion()!=null){%>(<%=temp.getCatDiscribetion()%>)<%}%></td>
    ????? <td>||</td>
    ????? <% count++;
    ????? if(count<5)
    ????? continue;
    ?????else{
    ??????? count=0;
    ??????? %>
    ??????? </tr><tr>
    ??????? <%}??
    ??? }??
    ??? }?
    ??????
    ??}%>
    ????</tr>
    ??
    ??
    ??? <%}%>
    ?
    ????????????? <td colspan=20 valign="top" class="clsBgColor1">
    ?????? <input type="hidden" name="con_cat_id" value="<%=conCatID%>"></input>
    ????<input type="hidden" name="con_type" value="<%=conType%>"></input>
    ??????????????? <%@include file="../common/page_deal.jsp"%>
    ????????????? </td>
    ??????????? </tr>
    ????????? </table>
    ??? </td>
    ??? </tr>
    ??? </table>
    ?
    ?
    ?<br><br><br><br><br>
    ? </div>
    </form>
    </body>
    </html>
    <%
    } catch(Exception e){
    ?String strErr = e.getMessage();
    ?onError(request,response,strErr,"","window.close();");
    ?e.printStackTrace();
    }
    %>

    posted on 2006-08-16 16:29 一張白紙 閱讀(234) 評論(0)  編輯  收藏


    只有注冊用戶登錄后才能發表評論。


    網站導航:
     
    主站蜘蛛池模板: 亚洲乱码中文字幕在线| 亚洲精品无码国产| 激情内射亚洲一区二区三区爱妻| 久久久国产精品福利免费| AV在线亚洲男人的天堂| 草久免费在线观看网站| 日韩精品电影一区亚洲| 无忧传媒视频免费观看入口| 亚洲av区一区二区三| 日韩a毛片免费观看| 亚洲午夜日韩高清一区| 99在线视频免费观看| 亚洲av无码不卡| 99久久99热精品免费观看国产| 久久亚洲精品无码aⅴ大香| 在线观看永久免费| 狠狠色香婷婷久久亚洲精品| 在线jlzzjlzz免费播放| 男男黄GAY片免费网站WWW| 2048亚洲精品国产| 亚洲成人免费在线| 国产精品亚洲精品| 免费va在线观看| 免费看黄的成人APP| 亚洲激情电影在线| 国产精品另类激情久久久免费| 人妻巨大乳hd免费看| 亚洲精品无码Av人在线观看国产| 99蜜桃在线观看免费视频网站| 日本亚洲免费无线码| 亚洲国产精品综合久久一线 | 亚洲国产成人高清在线观看| 午夜理伦剧场免费| 亚洲av永久无码一区二区三区| 午夜亚洲福利在线老司机| 久久免费视频网站| 亚洲精品国产av成拍色拍| 亚洲综合精品香蕉久久网| 1000部免费啪啪十八未年禁止观看 | 无码乱人伦一区二区亚洲| aa级一级天堂片免费观看|