📄 job_zp_view.asp
字号:
<!--#include file="main.asp"-->
<%set rs=server.createobject("adodb.recordset")
sql="select * from SMT_Job_zp where SMT_id="&request("id")&" and SMT_key=1 and SMT_key1=1 and SMT_key2=1"
rs.open sql,conn,1,1
if rs.eof then
response.write "<br><br><div align=center>此内容不存在</div>"
else
conn.execute("update SMT_Job_zp set SMT_htc=SMT_htc+1 where SMT_id="&request("id"))
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")
lastdate=rs("SMT_lastdate")
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
goname=rs("SMT_user")
goid=rs("SMT_id")
govip=rs("SMT_vip")%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>招聘信息 - <%=citytitle%></title>
<body topmargin="0">
<!--#include file="dns/dns.asp"-->
<%SMT_TOP%>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height=30>当前位置:<a href=index.asp>首页</a> >> <a href=job.asp>求职招聘</a> >> <a href=job_zp.asp>招聘列表</a> >> 正文</td></tr>
<%if yxq<>0 then
if lastdate<date() then
bbb="<font color=bbbbbb>(此信息已过期)</font>"
end if
end if%>
<tr><td height=40 bgcolor=#cc3300 style="border:1px #aaaaaa solid"> <strong class="f14"><font color=ffffff>招聘职位:<%=job_name%></font></strong> <%=bbb%></td></tr>
<tr><td>
<table width="760" border="0" cellspacing="10" cellpadding="0" style="border:1px #aaaaaa solid" bgcolor=#fafafa>
<tr>
<td width=50% style="border-bottom:3px #cc3300 solid"><strong>基本信息</strong></td>
<td width=50% style="border-bottom:3px #cc3300 solid"><strong>联系方式</strong></td>
</tr>
<tr>
<td width=50%><p style="line-height:150%">
发布时间:<%=year(begindate)&"年"&month(begindate)&"月"&day(begindate)&"日"%><br>
有效期至:<%=year(lastdate)&"年"&month(lastdate)&"月"&day(lastdate)&"日"%><br>
公 司:<%=rs("SMT_coname")%> <%if rs("SMT_vip")=2 then%><img src="img/vip.gif" title="VIP会员"><%end if%><br>
企业法人:<%=rs("SMT_cofr")%><br>
成立时间:<%=rs("SMT_codate")%><br>
企业性质:<%=rs("SMT_coxz")%><br>
经营模式:<%=rs("SMT_cojy")%>
</td>
<td width=50%><p style="line-height:150%">
<%userlx="地 址:"&rs("SMT_coaddress")&coadd&"<br>"&_
"邮 编:"&rs("SMT_coyb")&"<br>"&_
"联系电话:"&rs("SMT_cotelq")&"-"&rs("SMT_cotel")&"<br>"&_
"传 真:"&rs("SMT_cofaxq")&"-"&rs("SMT_cofax")&"<br>"&_
"企业邮箱:<a href='mailto:"&rs("SMT_mail")&"' target=_blank>"&rs("SMT_mail")&"</a><br>"&_
"网 址:<a href="&usertwourl&" target=_blank>"&usertwourl&"</a><br>"&_
"联 系 人:"&rs("SMT_colxr")&" ("&rs("SMT_colxrsex")&")"%>
<%SMT_user_lxfsview=userlx
SMT_web_lxview%>
</td>
</tr>
<tr>
<td width=50% colspan=2 align=right><a href="<%=usertwourl%>" target=_blank class=red>想更深入的了解该企业请点击进入</a></td>
</tr>
</table>
</td></tr>
<tr><td height=30></td></tr><tr>
<td valign="top">
<!--==================-->
<%if int(goid)=int(user_id) or userflag42=1 then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<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=30 colspan=3></td></tr>
</table>
<%else
response.write SMT_user_seeerr
end if%>
<!--==================-->
</td>
</tr>
</table>
<%end if
rs.close%>
<!--====== bottom ========-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=2 bgcolor=#cc3300></td></tr>
<tr>
<td align="center" height=80><%=citybottom%></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -