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

📄 job_qz_view.asp

📁 购物网站源码有需要的赶快下载机不可失
💻 ASP
字号:
<!--#include file="main.asp"-->
<%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
conn.execute("update SMT_Job_qz set SMT_his=SMT_his+1 where SMT_id="&request("id"))
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%>

<!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 topmargin="0">
<%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_qz.asp>求职列表</a> >> 正文</td></tr>
  <tr>
    <td valign="top">
<!--==================-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr><td height=10></td></tr>
  <tr><td height=300>
<%if session("individualid")=request("id") or userflag41=1 then%>
<table width="100%" border="0" cellspacing="1" cellpadding="5" bgcolor=#cc3300>
  <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=right>
&nbsp;<img src="img/collection.gif" border=0 align=absmiddle> <a href=# onClick="javascript:window.external.AddFavorite('<%=application("cityurl")%>zh_view.asp?id=<%=request("id")%>','<%=iname%>的求简历');return false">IE收藏</a>
&nbsp;<img src="img/gwb.gif" border=0 align=absmiddle> <a href=# onClick="javascript:window.open('collection.asp?tit=<%=iname%>的求简历&page=job_qz_view.asp?id=<%=request("id")%>','_n','width=300,height=150');return false">放入公文包</a>
  </td></tr>
  <tr bgcolor=#ffffff><td height=20 colspan=2 align=center bgcolor=#cc3300><strong class=f14><font color="#FFFFFF">基本资料</font></strong></td></tr>
  <tr bgcolor=#ffffff><td width="50%" valign=top><p style="line-height:180%">&nbsp;姓  名:<strong><%=iname%></strong><br>
&nbsp;民  族:<strong><%=mzhu%></strong><br>
&nbsp;毕业院校:<strong><%=school%></strong><br>
&nbsp;毕业时间:<strong><%=bydate%></strong><br>
&nbsp;欲求职位:<strong><%=job%></strong><br>
&nbsp;岗位类别:<strong><%=job1%></strong><br>
&nbsp;人才类型:<strong><%=rclx%></strong><br>
&nbsp;工作时间:<strong><%=period%></strong> 年<br>

  </td>
  <td width="50%" valign=top><p style="line-height:180%">&nbsp;性  别:<strong><%=sex%></strong><br>
&nbsp;婚姻状况:<strong><%=marry%></strong><br>
&nbsp;出生年月:<strong><%=bday%></strong><br>
&nbsp;身  高:<strong><%=sg%></strong><br>
&nbsp;职  称:<strong><%=zchen%></strong><br>
&nbsp;所学专业:<strong><%=zye%></strong><br>
&nbsp;最高学历:<strong><%=edu%></strong><br>
&nbsp;发布日期:<strong><%=dateandtime%></strong><br>
  </td>
  </tr>
  <tr bgcolor=#ffffff><td height=20 colspan=2 align=center bgcolor=#cc3300><strong class=f14><font color="#FFFFFF">个人简历</font></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=#cc3300><strong class=f14><font color="#FFFFFF">联系方式</font></strong></td></tr>
  <tr bgcolor=#ffffff><td height=40 colspan=2><p style="line-height:180%">
&nbsp;联 系 人:<strong><%=name%></strong><br>
&nbsp;联系电话:<strong><%=phone%></strong><br>
&nbsp;所属城市:<strong><%=city%></strong><br>
&nbsp;所属区域:<strong><%=country%></strong><br>
&nbsp;电子邮件:<strong><%=email%></strong><br>
&nbsp;邮政编码:<strong><%=postcode%></strong><br>
&nbsp;个人主页:<strong><%=web%></strong><br>
&nbsp;联系地址:<strong><%=address%></strong>
  </td></tr>
</table>
<%else
response.write SMT_user_seeerr
end if%>
  </td></tr>
  <tr><td height=10></td></tr>
</table>


<br>

<!--==================-->
	</td>
  </tr>
</table>
<!--====== 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 + -