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

📄 job.asp

📁 源码:asp编写的大学生毕业就业招聘信息管理系统
💻 ASP
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<%
set rs2=server.createobject("adodb.recordset")
sql2="select * from job where id="&clng(request("id"))
rs2.open sql2,conn,1,1
sql="select id,email,lock,name,address,zip,pname,pnames,phone,fax,renshi,sex,rstel,web from en_user where id="&clng(rs2("enid"))
rs.open sql,conn,1,1
if rs("lock")=true then
rs2.close
set rs2=nothing
rs.close
set rs=nothing
set conn=nothing
response.write "<script language=JavaScript>" & chr(13) & "alert('此用户已被管理员锁定!');"&"window.location.href = 'index.asp'"&" </script>"
response.end
end if
set rs1=server.createobject("adodb.recordset")
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<title><%=rs2("jtzw")&"招聘信息"%></title>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="472">
		<tr>
			<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top">
			<div align="center">
				<table border="0" width="748" cellspacing="0" cellpadding="0" id="table2" height="464">
					<tr>
						<td width="205" valign="top">
						<table border="1" width="97%" cellspacing="0" cellpadding="0" id="table3" height="100%" bordercolor="#C0C0C0" style="border-collapse: collapse" bgcolor="#EEFFF2">
							<tr>
								<td bordercolor="#C0C0C0" align="center" valign="top" height="100%">
								<div align="center">
									<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table4" height="66">
										<tr>
											<td height="46" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px solid #C0C0C0">
											<p align="center">
											<a href="company.asp?id=<%=rs("id")%>">
											<img border="0" src="images/company.gif" width="200" height="40"></a></td>
										</tr>
										<tr>
											<td width="100%" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px solid #C0C0C0">
											<img border="0" src="images/job.gif" width="200" height="40"></td>
										</tr>
									</table>
									<div align="center">
										<table border="0" width="200" cellspacing="0" cellpadding="0" id="table5" height="48">
<%
sql1="select * from job where enid="&clng(rs("id"))
rs1.open sql1,conn,1,1
if rs1.eof or rs1.bof then
%>		
											
											<tr>
												<td height="25" colspan="3">
												<p align="center">暂时没有招聘信息</td>
											</tr>
<%
else
for i1=1 to rs1.recordcount
%>											
											
											<tr>
												<td height="23" width="12">
												<p align="center">
												 </td>
												<td height="23" width="23">
												<p align="center">
												<img border="0" src="images/link1.gif" width="6" height="11" align="middle"></td>
												<td height="23" width="165">
												<p align="left">
												<a href="job.asp?id=<%=rs1("id")%>">
												<%=rs1("jtzw")%></a></td>
											</tr>
<%
rs1.movenext
if rs1.eof then exit for
next
rs1.close
set rs1=nothing
end if
%>			
										
										</table>
									</div>
								</div>
								</td>
							</tr>
						</table>
						</td>
						<td align="center" valign="top" style="padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
						<table border="0" width="535" cellspacing="0" cellpadding="0" id="table6" height="208">
							<tr>
								<td height="26" background="images/jobbg1.gif" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" width="533" colspan="2">&nbsp;●
								<b>招聘信息</b></td>
							</tr>
							<tr>
								<td height="46" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" width="533" colspan="2">
								<p align="center"><font size="5">招聘 <%=rs2("jtzw")%></font></font></b>&nbsp; 
								发布时间:<%
								a=instr(rs2("addtime"),chr(32))-1
								response.write Mid(rs2("addtime"),1,a)
								%></td>
							</tr>
							<tr>
								<td height="78" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" width="533" colspan="2">
								<div align="center">
									<table border="0" width="98%" cellspacing="0" cellpadding="0" id="table8" height="64">
										<tr>
											<td><%=unhtml(rs2("zptext"))%></td>
										</tr>
									</table>
								</div>
								</td>
							</tr>
							<tr>
								<td height="25" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" bgcolor="#D5EAF4" width="533" colspan="2">&nbsp;·
								<font color="#000000">具体信息</font></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;招聘单位:<a href="company.asp?id=<%=rs("id")%>"><%=rs("name")%></a></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;有效期限:<%=rs2("youxiaos")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;招聘人数:<%=rs2("zpnum")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;招聘类型:<%=rs2("job")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;专业要求:<%=rs2("zyes")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;学历要求:<%=rs2("edus")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;工作地点:<%=rs2("hka")&"&nbsp;"&rs2("city")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;性别要求:<%=rs2("sexs")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;外语要求:<%=rs2("languages")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;计算机能力:<%=rs2("computers")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;户籍要求:<%=rs2("hkas")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;年龄要求:
								<%
								if rs2("nianlings")="" then
								response.write "不限"
								else
								response.write rs2("nianlings")
								end if
								%>
								</td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;婚姻要求:<%=rs2("marrys")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;薪金水平:
<%
if rs2("moneys")="" then
response.write "面议"
else
response.write rs2("moneys")
end if
%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;国语程度:<%=rs2("pthuas")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;提供食宿:<%=rs2("shisus")%></td>
							</tr>
							<tr>
								<td height="25" width="535" colspan="2" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px"> </td>
							</tr>
							<tr>
								<td height="25" width="535" colspan="2" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" bgcolor="#D5EAF4">&nbsp;·
								<font color="#000000">联系方式</font></td>
							</tr>
<%
if session("id")="" or session("ac")="" or session("user")="" then
%>
							<tr>
								<td height="160" width="533" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4" colspan="2">
								<p align="center">
						<font color="#FF0000">仅有注册用户才能查看此栏,请</font><a href="index.asp">登陆</a><font color="#FF0000">或者</font><a href="register.asp">注册</a><font color="#FF0000">!</font></td>
							</tr>
<%
else
%>							
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;联 系 人:<%=rs("pname")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;联系人 
								职 位:<%=rs("pnames")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;联 系 人:<%=rs("pname")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;联系人&nbsp; 
								电话:<%=rs("phone")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;传  真:<%=rs("fax")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;电 
								子&nbsp; 信 箱:<a href="mailto:<%=rs("email")%>"><%=rs("email")%></a></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;通讯地址:<%=rs("address")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;人事经理姓名:<%=rs("renshi")+rs("sex")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;邮政编码:<%=rs("zip")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;人事经理电话:<%=rs("rstel")%></td>
							</tr>
							<tr>
								<td height="25" width="268" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #D5EAF4; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;联系电话:<%=rs("phone")%></td>
								<td height="25" width="265" style="border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #D5EAF4">&nbsp;公 
								司&nbsp; 网 址:<a target=_blank  href="<%=rs("web")%>"><%=rs("web")%></a></td>
							</tr>
							<tr>
								<td height="40" width="535" colspan="2" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom: 1px solid #C0C0C0">
								<p align="center">
								<a href="add_indepot.asp">
								<%if session("user")="1" then%>
								</a>
								<a href="add_indepot.asp?jobid=<%=rs2("id")%>">
								<img border="0" src="images/company_m4.gif" width="124" height="22"></a>
								<%end if%>
								<a href="JavaScript:openScript('sendmessage.asp?tid=<%=rs("id")%>&ttype=2&title=<%="关于贵公司招聘"+rs2("jtzw")+"的咨询"%>',450,300)"><img border="0" src="images/company_m1.gif" width="124" height="22"></a>
								
								<A HREF="JavaScript:window.print();"><img border="0" src="images/company_m2.gif" width="124" height="22"></a>
								<A HREF="JavaScript:window.close();"><img border="0" src="images/company_m3.gif" width="124" height="22"></a></td>
							</tr>
							<%
							end if
							%>
						</table>
						</td>
					</tr>
				</table>
			</div>
			</td>
		</tr>
	</table>
</div>
<%
rs2.close
set rs2=nothing
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>

</html>

⌨️ 快捷键说明

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