SignTypeManage.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"/> <% Session m_session = new Session(session); %>
  4. <%
  5. Request m_request = new Request(request);
  6. int iPageSize = 18;
  7. int iPage = m_request.GetInt("Page");
  8. %>
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
  12. <title>考勤签到-- GForce OA 2.0</title>
  13. <link href="/css/txt.jsp" rel="stylesheet" type="text/css">
  14. <script language="JavaScript" src="/js/changestyle.js"></script>
  15. </head>
  16. <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
  17.    <table width="100%" height="100%" border="0" align="center" cellspacing="0">
  18.     <tr>
  19.     <td align="center" valign="top">
  20.       <table width="100%" border="0" cellpadding="0" cellspacing="0">
  21.         <tr>
  22.           <td height="50" valign="top" background="../images/dy-back.gif">
  23.             <table width="100%" border="0" cellpadding="0" cellspacing="0">
  24.               <tr valign="middle">
  25.                 <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
  26.                 <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">签到设置</font></strong></td>
  27.                 <td align="right" nowrap="nowrap" valign="bottom">&nbsp;
  28.                    <!-- 群增<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;-->
  29.                   <a href="AddSignType.jsp"><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>
  30.                   <!-- 修改<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;-->
  31.                   <!-- 删除<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;-->
  32.                   <!-- 查看<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;-->
  33.                   <!-- 组合查询<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;-->
  34.                 </td>
  35.               </tr>
  36.             </table>
  37.           </td>
  38.         </tr>
  39.       </table>
  40. <table width="100%" height="100%" border="0" align="center" cellspacing="0">
  41.     <tr>
  42.         <td align="center" valign="top"><p>&nbsp;</p>
  43.             <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
  44.                 <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
  45.                     <th width="3%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
  46.                     <th width="6%" nowrap><font color="#000000">序号</font></th>
  47.                     <th width="35%" nowrap><font color="#000000">考勤类型名称</font></th>
  48.                     <th width="8%" nowrap><font color="#000000">签到开始时间</font></th>
  49.                     <th width="8%" nowrap><font color="#000000">签到结束时间</font></th>
  50.                     <th width="28%" nowrap><font color="#000000">签到有效星期</font></th>
  51.                     <th width="6%" nowrap><font color="#000000">修改</font></th>
  52.                     <th width="6%" nowrap><font color="#000000">删除</font></th>
  53.                 </tr>
  54. <%
  55. Vector vt = SignTypeManager.getAllRecord();
  56. if(iPage<1)iPage=1;
  57. int iPageCount = StringNew.getPageCount(vt.size(),iPageSize);
  58. if(iPage>iPageCount) iPage=1;
  59. for(int i=(iPage-1)*iPageSize;i<vt.size()&&i<iPage*iPageSize;i++)
  60. {
  61.     String strID = ((Vector)vt.get(i)).get(0).toString();
  62.     if(i % 2 == 0)
  63.         out.println("<tr id="Row"+ i+ "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
  64.     else
  65.         out.println("<tr id="Row"+ i+ "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
  66.     out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
  67.     out.println("<td align="right" valign="middle">" + (i+1) + "</td>");
  68.     out.println("<td align="left" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(1).toString() + "">" + ((Vector)vt.get(i)).get(1).toString() + "</td>");
  69.     String strWorkDays=((Vector)vt.get(i)).get(7).toString().trim();
  70.     if(strWorkDays.length()>0)
  71.     {
  72.       strWorkDays = strWorkDays.replaceAll("0","星期日");
  73.       strWorkDays = strWorkDays.replaceAll("1","星期一");
  74.       strWorkDays = strWorkDays.replaceAll("2","星期二");
  75.       strWorkDays = strWorkDays.replaceAll("3","星期三");
  76.       strWorkDays = strWorkDays.replaceAll("4","星期四");
  77.       strWorkDays = strWorkDays.replaceAll("5","星期五");
  78.       strWorkDays = strWorkDays.replaceAll("6","星期六");
  79.     }
  80.     else
  81.     {
  82.       strWorkDays = "&nbsp;";
  83.     }
  84.     out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(2).toString() + "</td>");
  85.     out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(3).toString() + "</td>");
  86.     out.println("<td align="left" valign="middle" nowrap>" + strWorkDays + "</td>");
  87.     out.println("<td align="center" valign="middle" nowrap><a href="EditSignType.jsp?Page=" + iPage + "&ID=" + strID + "">修改</a></td>");
  88.     out.println("<td align="center" valign="middle" nowrap><a href="DelSignType.jsp?Page="+iPage+"&ID=" + strID + "" onclick="return confirm('您确实要删除该签到类型吗?\n删除该类型之前必须删除该类型所有相关签到记录,\n否则会出错,您是否继续?');">删除</a></td>");
  89.     out.println("</tr>");
  90. }
  91. %>
  92.                 <tr>
  93.                     <th align="center" valign="top" colspan="8">
  94. <%
  95. String strCurrentPageURL = request.getRequestURI();
  96. if(iPage<2)
  97. out.print("首页&nbsp;&nbsp;上页");
  98. else
  99. out.print("<a href=""+ strCurrentPageURL+"?Page=" + 1 + "">首页</a>&nbsp;&nbsp;<a href=""+ strCurrentPageURL+"?Page=" + (iPage-1) + "">上页</a>");
  100. out.print("&nbsp;&nbsp;当前是第" + iPage + "页,共" + vt.size() + "条记录" + iPageCount + "页&nbsp;&nbsp;");
  101. if(iPage>=iPageCount)
  102. out.print("下页&nbsp;&nbsp;末页");
  103. else
  104. out.print("<a href=""+ strCurrentPageURL+"?Page=" + (iPage+1) + "">下页</a>&nbsp;&nbsp;<a href=""+ strCurrentPageURL+"?Page=" + iPageCount + "">末页</a>");
  105. %>
  106.                     </th>
  107.                 </tr>
  108.             </table>
  109.           </form>
  110.         </td>
  111.     </tr>
  112. </table>
  113. </body>
  114. </html>