📄 companyoffer.aspx
字号:
<%@ Page language="c#" Codebehind="CompanyOffer.aspx.cs" AutoEventWireup="false" Inherits="Hr.CompanyOffer" %>
<!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">
<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="center">
<FONT face="宋体">
<TABLE id="Table3" align="center" cellSpacing="0" cellPadding="0" width="60%" border="0">
<TR>
<TD style="HEIGHT: 30px" noWrap colSpan="3" height="30"></TD>
</TR>
<tr>
<td align="center" style="HEIGHT: 28px" bgColor="#ffffff" colSpan="3"><h2 align="center">企业招聘信息</h2>
</td>
</tr>
<tr>
<td width="10" style="WIDTH: 10px; HEIGHT: 51px">
<TD vAlign="middle" style="HEIGHT: 30px" colSpan="2">
<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 style="HEIGHT: 253px" noWrap colSpan="3" height="253">
<asp:datagrid id="DataGrid1" runat="server" Width="502px" BorderColor="DarkGray" BackColor="White"
Height="160px" Font-Size="X-Small" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
CellPadding="3" BorderWidth="2px" BorderStyle="Groove" align="middle">
<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="12pt" Font-Names="宋体" Wrap="False" BorderWidth="5px" ForeColor="Black"
BorderColor="Magenta" BackColor="#00C0C0"></HeaderStyle>
<FooterStyle Font-Size="12pt" ForeColor="White" BackColor="Ivory"></FooterStyle>
<Columns>
<asp:TemplateColumn HeaderText="No.">
<HeaderStyle Width="40px"></HeaderStyle>
<ItemStyle HorizontalAlign="Left"></ItemStyle>
<ItemTemplate>
<SPAN>
<%# RowNo %>
</SPAN>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="companyID" DataNavigateUrlFormatString="ShowCompany.aspx?companyID={0}"
DataTextField="companyName" SortExpression="companyName" HeaderText="公司名称">
<HeaderStyle HorizontalAlign="Center" Width="130px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" Width="130px"></ItemStyle>
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="workPosition" SortExpression="workPosition" HeaderText="招聘职位">
<HeaderStyle HorizontalAlign="Center" Width="120px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" Width="120px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="workCity" SortExpression="workCity" HeaderText="所在地">
<HeaderStyle HorizontalAlign="Center" Width="70px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" Width="70px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="giveNum" SortExpression="giveNum" HeaderText="人数">
<HeaderStyle HorizontalAlign="Center" Width="50px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" Width="50px"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一页&gt;" BorderWidth="1px" Font-Size="Smaller" BorderColor="Magenta"
PrevPageText="上一页&lt;" HorizontalAlign="right" ForeColor="DimGray" BackColor="#FFE0C0"
Mode="NumericPages"></PagerStyle>
</asp:datagrid></TD>
</TR>
<TR>
<TD noWrap colSpan="3">
</TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
</TABLE>
</FONT>
</FORM>
</FONT></FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -