succeedcaseView.jsp
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:4k
源码类别:

Applet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GB2312"%>
  2. <%@ page import="java.sql.*,java.lang.*"%>
  3. <jsp:useBean id="succeedcasePageBean" class="MyFly.Bean.succeedcasePageBean" scope="request"/>
  4. <%
  5.   request.setCharacterEncoding("GB2312");
  6. %>
  7. <STYLE type=text/css>
  8. BODY {
  9. BACKGROUND: #799ae1; FONT: 9pt 宋体; MARGIN: 0px
  10. }
  11. TABLE {
  12. BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px
  13. }
  14. TD {
  15. FONT: 12px 宋体
  16. }
  17. IMG {
  18. BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom
  19. }
  20. A {
  21. COLOR: #000000; FONT: 12px 宋体; TEXT-DECORATION: none
  22. }
  23. A:hover {
  24. COLOR: #428eff; TEXT-DECORATION: underline
  25. }
  26. .sec_menu {
  27. BACKGROUND: #d6dff7; BORDER-BOTTOM: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-RIGHT: white 1px solid; OVERFLOW: hidden
  28. }
  29. .menu_title {
  30. }
  31. .menu_title SPAN {
  32. COLOR: #215dc6; FONT-WEIGHT: bold; LEFT: 8px; POSITION: relative; TOP: 2px
  33. }
  34. .menu_title2 {
  35. }
  36. .menu_title2 SPAN {
  37. COLOR: #428eff; FONT-WEIGHT: bold; LEFT: 8px; POSITION: relative; TOP: 2px
  38. }
  39. .style1 {color: #FF0000}
  40. .style2 {color: #000000}
  41. </STYLE>
  42. <html>
  43. <head>
  44. <title>成功案例管理</title>
  45. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  46. </head>
  47. <body>
  48. <br>
  49. <table width="595" height="2%" border="0" align="center" cellpadding="0" cellspacing="0">
  50.   <tr> 
  51.     <td height="35" align="center"><span class="style1">成功事例管理</span></td>
  52.   </tr>
  53. </table>
  54. <table width="595" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
  55.   <tr valign="middle" bgcolor="#799ae1"> 
  56.     <td width="338" height="29" align="center"><font color="#FFFFFF">主题</font></td>
  57.     <td width="121" align="center"><font color="#FFFFFF">添加时间</font></td>
  58.     <td align="center"><font color="#FFFFFF">编辑</font></td>
  59.     <td align="center"><font color="#FFFFFF">删除</font></td>
  60.   </tr>
  61.   <% 
  62.       int size=10;
  63.       String strNum=request.getParameter("pageNum");
  64.   int cur;
  65.       if(strNum == null || strNum.equals(""))
  66.   {
  67.        cur=1;
  68.   }
  69.   else
  70.   {
  71.            cur=Integer.parseInt(strNum);//取得要显示的页
  72.   }
  73.   succeedcasePageBean.init(size);
  74.   int pageNum=succeedcasePageBean.get_pageCount(); //取得总页数
  75.   
  76.   succeedcasePageBean.get_pageRow(cur);
  77.   
  78.   for(int i=0; i<succeedcasePageBean.getItems(); i++)
  79.   {
  80.  %>
  81.   <tr> 
  82.     <td height="28">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=succeedcasePageBean.getTopic(i)%></td>
  83.     <td align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=succeedcasePageBean.getAppendTime(i)%></a></td>
  84. <td width="62" align="center"><a href="succeedcaseEdit.jsp?index=<%=succeedcasePageBean.getSucceedID(i)%>"><img src="../images/admin/edit.gif" alt="编辑" width="19" height="18" border="0"></a></td>
  85.     <td width="64" align="center"><a href="succeedcaseDel.jsp?index=<%=succeedcasePageBean.getSucceedID(i)%>"><img src="../images/admin/del.gif" alt="é?3yà???" width="16" height="16" border="0"></a></td>
  86.   </tr>
  87. <%    
  88. }
  89. %>
  90. </table>
  91. <form name="form1" method="post" action="succeedcaseAdd.jsp">
  92.   <div align="center">
  93.     <input type="submit" name="Submit" value="添加">
  94.   </div>
  95. </form>
  96. <div align="center"><a href="succeedcaseView.jsp?pageNum=<%=1%>">首页 
  97. <% 
  98.   if(cur > 1)
  99.   {
  100.   %>
  101.      <a href="succeedcaseView.jsp?pageNum=<%=cur-1 %>">上一页</a> &nbsp;
  102.         <%
  103.   }
  104.   %>
  105.   
  106.         <%
  107.   if(cur < pageNum)
  108.   {
  109.   %>
  110.      <a href="succeedcaseView.jsp?pageNum=<%=cur+1 %>">下一页</a> 
  111.      <%
  112.    }
  113.    %>
  114.      <a href="succeedcaseView.jsp?pageNum=<%=pageNum%>">尾页</a>&nbsp;页次: <STRONG><FONT 
  115.                   color=red><%=cur%></FONT>/<%=pageNum%></STRONG>页 &nbsp;<B><%=size%></B>个<span class="style2"> 事例</span>/页&nbsp;转到:
  116.                          <script language="javascript">
  117.    function fun(str)
  118.    {
  119.       window.open("succeedcaseView.jsp?pageNum=" +str);
  120.   
  121.    }
  122.      </script>
  123.    
  124.      <SELECT name=sel
  125.                   onchange="fun(sel.options[sel.options.selectedIndex].value)" size=cur>
  126.      <% 
  127.      for(int i=pageNum; i>=1; i--)
  128.  {
  129.  %>
  130.                            <OPTION selected value=<%=i%>>第<%=i%>页</OPTION>
  131.            <%
  132. }
  133. %>
  134.                          </SELECT>
  135. </div>
  136. </body>
  137. </html>