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

📄 job_view.asp

📁 站完全依据SEO技术建立
💻 ASP
字号:
<!--#include file="main.asp"-->

<!--#include file="inc/ubb.asp"-->
<%set rs=server.createobject("adodb.recordset")
sql="select * from Job_zp where id="&request("id")&" and key=true and key1=true and key2=true"
rs.open sql,conn,1,1
if rs.eof then
response.write "<br><br><div align=center>此内容不存在</div>"
else
conn.execute("update Job_zp Set htc=htc+1 where id="&request("id"))
job_name=rs("job_name")
dx=rs("dx")
dd=rs("dd")
zrs=rs("zrs")
yq=rs("yq")
lx=rs("lx")
gz=rs("gz")
yxq=rs("yxq")
fdate=rs("date")
yp_id=rs("yp_id")
end if
rs.close%>

<%sql="select * from yp where id="&yp_id
rs.open sql,conn,1,1
zid=rs("id")
zvip=rs("vip")
rs.close%>

<%=citycss%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%> - <%=citytitle%></title>


<body topmargin="0">
<!--#include file="top.asp"-->

<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
<!--==================-->
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height=5 colspan=3></td></tr>
<tr><td height=30 colspan=3 style="border-bottom:1px #cccccc solid"><strong class="f14">招聘职位:<%=job_name%></strong></td></tr>
<tr><td height=10 colspan=3></td></tr>

<tr><td width="19%" height=20></td>
<td width="38%"><p style="line-height:150%"><strong>招聘对象:<%=dx%><br>
工作地点:<%=dd%><br>
发布日期:<%=year(fdate)&"-"&month(fdate)&"-"&day(fdate)%>
</strong></td>
<td width="43%"><p style="line-height:150%"><strong>招聘人数:<%=zrs%><br>
工资待遇:<%=gz%><br>
有效期限:<%=yxq%>
</strong></td></tr>

<tr><td height=10 colspan=3></td></tr>
<tr><td colspan=3><p style="line-height:150%"><strong>要求:</strong><br><%=code_jk(yq)%></td></tr>
<tr><td height=10 colspan=3></td></tr>
<%sub lxfs%>
<%=code_jk(lx)%>
<%end sub%>
<tr><td colspan=3><p style="line-height:150%"><strong>联系方式:</strong><br>
<%if zid=session("id") then
lxfs
else

if zvip<2 then
'-------------------------------
if flag14=1 then
lxfs
elseif flag14=2 then
if session("vip")<>"" then
lxfs
else
view
end if
elseif flag14=3 then
if session("vip")=2 and session("vip")<>"" then
lxfs
else
viewvip
end if
end if
'-------------------------------
elseif zvip=2 then
'-------------------------------
if flag15=1 then
lxfs
elseif flag15=2 then
if session("vip")<>"" then
lxfs
else
view
end if
elseif flag15=3 then
if session("vip")=2 and session("vip")<>"" then
lxfs
else
viewvip
end if
end if
'-------------------------------
end if
end if
%>
</td></tr>
<tr><td height=10 colspan=3></td></tr>

</table>
<!--==================-->
</td>
</tr>
</table>
<!--====== bottom ========-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=2 bgcolor=#4795EC></td></tr>
<tr>
<td align="center" height=80><%=citybottom%></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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