📄 qz_view.asp
字号:
<%dbdns="../../"%>
<!--#include file="../../inc/conn.asp"-->
<!--#include file="../cook.asp"-->
<%if fla2<>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_qz 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>"
response.end
else
iname=rs("SMT_iname")
sex=rs("SMT_sex")
mzhu=rs("SMT_mzhu")
marry=rs("SMT_marry")
bday=rs("SMT_bday")
sg=rs("SMT_sg")
zchen=rs("SMT_zchen")
zye=rs("SMT_zye")
edu=rs("SMT_edu")
school=rs("SMT_school")
bydate=rs("SMT_bydate")
job=rs("SMT_job")
job1=rs("SMT_job1")
rclx=rs("SMT_rclx")
period=rs("SMT_period")
content=rs("SMT_content")
name=rs("SMT_name")
phone=rs("SMT_phone")
city=rs("SMT_city")
country=rs("SMT_country")
email=rs("SMT_email")
postcode=rs("SMT_postcode")
web=rs("SMT_web")
address=rs("SMT_address")
dateandtime=rs("SMT_dateandtime")
lastdate=rs("SMT_lastdate")
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>求职简历 - <%=iname%> - <%=citytitle%></title>
<body style="margin:0">
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
<!--==================-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height=10></td></tr>
<tr><td>
<table width="100%" border="0" cellspacing="1" cellpadding="10" bgcolor=#efefef>
<tr bgcolor=#ffffff><td height=40 colspan=2 align=center><strong class=f14><%=iname%> 的求职简历</strong><%if now()>lastdate then%><font color=red>(此信息已过期)</font><%end if%></td></tr>
<tr bgcolor=#ffffff><td height=20 colspan=2 align=center bgcolor=#efefef><strong class=f14>基本资料</strong></td></tr>
<tr bgcolor=#ffffff><td width="50%" valign=top><p style="line-height:180%"> 姓 名:<strong><%=iname%></strong><br>
民 族:<strong><%=mzhu%></strong><br>
毕业院校:<strong><%=school%></strong><br>
毕业时间:<strong><%=bydate%></strong><br>
欲求职位:<strong><%=job%></strong><br>
岗位类别:<strong><%=job1%></strong><br>
人才类型:<strong><%=rclx%></strong><br>
工作时间:<strong><%=period%></strong> 年<br>
</td>
<td width="50%" valign=top><p style="line-height:180%"> 性 别:<strong><%=sex%></strong><br>
婚姻状况:<strong><%=marry%></strong><br>
出生年月:<strong><%=bday%></strong><br>
身 高:<strong><%=sg%></strong><br>
职 称:<strong><%=zchen%></strong><br>
所学专业:<strong><%=zye%></strong><br>
最高学历:<strong><%=edu%></strong><br>
发布日期:<strong><%=dateandtime%></strong><br>
</td>
</tr>
<tr bgcolor=#ffffff><td height=20 colspan=2 align=center bgcolor=#efefef><strong class=f14>个人简历</strong></td></tr>
<tr bgcolor=#ffffff><td height=40 colspan=2><p style="line-height:180%"><%=code_jk(content)%></td></tr>
<tr bgcolor=#ffffff><td height=20 colspan=2 align=center bgcolor=#efefef><strong class=f14>联系方式</strong></td></tr>
<tr bgcolor=#ffffff><td height=40 colspan=2><p style="line-height:180%">
联 系 人:<strong><%=name%></strong><br>
联系电话:<strong><%=phone%></strong><br>
所属城市:<strong><%=city%></strong><br>
所属区域:<strong><%=country%></strong><br>
电子邮件:<strong><%=email%></strong><br>
邮政编码:<strong><%=postcode%></strong><br>
个人主页:<strong><%=web%></strong><br>
联系地址:<strong><%=address%></strong>
</td></tr>
</table>
</td></tr>
<tr><td height=10></td></tr>
</table>
<!--==================-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -