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

📄 qz_view.asp

📁 实现一个用JSP、Servlet技术实现的小型物流网站系统。实现功能如下:管理员通过登录该系统
💻 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%">&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=#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%">
&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>
  </td></tr>
  <tr><td height=10></td></tr>
</table>
<!--==================-->
	</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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