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

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"/> <% Session m_session = new Session(session); %>
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
  7. <title>名片夹管理-- GForce OA 2.0</title>
  8. <link href="/css/txt.jsp" rel="stylesheet" type="text/css">
  9. <script language="JavaScript" src="/js/changestyle.js">
  10. </script>
  11. <SCRIPT language="JavaScript" src="/Calendar/PopUpCalendarDlg.js"></SCRIPT>
  12. <script language="JavaScript" type="text/javascript">
  13. function checkAddAddressList()
  14. {
  15.     if(document.addaddresslist.Name.value=="")
  16.     {
  17.         alert("请输入姓名!");
  18.         document.addaddresslist.Name.focus();
  19.         return false;
  20.     }
  21.     if(document.addaddresslist.BirthDate.value!="")
  22.     {
  23.       if(!isDate(document.addaddresslist.BirthDate.value))
  24.       {
  25.           alert("日期格式错误,请按照“2002-02-18”重新输入!");
  26.           document.addaddresslist.BirthDate.focus();
  27.           return false;
  28.       }
  29.     }
  30.     if(document.addaddresslist.KindsID.value=="0")
  31.     {
  32.         alert("请选择名片夹分类!");
  33.         document.addaddresslist.KindsID.focus();
  34.         return false;
  35.     }
  36. }
  37. </script>
  38. </head>
  39. <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
  40.  <table width="100%" height="100%" border="0" align="center" cellspacing="0">
  41.     <tr>
  42.     <td align="center" valign="top">
  43.       <table width="100%" border="0" cellpadding="0" cellspacing="0">
  44.         <tr>
  45.           <td height="50" valign="top" background="../images/dy-back.gif">
  46.             <table width="100%" border="0" cellpadding="0" cellspacing="0">
  47.               <tr valign="middle">
  48.                 <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
  49.                 <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">文件夹分类列表</font></strong></td>
  50.                 <td align="right" nowrap="nowrap" valign="bottom">&nbsp;
  51.                    <!-- 群增<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;-->
  52.                  <!-- <img src="/images/Single.gif" onMouseOver="this.src='/images/Single_a.gif';" onMouseOut="this.src='/images/Single.gif';" border="0" height="22" width="59" alt="">&nbsp;-->
  53.                   <!-- 修改<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;-->
  54.                   <!-- 删除<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;-->
  55.                   <!-- 查看<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;-->
  56.                   <!-- 组合查询<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;-->
  57.                 </td>
  58.               </tr>
  59.             </table>
  60.           </td>
  61.         </tr>
  62.       </table><br>
  63. <%
  64. Request t_request = new Request(request);
  65. int intUserID = m_session.GetInt("UserID");
  66. int intKindsID = t_request.GetInt("KindsID");
  67. String strKindsIDs = "";
  68. if(intKindsID<1)
  69. {
  70.     out.println("<table width="90%" border="1" cellpadding="3" cellspacing="1" style="">");
  71.     out.println("<tr align="center" valign="middle" bgcolor="" + m_session.GetString("TitleColor") + ""><th colspan="4">名片夹分类</th><th bgcolor="" + m_session.GetString("TitleColor") + ""><a href="AddressListAdd.jsp?KindsID=" + intKindsID + "">新增名片</a></th></tr>");
  72. }
  73. else
  74. {
  75.     out.println("<table width="90%" border="1" cellpadding="3" cellspacing="1" style="">");
  76.     out.println("<tr align="center" valign="middle"><td bgcolor="" + m_session.GetString("DoubleColor") + ""><a href="AddressListManage.jsp">返回名片夹目录</a></td><th bgcolor="" + m_session.GetString("TitleColor") + "" colspan="3">名片夹分类:"+AddressKindManager.getKindNameByID(intKindsID)+"</th><th bgcolor="" + m_session.GetString("TitleColor") + ""><a href="AddressListAdd.jsp?KindsID=" + intKindsID + "">新增名片</a></th></tr>");
  77. }
  78. Vector vtKinds = AddressKindManager.getAllRecord(intUserID);
  79. if(vtKinds.size()>0)
  80. {
  81. int i=0;
  82. for(;i < vtKinds.size() ; i++)
  83. {
  84.     if((i + 1) % 5 == 1) out.println("<tr class="DataRowsSingle" align="center" valign="middle">");
  85.     if(((Vector)vtKinds.get(i)).get(0).toString().equalsIgnoreCase(intKindsID+""))
  86.               out.println("<td border="0" bgcolor="" + m_session.GetString("TitleColor") + "" width="20%" title="" + ((Vector)vtKinds.get(i)).get(1).toString() + "" onclick="window.open('AddressListManage.jsp?KindsID="  + ((Vector)vtKinds.get(i)).get(0).toString() + "','_self');"><a>" + ((Vector)vtKinds.get(i)).get(1).toString() + "</a></td>");
  87.     else
  88.             out.println("<td border="0" class="DataCols" onmouseover="mouseontd(this);" onmouseout="mouseouttd(this,'DataCols');" width="20%" title="" + ((Vector)vtKinds.get(i)).get(1).toString() + "" onclick="window.open('AddressListManage.jsp?KindsID="  + ((Vector)vtKinds.get(i)).get(0).toString() + "','_self');"><a>" + ((Vector)vtKinds.get(i)).get(1).toString() + "</a></td>");
  89.     if((i + 1) % 5 == 0) out.println("</tr>");
  90.     strKindsIDs += "," + ((Vector)vtKinds.get(i)).get(0).toString();
  91. }
  92. if((i) % 5 != 0)
  93. {
  94.     i= (i) % 5;
  95.     for(;i<5;i++) out.println("<td border="0" class="DataCols" onmouseover="mouseontd(this);" onmouseout="mouseouttd(this,'DataCols');" width="20%">&nbsp;</td>");
  96.     out.println("</tr>");
  97. }
  98. out.println("</table><br>");
  99. strKindsIDs = strKindsIDs.substring(1);
  100. }
  101. if(strKindsIDs.length()>0)
  102. {
  103. Vector vt = AddressListManager.getAllRecord(intKindsID);
  104. %>
  105.             <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
  106.                 <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
  107.                     <th width="3%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
  108.                     <th width="5%" nowrap><font color="#000000">序号</font></th>
  109.                     <th width="15%" nowrap><font color="#000000">姓名</font></th>
  110.                     <th width="15%" nowrap><font color="#000000">单位电话</font></th>
  111.                     <th width="15%" nowrap><font color="#000000">移动电话</font></th>
  112.                     <th width="15%" nowrap><font color="#000000">家庭电话</font></th>
  113.                     <th width="15%" nowrap><font color="#000000">电子邮件</font></th>
  114.                     <th width="10%" nowrap><font color="#000000">修改</font></th>
  115.                     <th width="10%" nowrap><font color="#000000">删除</font></th>
  116.                 </tr>
  117.                 <%
  118. for(int i=0;i<vt.size();i++)
  119. {
  120.     String strID = ((Vector)vt.get(i)).get(0).toString();
  121.     if(i % 2 == 0)
  122.         out.println("<tr id="Row"+ i+ "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
  123.     else
  124.         out.println("<tr id="Row"+ i+ "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
  125.     out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
  126.     out.println("<td align="right" valign="middle">" + (i+1) + "</td>");
  127.     out.println("<td align="center" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(1).toString() + "" onclick="window.open('AddressListLink.jsp?ID=" + strID + "','_blank','height=350,top=50,left=30,width=500,status=no,toolbar=no,menubar=no,location=no')"><a href="#">" + ((Vector)vt.get(i)).get(1).toString() + "</a>&nbsp;</td>");
  128.     out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(9).toString() + "&nbsp;</td>");
  129.     out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(10).toString() + "&nbsp;</td>");
  130.     out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(8).toString() + "&nbsp;</td>");
  131.     out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(12).toString() + "&nbsp;</td>");
  132.     if(intKindsID>0)
  133.     {
  134.       out.println("<td align="center" valign="middle" nowrap><a href="EditAddressList.jsp?ID=" + strID + "">修改</a></td>");
  135.       out.println("<td align="center" valign="middle" nowrap><a href="DelAddressList.jsp?ID=" + strID + "&KindsID=" + intKindsID + "" onclick="return confirm('您确实要删除该名片夹吗?');">删除</a></td>");
  136.     }
  137.     else
  138.     {
  139.       out.println("<td align="center" valign="middle" nowrap>&nbsp;</td>");
  140.       out.println("<td align="center" valign="middle" nowrap>&nbsp;</td>");
  141.     }
  142.     out.println("</tr>");
  143. }
  144. %>
  145.  </table>
  146.             <%
  147. }
  148. else
  149. {
  150.     out.println("<script language="javascript">alert("您还没有建立名片夹分类,请先建立名片夹分类!");window.location="AddressKindManage.jsp";</script>");
  151. }
  152. %>
  153.         </td>
  154.     </tr>
  155. </table>
  156. </body>
  157. </html>