📄 empseach.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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -