OnlineMsgList.jsp
资源名称:OA.rar [点击查看]
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:9k
源码类别:
OA系统
开发平台:
Java
- <%@ page contentType="text/html; charset=GB2312" %>
- <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
- <jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
- <%
- Request m_request = new Request(request);
- int iUserID = m_session.GetInt("UserID");
- int iMsgKind = m_request.GetInt("MsgKind");
- int iPageSize = 15;
- int iPage = m_request.GetInt("Page");
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
- <title>短信息-- GForce OA 2.0</title>
- <link href="/css/txt.jsp" rel="stylesheet" type="text/css">
- <script language="JavaScript" src="/js/changestyle.js"></script>
- <script language="JavaScript">
- function checkDelMsg()
- {
- var isIDCheck = false;
- with(document.delmsg)
- {
- try
- {
- for(i=0;i<elements.length;i++)
- {
- if(elements[i].type=="checkbox"&&elements[i].name=="ID")
- {
- if(elements[i].checked)
- {
- isIDCheck = true;
- break;
- }
- }
- }
- }
- catch(ex)
- {
- }
- }
- if(!isIDCheck)
- {
- alert("请先选择短信息,再删除!");
- return false;
- }
- return window.confirm('确实要删除这些记录吗?');
- }
- function checktall()
- {
- var allselect=true;
- with(document.delmsg)
- {
- if(selectall.value=="全部选择")
- {
- allselect = true;
- selectall.value="全部取消";
- }
- else
- {
- allselect = false;
- selectall.value="全部选择";
- }
- for(i=0;i<elements.length;i++)
- {
- if(elements[i].type=="checkbox")
- elements[i].checked = allselect;
- }
- }
- }
- </script>
- </head>
- <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
- <table width="100%" height="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="50" valign="top" background="../images/dy-back.gif">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr valign="middle">
- <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
- <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">短信列表</font></strong></td>
- <td align="right" nowrap="nowrap" valign="bottom">
- <!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59"> -->
- <!--单增<img src="../images/Single.gif" onMouseOver="this.src='../images/Single_a.gif';" onMouseOut="this.src='../images/Single.gif';" border="0" height="22" width="59"> -->
- <!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59"> -->
- <!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59"> -->
- <!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59"> -->
- <!-- 组合查询<img src="../images/GroupQuery.gif" onMouseOver="this.src='../images/GroupQuery_a.gif';" onMouseOut="this.src='../images/GroupQuery.gif';" border="0" height="22" width="79"> -->
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table><br>
- <table width="100%" height="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top"><br>
- <form name="delmsg" method="post" action="DelMessage.jsp?MsgKind=<%=iMsgKind%>&Page=<%=iPage%>" onsubmit="return checkDelMsg();">
- <table width="95%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
- <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
- <th width="7%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
- <th width="12%" nowrap><font color="#000000">序号</font></th>
- <th width="30%" nowrap><font color="#000000">信件标题</font></th>
- <th width="20%"><font color="#000000">附件</font></th>
- <th width="6%" nowrap><font color="#000000">接收者</font></th>
- <th width="6%" nowrap><font color="#000000">发送者</font></th>
- <th width="6%" nowrap><font color="#000000">状态</font></th>
- <th width="10%" nowrap><font color="#000000">发布时间</font></th>
- <th width="6%" nowrap><font color="#000000"><%=iMsgKind==OnlineMessage.SavedMsg?"修改":"回复"%></font></th>
- </tr>
- <%
- Vector vt = OnlineMessage.getAllRecord(iUserID,iMsgKind);
- if(iPage<1)iPage=1;
- int iPageCount = StringNew.getPageCount(vt.size(),iPageSize);
- if(iPage>iPageCount) iPage=1;
- for(int i=(iPage-1)*iPageSize;i<vt.size()&&i<iPage*iPageSize;i++)
- {
- String strID = ((Vector)vt.get(i)).get(0).toString();
- if(i % 2 == 0)
- out.println("<tr id="Row"+ i+ "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
- else
- out.println("<tr id="Row"+ i+ "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
- out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
- out.println("<td align="center" valign="middle">" + (i+1) + "</td>");
- out.println("<td align="left" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(1).toString() + ""><input name="ID" value="" + strID + "" type="checkbox"><a href="ShowMsg.jsp?ID=" + strID + "" target="_blank">" + ((Vector)vt.get(i)).get(1).toString() + "</a></td>");
- String strAccessoriesList = "";
- try
- {
- Vector vt1 = OnlineMessage.getAttInfo(Integer.parseInt(((Vector)vt.get(i)).get(11).toString()));
- if(vt1.size()>0)
- {
- for(int j=0;j<vt1.size();j++)
- {
- strAccessoriesList += "<a href="" + ((Vector)vt1.get(j)).get(2).toString() + "" target="_blank" onclick="alert('请点击右键,然后选择“目标另存为”或者使用下载工具下载保存!');return false;">" + ((Vector)vt1.get(j)).get(1).toString() + "</a><br>";
- }
- }
- else
- {
- strAccessoriesList = " ";
- }
- }
- catch(Exception err){strAccessoriesList = " ";}
- out.println("<td align="left" valign="middle" nowrap>" + strAccessoriesList + "</td>");
- out.println("<td align="center" valign="middle" nowrap>" + UserManager.getPersonnelNameByUserID(Integer.parseInt(((Vector)vt.get(i)).get(5).toString())) + "</td>");
- out.println("<td align="center" valign="middle" nowrap>" + UserManager.getPersonnelNameByUserID(Integer.parseInt(((Vector)vt.get(i)).get(4).toString())) + "</td>");
- String strIsRead = "";
- if (((Vector)vt.get(i)).get(6).toString().equalsIgnoreCase("true")) {strIsRead="已读";} else {strIsRead="<font color="red"><b>新</b></font>";}
- out.println("<td align="center" valign="middle" nowrap>"+strIsRead+"</td>");
- out.println("<td align="center" valign="middle" nowrap>" + StringNew.GetDateString(((Vector)vt.get(i)).get(2).toString(),"MM月dd日HH:mm") + "</td>");
- if(iMsgKind==OnlineMessage.SavedMsg)
- out.println("<td align="center" valign="middle" nowrap><a href="EditMessage.jsp?ID=" + strID + "">修改</a></td>");
- else
- out.println("<td align="center" valign="middle" nowrap><a href="ReplyMessage.jsp?ID=" + strID + "">回复</a></td>");
- out.println("</tr>");
- }
- %>
- <tr>
- <th align="center" valign="top" colspan="2" nowrap>
- <input name="selectall" type="button" value="全部选择" onclick="checktall()" style="background-color: #FFFFFF; border: 1 solid #000000">
- <input name="delete" type="submit" value="删除" style="background-color: #FFFFFF; border: 1 solid #000000">
- </th>
- <th align="center" valign="top" colspan="7">
- <%
- String strCurrentPageURL = request.getRequestURI();
- if(iPage<2)
- out.print("首页 上页");
- else
- out.print("<a href=""+ strCurrentPageURL+"?MsgKind=" + iMsgKind + "&Page=" + 1 + "">首页</a> <a href=""+ strCurrentPageURL+"?MsgKind=" + iMsgKind + "&Page=" + (iPage-1) + "">上页</a>");
- out.print(" 当前是第" + iPage + "页,共" + vt.size() + "条记录" + iPageCount + "页 ");
- if(iPage>=iPageCount)
- out.print("下页 末页");
- else
- out.print("<a href=""+ strCurrentPageURL+"?MsgKind=" + iMsgKind + "&Page=" + (iPage+1) + "">下页</a> <a href=""+ strCurrentPageURL+"?MsgKind=" + iMsgKind + "&Page=" + iPageCount + "">末页</a>");
- %>
- </th>
- </tr>
- </table>
- </form>
- </td>
- </tr>
- </table>
- </body>
- </html>