EmpSeach.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:17k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="EmpSeach.aspx.vb" Inherits="ioffice.EmpSeach"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体" size="3">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="HEIGHT: 12px" noWrap>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 427px; HEIGHT: 380px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="WIDTH: 778px" vAlign="top">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap>
- <IMG alt="" src="../../img/button/seachemp.gif" align="absBottom">
- </TD>
- </TR>
- </TABLE>
- <TABLE class="box" style="WIDTH: 100%; HEIGHT: 1px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="PADDING-BOTTOM: 10px" vAlign="top" noWrap height="1">
- <DIV style="WIDTH: 100.25%; POSITION: relative; HEIGHT: 136px" ms_positioning="GridLayout">
- <asp:label id="Label1" style="Z-INDEX: 101; LEFT: 12px; POSITION: absolute; TOP: 20px" runat="server" CssClass="tttable">姓名/帐号</asp:label>
- <asp:textbox id="txtName" style="Z-INDEX: 102; LEFT: 76px; POSITION: absolute; TOP: 20px" runat="server" CssClass="edline" Width="251px"></asp:textbox>
- <asp:label id="Label2" style="Z-INDEX: 103; LEFT: 12px; POSITION: absolute; TOP: 52px" runat="server" CssClass="tttable">所在部门</asp:label>
- <asp:dropdownlist id="dropDep" style="Z-INDEX: 104; LEFT: 76px; POSITION: absolute; TOP: 52px" runat="server" Width="251" Height="23px" DataTextField="depname" DataValueField="depcode"></asp:dropdownlist>
- <asp:label id="Label3" style="Z-INDEX: 105; LEFT: 12px; POSITION: absolute; TOP: 84px" runat="server" CssClass="tttable">所在机构</asp:label>
- <asp:dropdownlist id="dropBranch" style="Z-INDEX: 106; LEFT: 76px; POSITION: absolute; TOP: 84px" runat="server" Width="251px" Height="23px" DataTextField="simcode" DataValueField="branchid" AutoPostBack="True"></asp:dropdownlist>
- <asp:imagebutton id="cmdSeach" style="Z-INDEX: 107; LEFT: 336px; POSITION: absolute; TOP: 36px" runat="server" ImageUrl="../../img/button/bseach.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdExit" style="Z-INDEX: 108; LEFT: 340px; POSITION: absolute; TOP: 68px" runat="server" ImageUrl="../../img/button/sexit.gif"></asp:imagebutton>
- <asp:linkbutton id="cmdOption" style="Z-INDEX: 109; LEFT: 12px; POSITION: absolute; TOP: 116px" runat="server" CausesValidation="False">搜索选项 >></asp:linkbutton>
- <asp:label id="lblErr" style="Z-INDEX: 110; LEFT: 88px; POSITION: absolute; TOP: 116px" runat="server" CssClass="err"></asp:label>
- </DIV>
- <TABLE class="td" id="TABLE1" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0" runat="server">
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:checkbox id="chkBase" runat="server" Visible="False" Text="基本选项" AutoPostBack="True"></asp:checkbox>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:panel id="panBase" runat="server" CssClass="box" Width="308px" Height="1px" Visible="False">
- <TABLE class="td" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>性别
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropSex" runat="server" Width="68px" Height="23px" Visible="False">
- <asp:ListItem Value="2">全部</asp:ListItem>
- <asp:ListItem Value="1">男</asp:ListItem>
- <asp:ListItem Value="0">女</asp:ListItem>
- </asp:DropDownList></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>地址-省/市
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtHCity" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap> -区/县
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtDistrict" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap> -街道
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtStreet" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>出生日期
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropBirthDay" runat="server" Width="80px" Height="23px" Visible="False">
- <asp:ListItem Value=">=">大于等于</asp:ListItem>
- <asp:ListItem Value="<=">小于等于</asp:ListItem>
- <asp:ListItem Value="=">等于</asp:ListItem>
- </asp:DropDownList>
- <asp:TextBox id="txtBirthDay" runat="server" CssClass="edline" Width="117px"></asp:TextBox>
- <asp:CustomValidator id="CustomValidator1" runat="server" ControlToValidate="txtBirthDay" ErrorMessage="[出生日期]格式有误,请重新输入!">#</asp:CustomValidator></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>民族/国籍
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtNation" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>党派
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtParty" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- </TABLE>
- </asp:panel>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:checkbox id="chKEdu" runat="server" Visible="False" Text="学历信息" AutoPostBack="True"></asp:checkbox>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:panel id="panEdu" runat="server" CssClass="box" Width="308px" Height="1px" Visible="False">
- <TABLE class="td" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 12px" noWrap width="12"></TD>
- <TD style="WIDTH: 73px" noWrap>学校
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtUniver" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>专业
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtSpecial" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>毕业时间
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropGrYerMon" runat="server" Width="80px" Height="23px" Visible="False">
- <asp:ListItem Value=">=">大于等于</asp:ListItem>
- <asp:ListItem Value="<=">小于等于</asp:ListItem>
- <asp:ListItem Value="=">等于</asp:ListItem>
- </asp:DropDownList>
- <asp:TextBox id="txtGrYerMon" runat="server" CssClass="edline" Width="117px"></asp:TextBox>
- <asp:CustomValidator id="CustomValidator2" runat="server" ControlToValidate="txtGrYerMon" ErrorMessage="[毕业时间]格式有误,请重新输入!">#</asp:CustomValidator></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>学历
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropEduCate" runat="server" Width="112px" Height="23px">
- <asp:ListItem Selected="True"></asp:ListItem>
- <asp:ListItem Value="1">博士后</asp:ListItem>
- <asp:ListItem Value="2">博士</asp:ListItem>
- <asp:ListItem Value="3">硕士</asp:ListItem>
- <asp:ListItem Value="4">(学士)本科毕业</asp:ListItem>
- <asp:ListItem Value="5">专科毕业</asp:ListItem>
- <asp:ListItem Value="6">中专毕业</asp:ListItem>
- <asp:ListItem Value="7">高中毕业</asp:ListItem>
- <asp:ListItem Value="8">初中毕业</asp:ListItem>
- <asp:ListItem Value="9">小学毕业</asp:ListItem>
- </asp:DropDownList></TD>
- </TR>
- </TABLE>
- </asp:panel>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:checkbox id="chkWel" runat="server" Visible="False" Text="福利待遇" AutoPostBack="True"></asp:checkbox>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:panel id="panWel" runat="server" CssClass="box" Width="308px" Height="1px" Visible="False">
- <TABLE class="td" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 72px" noWrap>岗位级别
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtPosiLevl" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 72px" noWrap>工资级别
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtSalaLevl" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 72px" noWrap>进入日期
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropEnterDate" runat="server" Width="80px" Height="23px" Visible="False">
- <asp:ListItem Value=">=">大于等于</asp:ListItem>
- <asp:ListItem Value="<=">小于等于</asp:ListItem>
- <asp:ListItem Value="=">等于</asp:ListItem>
- </asp:DropDownList>
- <asp:TextBox id="txtEnterDate" runat="server" CssClass="edline" Width="117px"></asp:TextBox>
- <asp:CustomValidator id="CustomValidator3" runat="server" ControlToValidate="dropEnterDate" ErrorMessage="[进入日期]格式有误,请重新输入!">#</asp:CustomValidator></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 12px" noWrap></TD>
- <TD style="WIDTH: 72px" noWrap>进入方式
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtEnterMode" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- </TABLE>
- </asp:panel>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:checkbox id="chkContact" runat="server" Visible="False" Text="合同信息" AutoPostBack="True"></asp:checkbox>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 20px" noWrap>
- </TD>
- <TD noWrap>
- <asp:panel id="panContact" runat="server" CssClass="box" Width="308px" Height="72px" Visible="False">
- <TABLE class="td" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>合同类别
- </TD>
- <TD noWrap>
- <asp:dropdownlist id="dropCate" runat="server" Width="123" Height="23px">
- <asp:ListItem Value="正式合同" Selected="True">正式合同</asp:ListItem>
- <asp:ListItem Value="临时合同">临时合同</asp:ListItem>
- <asp:ListItem Value="国家公务员">国家公务员</asp:ListItem>
- <asp:ListItem Value="试用期">试用期</asp:ListItem>
- </asp:dropdownlist></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>开始日期
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropFDate" runat="server" Width="80px" Height="23px" Visible="False">
- <asp:ListItem Value=">=">大于等于</asp:ListItem>
- <asp:ListItem Value="<=">小于等于</asp:ListItem>
- <asp:ListItem Value="=">等于</asp:ListItem>
- </asp:DropDownList>
- <asp:TextBox id="txtFDate" runat="server" CssClass="edline" Width="117px"></asp:TextBox>
- <asp:CustomValidator id="CustomValidator4" runat="server" ControlToValidate="txtFDate" ErrorMessage="[开始日期]格式有误,请重新输入!">#</asp:CustomValidator></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>结束日期
- </TD>
- <TD noWrap>
- <asp:DropDownList id="dropTDate" runat="server" Width="80px" Height="23px" Visible="False">
- <asp:ListItem Value=">=">大于等于</asp:ListItem>
- <asp:ListItem Value="<=">小于等于</asp:ListItem>
- <asp:ListItem Value="=">等于</asp:ListItem>
- </asp:DropDownList>
- <asp:TextBox id="txtTDate" runat="server" CssClass="edline" Width="117px"></asp:TextBox>
- <asp:CustomValidator id="CustomValidator5" runat="server" ControlToValidate="txtTDate" ErrorMessage="[结束日期]格式有误,请重新输入!">#</asp:CustomValidator></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>岗位级别
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtCPosiLevl" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- <TR>
- <TD style="WIDTH: 11px" noWrap></TD>
- <TD style="WIDTH: 73px" noWrap>工资级别
- </TD>
- <TD noWrap>
- <asp:TextBox id="txtCSalaLevl" runat="server" CssClass="edline" Width="200px"></asp:TextBox></TD>
- </TR>
- </TABLE>
- </asp:panel>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>