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

📄 personapply.aspx

📁 网络人才招聘,系统全面很好,喜欢的朋友拿去
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="PersonApply.aspx.cs" AutoEventWireup="false" Inherits="Hr.PersonApply" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowUserOrders</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="css.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<FORM id="Form1" method="post" runat="server">
			<TABLE id="Table1" style=" WIDTH: 100%;  HEIGHT: 100%" cellSpacing="0" cellPadding="0"
				border="0">
				<TR>
					<TD width="202"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none"
							tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="100%" height="100%">
						</iframe>
					</TD>
					<TD vAlign="top" noWrap align="left">
						<TABLE id="Table3" align="center" cellSpacing="0" cellPadding="0" width="60%" border="0">
							<TR>
								<TD style="HEIGHT: 35px" noWrap colSpan="3"></TD>
							</TR>
							<tr>
								<td align="center" style="HEIGHT: 47px" colSpan="3"><h2>求职信息</h2>
								</td>
							</tr>
							<tr>
								<td width="55" style="WIDTH: 55px; HEIGHT: 30px" colSpan="1"></td>
								<TD vAlign="middle" style="HEIGHT: 30px" colSpan="2">&nbsp;
									<asp:Label id="Label1" runat="server">按照求职者姓名查找:</asp:Label>
									<asp:textbox id="tb_Search" runat="server" Width="86px"></asp:textbox>
									<asp:button id="button_Search" runat="server" BackColor="#FFC080" BorderColor="#FFC0C0" Text="搜索"
										width="50"></asp:button></TD>
								<TD style="HEIGHT: 30px"></TD>
							</tr>
							<TR>
								<TD height="5" noWrap colSpan="3" style="HEIGHT: 5px"></TD>
							</TR>
							<TR>
								<TD noWrap colSpan="3">
									<asp:datagrid id="DataGrid1" runat="server" align="middle" Width="479px" BorderStyle="Double"
										BorderWidth="2px" CellPadding="3" BackColor="White" BorderColor="DimGray" AutoGenerateColumns="False"
										AllowSorting="True" AllowPaging="True" Font-Size="X-Small" Height="228px">
										<SelectedItemStyle Font-Underline="True" Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
										<AlternatingItemStyle BorderColor="#804000" BackColor="#F7F7F7"></AlternatingItemStyle>
										<ItemStyle ForeColor="#4A3C8C" BorderColor="DarkGray" BackColor="White"></ItemStyle>
										<HeaderStyle Font-Size="X-Small" Font-Names="宋体" Wrap="False" BorderWidth="5px" ForeColor="Black"
											BorderColor="MediumOrchid" BackColor="#00C0C0"></HeaderStyle>
										<FooterStyle Font-Size="Small" Wrap="False" ForeColor="White" BorderStyle="None" BackColor="AliceBlue"></FooterStyle>
										<Columns>
											<asp:TemplateColumn HeaderText="No.">
												<HeaderStyle HorizontalAlign="Center" Width="40px"></HeaderStyle>
												<ItemStyle HorizontalAlign="Center"></ItemStyle>
												<ItemTemplate>
													<SPAN>
														<%# RowNo %>
													</SPAN>
												</ItemTemplate>
											</asp:TemplateColumn>
											<asp:HyperLinkColumn DataNavigateUrlField="personID" Target="_blank" DataNavigateUrlFormatString="ShowPerson.aspx?personID={0}"
												DataTextField="name" SortExpression="name" HeaderText="姓名">
												<HeaderStyle HorizontalAlign="Center" Width="60px"></HeaderStyle>
												<ItemStyle HorizontalAlign="Center" Width="60px"></ItemStyle>
											</asp:HyperLinkColumn>
											<asp:BoundColumn DataField="workPosition" SortExpression="workPosition" HeaderText="应聘职位">
												<HeaderStyle HorizontalAlign="Center" Width="150px"></HeaderStyle>
												<ItemStyle HorizontalAlign="Center" Width="150px"></ItemStyle>
											</asp:BoundColumn>
											<asp:BoundColumn DataField="workCity" SortExpression="workCity" HeaderText="工作地点">
												<HeaderStyle HorizontalAlign="Center" Width="80px"></HeaderStyle>
												<ItemStyle HorizontalAlign="Center" Width="80px"></ItemStyle>
											</asp:BoundColumn>
											<asp:BoundColumn DataField="education" SortExpression="education" HeaderText="教育程度">
												<HeaderStyle HorizontalAlign="Center" Width="90px"></HeaderStyle>
												<ItemStyle HorizontalAlign="Center" Width="90px"></ItemStyle>
											</asp:BoundColumn>
										</Columns>
										<PagerStyle NextPageText="下一页&amp;gt;" BorderWidth="1px" Font-Size="Smaller" BorderColor="Magenta"
											PrevPageText="上一页&amp;lt;" HorizontalAlign="Right" ForeColor="White" BackColor="#FFE0C0"
											Mode="NumericPages"></PagerStyle>
									</asp:datagrid>
								</TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
			</TABLE>
		</FORM>
	</body>
</HTML>

⌨️ 快捷键说明

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