📄 person.asp
字号:
<% Response.Buffer=True %>
<!--#include file="jobconn.asp"-->
<!--#include file="inc/config.asp"-->
<%
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
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" type=text/css rel=stylesheet>
<title><%=rs("iname")%>的个人简历</title>
<style>
<!--
#fps0 {font-size: 5pt}
#fps1 {line-height: 150%}
#fps2 {font-size: 6pt}
#fps3 {color:#5e6378;}
-->
</style>
<script language=javaScript src="chromeless_35.js" type=text/javascript></script>
</head>
<body topmargin="0" leftmargin="0">
<div align=center>
<center>
<table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" bordercolor=#111111 width=770 id=AutoNumber1 background=img/bg.gif>
<tr>
<td width=100%>
<div align=center>
<center>
<table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" bordercolor=#111111 width=760 id=AutoNumber7>
<tr>
<TD bgColor=#393f59 height=5><IMG height=1 src= width=1></TD>
</tr>
</table>
</center>
</div>
<div align=center>
<center>
<table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" bordercolor=#111111 width=760 id=AutoNumber73>
<tr>
<td width=758 valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber103">
<tr>
<td width="100%">
<p align="center"><br>
<font size="6">个 人 简 历<br>
</font></td>
</tr>
</table>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#393F59" width="90%" id="AutoNumber104">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#393F59" width="100%" id="AutoNumber105" bgcolor="#FFFFFF">
<tr>
<TD bgColor=#000000 height=5 bordercolor="#111111">
<IMG height=1 src=img/spacer.gif width=1></TD>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#393F59" width="100%" id="AutoNumber106" height="20" bgcolor="#5E6378">
<tr>
<td width="50%" height="20"><span style="letter-spacing: 2">
<font color=#FFFFFF>
<img border=0 src=img/img_02.gif width=5 height=9> </font></span>
<b>
<font color="#FFCC00"> </font></b><font color="#FFFFFF">基本资料 </font></td>
<td width="50%" height="20">
<p align="right">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber107">
<tr>
<TD background=img/bg_03b.gif>
<IMG height=1 src=img/spacer.gif width=1></TD>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#393F59" width="100%" id="AutoNumber108">
<tr>
<td width="16%" align="right" bgcolor="#F5F5F5">姓名:</td>
<td width="21%"> <%=rs("iname")%> </td>
<td width="18%" align="right" bgcolor="#F5F5F5">性别:</td>
<td width="21%"> <%=rs("sex")%> </td>
<td width="24%" rowspan="6">
<p align="center"><br>
<a href="<%=rs("pic")%>" target="_blank">
<img border="0" height="150" src="<%=rs("pic")%>" width="120"></a><br>
</td>
</tr>
<tr>
<td width="16%" align="right" bgcolor="#F5F5F5">出生日期:</td>
<td width="21%"> <%=rs("bday")%> </td>
<td width="18%" align="right" bgcolor="#F5F5F5">民族:</td>
<td width="21%"> <%=rs("mzhu")%> </td>
</tr>
<tr>
<td width="16%" align="right" bgcolor="#F5F5F5">身高:</td>
<td width="21%"> <%=rs("shengao")%> </td>
<td width="18%" align="right" bgcolor="#F5F5F5">体重:</td>
<td width="21%"> <%=rs("tizhong")%> </td>
</tr>
<tr>
<td width="16%" align="right" bgcolor="#F5F5F5">籍贯:</td>
<td width="21%"> <%=rs("hka")%> </td>
<td width="18%" align="right" bgcolor="#F5F5F5">目前所在地:</td>
<td width="21%"> <%=rs("hkb")%> </td>
</tr>
<tr>
<td width="18%" align="right" bgcolor="#F5F5F5">学历:</td>
<td width="21%"> <%=rs("edu")%> </td>
<td width="16%" align="right" bgcolor="#F5F5F5">政治面貌:</td>
<td width="21%"> <%=rs("zzmm")%> </td>
</tr>
<tr>
<td width="16%" align="right" bgcolor="#F5F5F5">毕业院校:</td>
<td width="21%"> <%=rs("school")%> </td>
<td width="18%" align="right" bgcolor="#F5F5F5">毕业时间:</td>
<td width="21%"> <%=rs("byday")%> </td>
</tr>
<tr>
<td width="16%" align="right" height="25" bgcolor="#F5F5F5">所学专业类别:</td>
<td width="21%" height="25"> <%=rs("zye")%> </td>
<td width="18%" align="right" height="25" bgcolor="#F5F5F5">专业名称:</td>
<td width="21%" height="25"> <%=rs("zym")%> </td>
<td width="24%" height="25" bgcolor="#F5F5F5">
<p align="center">个人相片</td>
</tr>
<tr>
<td width="37%" colspan="2" height="25" bgcolor="#F5F5F5">
<p align="center">身份证或其他证件号码:</td>
<td width="63%" colspan="3" height="25"> <%=rs("code")%> </td>
</tr>
<tr>
<td width="100%" colspan="5" height="25" bgcolor="#F5F5F5">
<p align="center">教育背景/培训经历 </td>
</tr>
<tr>
<td width="100%" colspan="5">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="94%" id="AutoNumber123">
<tr>
<td width="100%">
<p style="line-height: 150%"><%=rs("edus")%> </td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber109" bgcolor="#5E6378" height="25">
<tr>
<TD bgColor=#000000 height=5 bordercolor="#111111">
<IMG height=1 src=img/spacer.gif width=1></TD>
</tr>
<tr>
<td width="100%">
<font color="#FFFFFF"> </font><span style="letter-spacing: 2"><font color=#FFFFFF><img border=0 src=img/img_02.gif width=5 height=9> </font></span>
<font color="#FFFFFF">
<span style="letter-spacing: 2px">专业情况及特长</span>:</font></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber110">
<tr>
<TD background=img/bg_03b.gif>
<IMG height=1 src=img/spacer.gif width=1></TD>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#393F59" width="100%" id="AutoNumber111">
<tr>
<td width="25%" align="right" height="25" bgcolor="#F5F5F5">外语语种:</td>
<td width="25%" height="25"> <%=rs("language")%> </td>
<td width="25%" align="right" height="25" bgcolor="#F5F5F5">外语水平:</td>
<td width="25%" height="25"> <%=rs("lanlevel")%> </td>
</tr>
<tr>
<td width="25%" align="right" height="25" bgcolor="#F5F5F5">计算机能力:</td>
<td width="25%" height="25"> <%=rs("computer")%> </td>
<td width="25%" align="right" height="25" bgcolor="#F5F5F5">普通话程度:</td>
<td width="25%" height="25"> <%=rs("pthua")%> </td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -