📄 job_view.asp
字号:
<%dbdns="../../"%>
<!--#include file="../../inc/conn.asp"-->
<!--#include file="../cook.asp"-->
<%if fla6<>1 then
response.write "<script>alert('操作权限出错,您没有权限操作些功能');history.go(-1);</Script>"
Response.End
end if%>
<%set rs=server.createobject("adodb.recordset")
sql="select * from SMT_Job_zp where SMT_id="&request("id")&""
rs.open sql,conn,1,1
if rs.eof then
response.write "<br><br><div align=center>此内容不存在</div>"
response.end
else
job_name=rs("SMT_job_name")
dx=rs("SMT_dx")
dd=rs("SMT_dd")
zrs=rs("SMT_zrs")
yq=rs("SMT_yq")
gz=rs("SMT_gz")
yxq=rs("SMT_yxq")
fdate=rs("SMT_date")
yp_id=rs("SMT_yp_id")
end if
rs.close%>
<%sql="select * from SMT_yp where SMT_id="&yp_id
rs.open sql,conn,1,1
if not rs.eof then
zid=rs("SMT_id")
zvip=rs("SMT_vip")
end if
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 style="margin:0">
<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>
有效期限:<%if yxq=0 then response.write "长期有效" else response.write 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>
<tr><td height=10 colspan=3></td></tr>
</table>
<!--==================-->
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -