?? getjob.aspx
字號(hào):
<%@ Page language="c#" Codebehind="GetJob.aspx.cs" AutoEventWireup="false" Inherits="Hr.GetJob" %>
<!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="ioffice.css" type="text/css" rel="stylesheet">
<LINK href="style2.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<FONT face="宋體"><FONT face="宋體">
<FORM id="Form1" method="post" runat="server">
<FONT face="宋體">
<TABLE id="Table1" style=" WIDTH: 100%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD width="202" height="700"><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="middle">
<FONT face="宋體">
<TABLE id="Table3" align="center" cellSpacing="0" cellPadding="0" width="60%" border="0">
<TR>
<TD style="HEIGHT: 70px" noWrap colSpan="3"></TD>
</TR>
<tr>
<td align="middle" height="30"><h2> 求職信息列表</h2></td>
</tr>
<tr>
<td width="270"></td>
<TD vAlign="center">
<asp:textbox id="tb_Search" runat="server" Width="90px"></asp:textbox></TD>
<TD><asp:button id="button_Search" runat="server" width="50" Text="搜索"></asp:button></td>
</tr>
<TR>
<TD height="15" noWrap colSpan="3"></TD>
</TR>
<TR>
<TD noWrap colSpan="3">
<asp:datagrid id="DataGrid1" runat="server" ShowFooter="True" align ="middle" Width="100%" GridLines="Horizontal" BorderStyle="Groove" BorderWidth="2px" CellPadding="3" BackColor="White" BorderColor="DarkGray" AutoGenerateColumns="False" PageSize="20" AllowSorting="True" AllowPaging="True" Font-Size="X-Small">
<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="Magenta" BackColor="#99CCFF"></HeaderStyle>
<FooterStyle Font-Size="Small" ForeColor="White" BackColor="Ivory"></FooterStyle>
<Columns>
<asp:TemplateColumn HeaderText="No.">
<HeaderStyle Width="30px" HorizontalAlign="center"></HeaderStyle>
<ItemStyle HorizontalAlign="center"></ItemStyle>
<ItemTemplate>
<SPAN>
<%# RowNo %>
</SPAN>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="personID" DataNavigateUrlFormatString="ShowPerson.aspx?personID={0}" DataTextField="name" SortExpression="name" HeaderText="姓名">
<HeaderStyle Width="60px" HorizontalAlign="Center"></HeaderStyle>
<ItemStyle Width="60px" HorizontalAlign="Center"></ItemStyle>
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="workPosition" SortExpression="workPosition" HeaderText="應(yīng)聘職位">
<HeaderStyle Width="150px" HorizontalAlign="Center"></HeaderStyle>
<ItemStyle Width="150px" HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="workCity" SortExpression="workCity" HeaderText="工作地點(diǎn)">
<HeaderStyle Width="80px" HorizontalAlign="Center"></HeaderStyle>
<ItemStyle Width="80px" HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="education" SortExpression="education" HeaderText="教育程度">
<HeaderStyle Width="90px" HorizontalAlign="Center"></HeaderStyle>
<ItemStyle Width="90px" HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一頁&gt;" BorderWidth="1px" Font-Size="Smaller" BorderColor="Magenta" PrevPageText="上一頁&lt;" HorizontalAlign="Left" ForeColor="White" BackColor="#FFFFC0" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
</TD>
</TR>
</TABLE>
</TR>
</TABLE>
</FONT>
</FORM>
</FONT></FONT>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -