ArticleManage.jsp
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:7k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
  3. <jsp:include page="/CheckLogin.jsp" flush="true"/>
  4. <% Session m_session = new Session(session);
  5. Request m_request = new Request(request);
  6. int iSysDirID = m_request.GetInt("SysDirID");
  7. %>
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
  11. <title>新闻管理-- GForce OA 2.0</title>
  12. <link href="/css/txt.jsp" rel="stylesheet" type="text/css">
  13. <script language="JavaScript" src="/js/changestyle.js"></script>
  14. </head>
  15. <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
  16.  <table width="100%" height="100%" border="0" align="center" cellspacing="0">
  17.     <tr>
  18.     <td align="center" valign="top">
  19.       <table width="100%" border="0" cellpadding="0" cellspacing="0">
  20.         <tr>
  21.           <td height="50" valign="top" background="../images/dy-back.gif">
  22.             <table width="100%" border="0" cellpadding="0" cellspacing="0">
  23.               <tr valign="middle">
  24.                 <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
  25.                 <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">公司信息管理</font></strong></td>
  26.                 <td align="right" nowrap="nowrap" valign="bottom">&nbsp;
  27.                    <!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59">&nbsp;-->
  28.                   <a href="AddArticle.jsp?SysDirID=<%=iSysDirID%>"><img src="/images/Single.gif" onMouseOver="this.src='/images/Single_a.gif';" onMouseOut="this.src='/images/Single.gif';" border="0" height="22" width="59">&nbsp;</a>
  29.                   <!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59">&nbsp;-->
  30.                   <!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59">&nbsp;-->
  31.                   <!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59">&nbsp;-->
  32.                   <!-- 组合查询<img src="../images/GroupQuery.gif" onMouseOver="this.src='../images/GroupQuery_a.gif';" onMouseOut="this.src='../images/GroupQuery.gif';" border="0" height="22" width="79">&nbsp;-->
  33.                 </td>
  34.               </tr>
  35.             </table>
  36.           </td>
  37.         </tr>
  38.       </table><br>
  39.             <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
  40.                 <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
  41.                     <th width="3%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
  42.                     <th width="4%" nowrap><font color="#000000">序号</font></th>
  43.                     <th width="38%" nowrap><font color="#000000">标题</font></th>
  44.                     <th width="10%" nowrap><font color="#000000">浏览次数</font></th>
  45.                     <th width="10%" nowrap><font color="#000000">是否热点</font></th>
  46.                     <th width="10%" nowrap><font color="#000000">发布时间</font></th>
  47.                     <th width="10%" nowrap><font color="#000000">发布用户</font></th>
  48.                     <th width="7%" nowrap><font color="#000000">修改</font></th>
  49.                     <th width="7%" nowrap><font color="#000000">删除</font></th>
  50.                 </tr>
  51. <%
  52. int iPageSize = 18;
  53. int iPage = m_request.GetInt("Page");
  54. Vector vt = ArticleManager.getRecordBySysDirID(iSysDirID);
  55. if(iPage<1)iPage=1;
  56. int iPageCount = StringNew.getPageCount(vt.size(),iPageSize);
  57. if(iPage>iPageCount) iPage=1;
  58. for(int i=(iPage-1)*iPageSize;i<vt.size()&&i<iPage*iPageSize;i++)
  59. {
  60.     String strID = ((Vector)vt.get(i)).get(0).toString();
  61.     if(i % 2 == 0)
  62.         out.println("<tr id="Row"+ i+ "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
  63.     else
  64.         out.println("<tr id="Row"+ i+ "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
  65.     out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
  66.     out.println("<td align="right" valign="middle">" + (i+1) + "</td>");
  67.     out.println("<td align="left" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(1).toString() + ""><a href="ShowArticle.jsp?SysDirID=" + iSysDirID + "&ID=" + strID + "" target="_blank">" + ((Vector)vt.get(i)).get(1).toString() + "</a></td>");
  68.     out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(7).toString() + "</td>");
  69.     String strIsHot = "";
  70.     if (((Vector)vt.get(i)).get(8).toString().equalsIgnoreCase("true")) {strIsHot="是";} else {strIsHot="否";}
  71.     out.println("<td align="center" valign="middle" nowrap>"+strIsHot+"</td>");
  72.     out.println("<td align="center" valign="middle" nowrap>" + StringNew.GetDateString(((Vector)vt.get(i)).get(5).toString(),"yyyy-MM-dd") + "</td>");
  73.     out.println("<td align="center" valign="middle" nowrap>"+ UserManager.getPersonnelNameByUserID(Integer.parseInt(((Vector)vt.get(i)).get(12).toString()))+"</td>");
  74.     out.println("<td align="center" valign="middle" nowrap><a href="EditArticle.jsp?SysDirID=" + iSysDirID + "&ID=" + strID + "">修改</a></td>");
  75.     out.println("<td align="center" valign="middle" nowrap><a href="DelArticle.jsp?SysDirID=" + iSysDirID + "&ID=" + strID + "" onclick="return confirm('您确实要删除该信息吗?');">删除</a></td>");
  76.     out.println("</tr>");
  77. }
  78. %>
  79.                 <tr>
  80.                     <th align="center" valign="top" colspan="9">
  81. <%
  82. String strCurrentPageURL = request.getRequestURI();
  83. if(iPage<2)
  84. out.print("首页&nbsp;&nbsp;上页");
  85. else
  86. out.print("<a href=""+ strCurrentPageURL+"?SysDirID=" + iSysDirID + "&Page=" + 1 + "">首页</a>&nbsp;&nbsp;<a href=""+ strCurrentPageURL+"?SysDirID=" + iSysDirID + "&Page=" + (iPage-1) + "">上页</a>");
  87. out.print("&nbsp;&nbsp;当前是第" + iPage + "页,共" + vt.size() + "条记录" + iPageCount + "页&nbsp;&nbsp;");
  88. if(iPage>=iPageCount)
  89. out.print("下页&nbsp;&nbsp;末页");
  90. else
  91. out.print("<a href=""+ strCurrentPageURL+"?SysDirID=" + iSysDirID + "&Page=" + (iPage+1) + "">下页</a>&nbsp;&nbsp;<a href=""+ strCurrentPageURL+"?SysDirID=" + iSysDirID + "&Page=" + iPageCount + "">末页</a>");
  92. %>
  93.                     </th>
  94.                 </tr>
  95.             </table>
  96.         </td>
  97.     </tr>
  98. </table>
  99. </body>
  100. </html>