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

📄 person.asp

📁 源码:asp编写的大学生毕业就业招聘信息管理系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<html>
<%
sql="select ac,ltime,id,name,code,bdate,sex,guoji,shenggao,tizhong,minzu,marry,hka,hkb,edu,zye,zhuanyen1,zyes,zhuanyen2,school,bydate,zzmm,zcheng,jyjl,rctype,language,lanlevel,languages,lanlevels,pthua,computer,kgzjl,gznum,kothertc,kmubiao,email,jobtype,job,job1,job2,job3,job4,job5,gzdd,gzcs,gzcs1,yuex,grzz,address,posts,phone,shouji,oicq,web,pic,clicks,lock from in_user where id="&clng(request("id"))
rs.open sql,conn,1,1
if rs("lock")=true then
rs.close
set rs=nothing
set conn=nothing
response.write "<script language=JavaScript>" & chr(13) & "alert('此用户已被管理员锁定!');"&"window.location.href = 'index.asp'"&" </script>"
response.end
end if
sql1="update in_user set clicks="&rs("clicks")+1&" where id="&rs("id")
set rs1=server.createobject("adodb.recordset")
rs1.open sql1,conn,1,1
set rs1=nothing
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<title><%=rs("name")&"个人简历 - "&webname%></title>
</head>

<body>
<!--#include file="top.asp"-->
<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="226">
		<tr>
			<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top">
			<div align="center">
				<table border="0" width="76%" cellspacing="0" cellpadding="0" id="table3" height="50">
					<tr>
						<td>
						<p align="center"><font size="5"><%=rs("name")%>个人简历
						</font>(被阅<font color="#FF3900"><%=rs("clicks")+1%></font>次)</td>
					</tr>
				</table>
				<table border="1" width="651" cellspacing="0" cellpadding="0" bordercolor="#0086DF" id="table2" style="border-collapse: collapse">
					<tr>
						<td height="30" background="images/person_bg.gif" width="649" colspan="5">
						<p align="left">&nbsp; <b>个人基本信息</b></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						<p align="center">姓&nbsp;&nbsp;&nbsp; 名:</td>
						<td height="30" width="217">
						 <%=rs("name")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						性&nbsp;&nbsp;&nbsp; 别:</td>
						<td height="30" width="95">
						 <%=rs("sex")%></td>
						<td height="150" width="118" rowspan="5">
						<p align="center"><img border="0" src="<%if rs("pic")<>"" then
						response.write rs("pic")
						else
						response.write "images/nopic.gif"
						end if
						%>" width="120" height="150"></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						出生日期:</td>
						<td height="30" width="217">
						 <%=rs("bdate")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						民&nbsp;&nbsp;&nbsp; 族:</td>
						<td height="30" width="95">
						 <%=rs("minzu")%></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						户&nbsp;&nbsp;&nbsp; 籍:</td>
						<td height="30" width="217">
						 <%=rs("guoji")+"&nbsp;"+rs("hka")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						身&nbsp;&nbsp;&nbsp; 高:</td>
						<td height="30" width="95">
						 <%=rs("shenggao")%>cm</td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						婚姻状况:</td>
						<td height="30" width="217">
						 <%=rs("marry")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						体&nbsp;&nbsp;&nbsp; 重:</td>
						<td height="30" width="95">
						 <%=rs("tizhong")%>kg</td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						政治面貌:</td>
						<td height="30" width="217">
						 <%=rs("zzmm")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						学  历:</td>
						<td height="30" width="95">
						 <%=rs("edu")%></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						毕业时间:</td>
						<td height="30" width="217">
						 <%=rs("bydate")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						毕业院校:</td>
						<td height="30" width="205" colspan="2">
						 <%=rs("school")%></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						身 份 证:</td>
						<td height="30" width="217">
						 <%=rs("code")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						专  业:</td>
						<td height="30" width="205" colspan="2">
						 <%=rs("zye")+"&nbsp;"+rs("zhuanyen1")%></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						现有职称:</td>
						<td height="30" width="217">
						 <%=rs("zcheng")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						第二专业:</td>
						<td height="30" width="205" colspan="2">
						 <%=rs("zyes")+"&nbsp;"+rs("zhuanyen2")%></td>
					</tr>
					<tr>
						<td height="30" width="105" align="center" bgcolor="#FEFBF4">
						现住地点:</td>
						<td height="30" width="217">
						 <%=rs("hkb")%></td>
						<td height="30" width="106" align="center" bgcolor="#FEFBF4">
						 </td>
						<td height="30" width="205" colspan="2">
						 </td>
					</tr>
				</table>
				<table border="1" width="651" cellspacing="0" cellpadding="0" bordercolor="#0086DF" id="table4" style="border-collapse: collapse">
					<tr>
						<td height="30" background="images/person_bg.gif" width="649" colspan="4">
						<p align="left">&nbsp; <strong class="bbbb">求职意向</strong></td>
					</tr>
					<tr>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						<p align="center">应聘职位类型:</td>
						<td height="30" width="205">
						 <%=rs("job")%></td>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						求职类型:</td>
						<td height="30" width="205">
						 <%if rs("jobtype")="两者兼可" then
						response.write "全职或者兼职"
						else
						response.write rs("jobtype")
						end if
						%></td>
					</tr>
					<tr>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						月薪要求:</td>
						<td height="30" width="205">
						 <%
						if rs("yuex")<>"" then
						response.write rs("yuex")+"元(RMB)"
						else
						response.write "面议"
						end if
						%></td>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						具体职位一:</td>
						<td height="30" width="205">
						 <%=rs("job1")%></td>
					</tr>
					<tr>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						具体职位二:</td>
						<td height="30" width="205">
						 <%=rs("job2")%></td>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						具体职位三:</td>
						<td height="30" width="205">
						 <%=rs("job3")%></td>
					</tr>
					<tr>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						具体职位四:</td>
						<td height="30" width="205">
						 <%=rs("job4")%></td>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						具体职位五:</td>
						<td height="30" width="205">
						 <%=rs("job5")%></td>
					</tr>
					<tr>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						希望工作地区:</td>
						<td height="30" width="205">
						 <%=rs("gzdd")+"&nbsp;"+rs("gzcs")%></td>
						<td height="30" width="100" align="center" bgcolor="#FEFBF4">
						其他工作地区:</td>
						<td height="30" width="205">
						 <%=rs("gzcs1")%></td>
					</tr>
				</table>
				<table border="1" width="651" cellspacing="0" cellpadding="0" bordercolor="#0086DF" id="table5" style="border-collapse: collapse">
					<tr>
						<td height="30" background="images/person_bg.gif" width="649" colspan="4">
						<p align="left">&nbsp; <font color="#ffffff"><b>
						<font color="#000000">相关工作经历及特长</font></b></font></td>
					</tr>
					<tr>
						<td height="30" width="100" bgcolor="#FEFBF4" align="center">

⌨️ 快捷键说明

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