<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 一張白紙 閱讀(232) 評論(0)  編輯  收藏


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


    網站導航:
     
    主站蜘蛛池模板: 青青青国产手机频在线免费观看| 色噜噜狠狠色综合免费视频| a毛看片免费观看视频| 国产精品亚洲高清一区二区| 国产亚洲综合视频| 免费成人av电影| 午夜不卡AV免费| 亚洲精品无码久久久影院相关影片| 一区二区视频免费观看| 老司机亚洲精品影视www| a级毛片免费全部播放无码| 亚洲视频精品在线| 在线精品一卡乱码免费| 亚洲午夜福利在线视频| 免费国产精品视频| 99免费精品视频| 久久亚洲精品无码VA大香大香| 每天更新的免费av片在线观看 | 中文字幕精品亚洲无线码二区| 精品国产污污免费网站入口在线 | 好先生在线观看免费播放| 亚洲AV日韩AV永久无码色欲| 亚洲国产精品成人一区| a在线观看免费视频| 亚洲精品人成电影网| 免费的涩涩视频在线播放| 一区二区三区视频免费观看| 亚洲毛片在线观看| 在线观看免费污视频| 国产高潮流白浆喷水免费A片 | 亚洲欧洲日产国产综合网| 免费在线观看的网站| 一区二区三区免费视频网站| 亚洲日本精品一区二区| 日韩视频在线免费观看| 精品一卡2卡三卡4卡免费视频 | 精品无码国产污污污免费网站国产| 亚洲av综合av一区| 免费无码黄动漫在线观看| 最近的2019免费中文字幕| 亚洲人成无码网站在线观看|