📄 jobadd.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_JobAdd, TL" %>
<%@ Register Src="AdminLogin.ascx" TagName="AdminLogin" TagPrefix="uc1" %>
<%@ Register Src="Admintop.ascx" TagName="Admintop" TagPrefix="uc2" %>
<%@ Register Src="Adminfoot.ascx" TagName="Adminfoot" TagPrefix="uc3" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head id="Head1" runat="server">
<title>无标题页</title>
<link href="Images/admin_css.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<uc1:AdminLogin ID="AdminLogin1" runat="server" />
<uc2:Admintop ID="Admintop1" runat="server" />
<br />
<table cellpadding="1" cellspacing="1" align="center" class="tableBorder" style="width:60%">
<tr>
<td height="25" align="center" colspan="2" bgcolor="#f58200" background="Images/bg_td.gif"><font color="#FFFFFF"><strong>发布招聘信息</strong></font></td>
</tr>
<tr>
<td class="forumRowHighlight" style="width: 25%">
职位名称:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox6" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td class="forumRowHighlight" style="width: 25%">
性 别:</td>
<td class="forumRowHighlight" width="60%">
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
<asp:ListItem>男女不限</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td class="forumRowHighlight" style="width: 25%">
招聘人数:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox2" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td class="forumRowHighlight" style="width: 25%">
工资待遇:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox4" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr >
<td class="forumRowHighlight" style="width: 25%">
工作地点:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox3" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td class="forumRowHighlight" style="width: 25%">
发布时间:</td>
<td class="forumRowHighlight" width="60%">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr >
<td class="forumRowHighlight" style="width: 25%">
有效期限:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox5" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr >
<td class="forumRowHighlight" style="width: 25%">
应聘要求:</td>
<td class="forumRowHighlight" width="60%">
<asp:TextBox ID="TextBox7" runat="server" Width="248px" Height="135px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr align="center">
<td class="forumRowHighlight" colspan="2">
<asp:Button ID="Button1" runat="server" Text="确认发布" Height="25px" OnClick="Button1_Click" Width="100px" />
<asp:Button ID="Button2" runat="server" Text="重 置" Height="25px" OnClick="Button2_Click" Width="100px" /></td>
</tr>
</table>
<br />
<uc3:Adminfoot ID="Adminfoot1" runat="server" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -