search.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:3k
源码类别:

电子政务应用

开发平台:

Java

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  4. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
  5. <STYLE>
  6. #ssm2 A {
  7. FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: verdana; TEXT-DECORATION: none
  8. }
  9. #ssm2 A:hover {
  10. COLOR: red
  11. }
  12. </STYLE>
  13. <script language="JavaScript1.2" src="/vnex/menu/dockmenu_person.js"></script>
  14. <script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>
  15. <%@ page language="java" %>
  16. <%@ import="java.util.Collection"%>
  17. <%@ import="java.util.ArrayList"%>
  18. <%@ import="java.util.Iterator"%>
  19. <%@ import="com.vnex.intranet.attendance.employee.process.*"%>
  20. <%@ import="com.vnex.intranet.attendance.employee.value.*"%>
  21. <%@ import="com.vnex.intranet.attendance.employee.proxy.*"%>
  22. <%@ taglib uri="/vnex.tld" prefix="vnex" %>
  23. <%@ taglib uri="/vnex_organization.tld" prefix="org" %>
  24. <jsp:useBean id="organizationProxy" scope="Application" class="com.vnex.intranet.organization.proxy.OrganizationProxyBean" />
  25. <jsp:useBean id="dvalue" scope="Application" class="com.vnex.intranet.organization.value.DivisionValueBean" />
  26. <DIV align=center>
  27. <form name="form1" method="post" action="/mainctrl/attendance/result">
  28.   <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  29.     <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
  30.     <TR> 
  31.         <TD colSpan=3 align="center" class="iframestyle" valign="top"> <br>
  32.           <table width="600" border="1" cellspacing="1" bordercolor="#666666">
  33.             <tr valign="top"> 
  34.               <td bgcolor="#fafafa" > 
  35.                 <table width="600" border="0" cellspacing="0" cellpadding="2">
  36.                   <tr> 
  37.                     <td colspan="6" bgcolor="#666666"><font class="strongw"><a href="/mainctrl/home/index"><font color="#FFFFFF">首页</font></a>&gt;&gt;<a href="/mainctrl/personal/main"><font color="#FFFFFF">个人办公</font></a>&gt;&gt;<a href="/mainctrl/attendance/search"><font color="#FFFFFF">今日考勤</font></a>&gt;&gt;查看考勤</font> 
  38.                     </td>
  39.                     </tr>
  40.                     <tr bgcolor="#fafafa"> 
  41.                       <td colspan="6"></td>
  42.                     </tr>
  43.                   </table> 
  44.                 <table width="100%" border="0" cellspacing="0" cellpadding="2">
  45.                   
  46.                 </table>
  47.                
  48.                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
  49.                   <tr> 
  50.                     <td height="30"> <FONT class=strong>&nbsp;部门科室名: </font> 
  51.                       <org:DivisionList>
  52. <select name="myselect">
  53. <option value='0'>全部部门</option>
  54. <vnex:items >
  55. <option value="<org:DivisionAttribute attribute="id"/>" >
  56. <org:DivisionAttribute attribute="levelStr"/>+<org:DivisionAttribute attribute="name"/>
  57. </option>
  58. </vnex:items>
  59. </select>
  60. </org:DivisionList>
  61. &nbsp;
  62.   <input type="submit" name="Button2" value="查看"  onClick="location='list.htm'" class="file">
  63.                     </td>
  64.                   </tr>
  65.                 </table>
  66.               </td>
  67.             </tr>
  68.           </table>
  69.           <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
  70.        </TD>
  71.     </TR>
  72.      <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
  73.     </TABLE>
  74.   <BR>
  75.     <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
  76. </form></DIV>
  77. </BODY></HTML>