⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.jsp

📁 非常完整的Java开发的网络办公系统
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<jsp:include page="/vnex/page/FORM_HEAD.jsp" />
<BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
<STYLE>
#ssm2 A {
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: verdana; TEXT-DECORATION: none
}
#ssm2 A:hover {
	COLOR: red
}
</STYLE>
<script language="JavaScript1.2" src="/vnex/menu/dockmenu_person.js"></script>
<script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>

<%@ page language="java" %>
<%@ import="java.util.Collection"%>
<%@ import="java.util.ArrayList"%>
<%@ import="java.util.Iterator"%>
<%@ import="com.vnex.intranet.attendance.employee.process.*"%>
<%@ import="com.vnex.intranet.attendance.employee.value.*"%>
<%@ import="com.vnex.intranet.attendance.employee.proxy.*"%>

<%@ taglib uri="/vnex.tld" prefix="vnex" %>
<%@ taglib uri="/vnex_organization.tld" prefix="org" %>

<jsp:useBean id="organizationProxy" scope="Application" class="com.vnex.intranet.organization.proxy.OrganizationProxyBean" />
<jsp:useBean id="dvalue" scope="Application" class="com.vnex.intranet.organization.value.DivisionValueBean" />

<DIV align=center>
<form name="form1" method="post" action="/mainctrl/attendance/result">
  <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
    <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
    <TR> 
        <TD colSpan=3 align="center" class="iframestyle" valign="top"> <br>
          <table width="600" border="1" cellspacing="1" bordercolor="#666666">
            <tr valign="top"> 
              <td bgcolor="#fafafa" > 
                <table width="600" border="0" cellspacing="0" cellpadding="2">
                  <tr> 
                    <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> 
                    </td>
                    </tr>
                    <tr bgcolor="#fafafa"> 
                      <td colspan="6"></td>
                    </tr>
                  </table> 
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
                  
                </table>
               
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr> 
                    <td height="30"> <FONT class=strong>&nbsp;部门科室名: </font> 
                      <org:DivisionList>
<select name="myselect">
<option value='0'>全部部门</option>
<vnex:items >
<option value="<org:DivisionAttribute attribute="id"/>" >
<org:DivisionAttribute attribute="levelStr"/>+<org:DivisionAttribute attribute="name"/>
</option>
</vnex:items>
</select>
</org:DivisionList>
&nbsp;
					  <input type="submit" name="Button2" value="查看"  onClick="location='list.htm'" class="file">
                    </td>
                  </tr>
                </table>
              </td>
            </tr>
          </table>
          <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
       </TD>
    </TR>
     <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
    </TABLE>
  <BR>
    <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
	</form></DIV>

</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -