📄 bs_jobaccept.asp
字号:
<%@ LANGUAGE=VBScript CodePage=936%>
<%option explicit%>
<%Response.Buffer=True%>
<!--#include file="Include/Bs_System.asp"-->
<!--#include file="Include/Bs_StrLeft.asp"-->
<%
'=========================================================
'
' 产品名称:良精集团软件科技 公司(企业)网站管理系统(简称:liangjing.net)
' 版权所有:liangjing.net
' 程序制作:liangjing开发团队
' Copyright 2004-2005 liangjing.net - All Rights Reserved.
'
'========================================================
%>
<%
dim job
job=trim(request("job"))
%>
<!--#include file="Include/Bs_Head.asp" -->
<TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
<TR>
<TD vAlign=top class='M_Left_Td'>
<table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
<tr>
<td valign="top">
<% Call Left_Job() %>
</td>
</tr>
</table>
</TD>
<TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
<TD vAlign=top>
<TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
<% Call Style_Adcolumn() '广告栏 %>
<!-- 人才应聘 -->
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 class='MC_Pt_Title'>
<TR>
<TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
<TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
<TD class='MC_Pt_TD3'><SPAN class=Glow>
人才应聘
</SPAN></TD>
<TD class='MC_Pt_TD4'><div align="right">
</div></TD>
<TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 class='MC_HSJNr_Title'>
<TR>
<TD height=5><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
</TR>
<TR vAlign=top >
<TD width="80%" height="18"> <form method="post" action="Bs_JobAcceptSave.asp">
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"> <div align="center">
<table width="100%" height="79" border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td width="23%" height="25" align="right">应聘岗位:</td>
<td width="77%" height="25"
><b><%=job%></b> <input name="jobname" type="hidden" value="<%=job%>"></td>
</tr>
<tr>
<td width="23%" height="25" align="right">姓 名:</td>
<td width="77%" height="-6"><font
><input name="mane" type="text" class="SmallInput" id="mane" size="12" maxlength="16"
></font></td>
</tr>
<tr>
<td height="25" align="right">性 别:</td>
<td width="77%" height="-2"><font
><select name="sex"><option value="男" selected>男</option
><option value="女">女</option></select></font></td>
</tr>
<tr>
<td height="25" align="right">出生日期:</td>
<td width="77%" height="-1"
><input name="birthday" type="text" class="SmallInput" id="birthday" size="14" maxlength="30"> 格式:1976-02-02 </td>
</tr>
<tr>
<td height="25" align="right">婚姻状况:</td>
<td width="77%" height="11"><font
><select name="marry"><option value="未婚" selected>未婚</option
><option value="已婚">已婚</option></select></font></td>
</tr>
<tr>
<td height="25" align="right">毕业院校:</td>
<td width="77%" height="11"><font
><input name="school" type="text" class="SmallInput" id="school" size="30" maxlength="50"></font></td>
</tr>
<tr>
<td width="23%" height="25" align="right">学 历:</td>
<td width="77%" height="-6"
><input name="studydegree" type="text" class="SmallInput" id="studydegree" size="10" maxlength="16"></td>
</tr>
<tr>
<td height="25" align="right">专 业:</td>
<td width="77%" height="-3"><font
><input name="specialty" type="text" class="SmallInput" id="specialty" size="10" maxlength="30"></font></td>
</tr>
<tr>
<td height="25" align="right">毕业时间:</td>
<td width="77%" height="-2"
><input name="gradyear" type="text" class="SmallInput" id="gradyear" size="14" maxlength="30"> 格式:1998-7月</td>
</tr>
<tr>
<td height="25" align="right">电 话:</td>
<td width="77%" height="-1"><font
><input name="telephone" type="text" class="SmallInput" id="telephone" size="16" maxlength="30"></font></td>
</tr>
<tr>
<td height="25" align="right">E-mail:</td>
<td width="77%" height="-6"><font
><input name="email" type="text" class="SmallInput" id="email" size="20" maxlength="30"></font></td>
</tr>
<tr>
<td height="25" align="right">联系地址:</td>
<td width="77%" height="-3"><font
><input name="address" type="text" class="SmallInput" id="address" size="30" maxlength="50"></font></td>
</tr>
<tr>
<td height="25" align="right">水平与能力:</td>
<td width="77%" height="-2"><font
><textarea name="ability" cols="35" rows="5" class="SmallInput" id="ability"></textarea></font></td>
</tr>
<tr>
<td height="25" align="right">个人简历:</td>
<td width="77%" height="-1"><font
><textarea name="resumes" cols="35" rows="5" class="SmallInput" id="resumes"></textarea></font></td>
</tr>
<tr>
<td width="23%" height="0" valign="top"></td>
<td width="77%" height="0" valign="top"
><input type="submit" value="提交留言" name="cmdOk"> <input type="reset" value="重写" name="cmdReset"></td>
</tr>
</table>
</div></td>
</tr>
</table>
</form></TD>
</TR>
</TABLE>
</TD>
</TR>
<!-- 人才应聘 END -->
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 class='MC_bottom_title'>
<tr>
<td>
</td>
</tr>
<tr><td class='MC_bottom_Td2'></td></tr>
</table>
</TD>
</TR>
<TR>
<TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<!--#include file="Include/Bs_Foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -