📄 person.asp
字号:
<% Response.Buffer=True %>
<!--#include file="inc/dbconn.inc"-->
<% uid=request("uid")
set rs=server.createobject("adodb.recordset")
sql1="update person set click=click+1 where uname='"&uid&"'"
rs.open sql1,conn,1,1
sql2="select * from person where job<>'""' and uname='"&uid&"'"
rs.open sql2,conn,1,1 %>
<% if rs.eof or rs.bof then
response.write"<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');"
response.write"javascript:window.close();</SCRIPT>"
end if %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>矿大在线→人才招聘 →<%=rs("iname")%></title>
</head>
<div align="center">
<center>
<table border="2" cellpadding="0" cellspacing="0" width="390" height="641" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td height="19" bgcolor="#C6CEDE" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" valign="bottom" colspan="2" width="384">
<p align="center"> <font color="#990033" size="+2">个人求职简历 </font> </td>
</tr>
<tr>
<td height="19" valign="bottom" width="176"> 姓名:<%=rs("cname")%></td></center>
<td height="19" valign="bottom" width="206"> <p align="right">点击数:<%=rs("click")%> </p></td>
</tr>
<center>
<tr>
<td height="19" valign="bottom" bgcolor="#3366CC" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384">
<font size="+1">个人基本资料 </font></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 性别:<%=rs("sex")%> 出生年月:<%=rs("bday")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 民族:<%=rs("mzhu")%> 政治面貌:<%=rs("zzmm")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 户籍所在地:<%=rs("hka")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 最高教育程度:<%=rs("edu")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 专 业:<%=rs("zye")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 毕业院校:<%=rs("school")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 现有职称:<%=rs("zchen")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#33CCCC" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384">
工作条件 </td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 应聘岗位:<%=rs("job")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 希望工作地点:<%=rs("gzdd")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 薪金要求:
<%if rs("yuex")="面议" then response.write"面议" else response.write"月薪["&rs("yuex")&"]RMB" end if%>
</td>
</tr>
<% if rs("otheryq")<>"无其他要求" then%>
<tr>
<td height="19" valign="bottom" bgcolor="#33CCCC" colspan="2" width="384"> 其他要求:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=rs("otheryq")%></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<%end if%>
<td height="19" valign="bottom" bgcolor="#33CCCC" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384">联系信息</td>
<tr>
<td height="19" colspan="2" valign="bottom">联系人:<%=rs("cname")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 联系电话:<%=rs("phone")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 寻呼机号码:<%=rs("callnum")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> E-mail:<a href="mailto:<%=rs("email")%>"><%=rs("email")%></a></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> OICQ号码:<%=rs("oicq")%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" bgcolor="#F3F3F3" width="384"> 个人主页:<a href="<%=rs("http")%>"><%=rs("http")%></a></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 联系地址:<%=rs("address")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#33CCCC" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384"> 个人主要特长和相关工作经历
</td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 外语特长:<%=rs("language")%>
等级:<%=rs("lanlevel")%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 普通话程度:<%=rs("pthua")%> 计算机能力:<%=rs("computer")%></td>
</tr>
<% if rs("othertc")<>"无其他特长" then%>
<tr>
<td height="19" valign="bottom" bgcolor="#33CCCC" colspan="2" width="384"> 其它爱好和特长:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=rs("othertc")%></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
</center>
<%end if%>
<tr>
<td height="19" bgcolor="#33CCCC" valign="bottom" width="176"> 详细工作经历:</td>
<td height="19" bgcolor="#33CCCC" valign="bottom" width="206"> <p align="right">相关工作经验:<%=rs("gznum")%>年 </p></td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#33CCCC" colspan="2" width="384"> </td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=rs("gzjl")%></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384"> </td>
</tr>
<% if session("cuid")<>"" then%>
<tr>
<td height="24" valign="bottom" colspan="2" width="384"> <p align="center">
</td>
</tr>
<%end if%>
</table>
</div>
<br>
<CENTER>【<a href="javascript:window.close()">关闭窗口</a>】</CENTER>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -