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

📄 7.asp

📁 人才招聘系统,用asp做的
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file=../../conn.asp-->
<%
dim rs,sql,cmdexample,jobid
jobid=request("jobid")
function HTMLEncode(fString)
if not isnull(fString) then
    fString = replace(fString, ">", "&gt;")
    fString = replace(fString, "<", "&lt;")
    fString = Replace(fString, CHR(32), "&nbsp;")
    fString = Replace(fString, CHR(9), "&nbsp;")
    fString = Replace(fString, CHR(34), "&quot;")
    fString = Replace(fString, CHR(39), "&#39;")
    fString = Replace(fString, CHR(13), "")
    fString = Replace(fString, CHR(10) & CHR(10), "</P><P> ")
    fString = Replace(fString, CHR(10), "<BR> ")
    HTMLEncode = fString
end if
end function
set rs=server.createobject("adodb.recordset")
sql="select jobid,llcs from person where jobid='"&jobid&"'"
rs.open sql,conn,1,3
if rs.eof or rs.bof then
response.write "<br>"+"<li>对不起,帐号不存在!"
response.end
end if
rs("llcs")=rs("llcs")+1
rs.update
rs.close
set rs=nothing
if len(request("jobid"))<>10 then
response.write "<br>"+"<li>参数错误!"
response.end
end if
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="personlist1"
cmdexample.commandtype=4
cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
cmdexample.parameters.append cmdexample.createparameter("@jobid",200,1,20)
cmdexample.parameters("@jobid").value=jobid
set rs=cmdexample.execute
if rs.eof or rs.bof then
response.write "<br>"+"<li>对不起,帐号不存在!"
response.end
end if
%>
<HTML><HEAD>
<meta http-equiv="Content-Language" content="zh-cn">
<TITLE><%=rs("name")%>的个人简历</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<link rel="stylesheet" type="text/css" href="../../1.css">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY background="" bgColor=#c3c1c1 leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0" style="font-size: 9pt">
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=745>
  <TBODY>
  <TR>
    <TD colSpan=5 rowSpan=4 width=362><span style="font-size: 9pt"><IMG alt="" height=72 
      src="7/layout_01.gif" width=362></span></TD>
    <TD rowSpan=4 width=27><span style="font-size: 9pt"><IMG alt="" height=72 src="7/layout_02.gif" 
      width=27></span></TD>
    <TD colSpan=4 width=371><span style="font-size: 9pt"><IMG alt="" height=33 src="7/layout_03.gif" 
      width=371></span></TD></TR>
  <TR>
    <TD colSpan=3 width=328><span style="font-size: 9pt"><IMG alt="" height=9 src="7/layout_04.gif" 
      width=328></span></TD>
    <TD rowSpan=3 width=43><span style="font-size: 9pt"><IMG alt="" height=39 src="7/layout_05.gif" 
      width=43></span></TD></TR>
  <TR>
    <TD width=83><span style="font-size: 9pt"><a href="../../index.asp">
    <IMG height=22 src="7/layout_06.gif" 
width=83 border="0"></a></span></TD>
    <TD width=121><span style="font-size: 9pt"><a href="../../company">
    <IMG height=22 src="7/layout_07.gif" 
    width=121 border="0"></a></span></TD>
    <TD width=124><span style="font-size: 9pt"><a href="../../person">
    <IMG height=22 src="7/layout_08.gif" 
    width=124 border="0"></a></span></TD></TR>
  <TR>
    <TD colSpan=3 width=328><span style="font-size: 9pt"><IMG alt="" height=8 src="7/layout_09.gif" 
      width=328></span></TD></TR>
  <TR>
    <TD colSpan=9 width=717><span style="font-size: 9pt"><IMG alt="" height=41 src="7/layout_10.gif" 
      width=717></span></TD>
    <TD width=43><span style="font-size: 9pt"><IMG alt="" height=41 src="7/layout_11.gif" 
  width=43></span></TD></TR>
  <TR>
    <TD background="7/layout_16.gif" width=36 rowspan="5"> </TD>
    <TD bgColor=#ffffff colSpan=8 vAlign=top width=681 height="25">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="100%" height="20" colspan="4">
      <font color="#808080" style="font-size: 9pt">
      <font face="宋体">【</font>基本资料<font face="宋体">】</font></font></td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"> 
        <li>真实姓名:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("name")%></span></font></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>性别:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%if rs("xingbie")<>0 then%>男<%else%>女<%end if%></span></font></td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"> <li>出生日期:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("birthyear")%>年<%=rs("birthmonth")%>月<%=rs("birthday")%>日</span></font></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>婚姻状况:</span></font></td>
        <td width="25%" height="22">
 <font color="#808080"><%
if rs("hunyin")=0 then
  response.write "保密"
elseif rs("hunyin")=1 then
  response.write "未婚"
elseif rs("hunyin")=2 then
  response.write "已婚"
elseif rs("hunyin")=3 then
  response.write "离异"
end if
%><span style="font-size: 9pt"> </span>
        </font>
        </td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"> 
        <li>年龄:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("age")%>岁</span></font></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>民族:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("minzu")%></span></font></td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"> 
        <li>身高:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("shengao")%>cm</span></font></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>最高学历:</span></font></td>
        <td width="25%" height="22">
<font color="#808080"><%
if rs("xueli")=0 then
  response.write "高中"
elseif rs("xueli")=1 then
  response.write "中专"
elseif rs("xueli")=2 then
  response.write "大专"
elseif rs("xueli")=3 then
  response.write "本科"
elseif rs("xueli")=4 then
  response.write "硕士"
elseif rs("xueli")=5 then
  response.write "博士"
end if
%><span style="font-size: 9pt"> </span>
        </font>
        </td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"> 
        <li>户籍:</span></font></td>
        <td width="25%" height="22"><span style="font-size: 9pt">
        <font color="#808080"><%=trim(rs("huji"))%>;<%=rs("huji1")%></font></span></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>英语能力:</span></font></td>
        <td width="25%" height="22">
<font color="#808080"><%
if rs("l_OneAbility")=0 then
  response.write "没有填写"
elseif rs("l_OneAbility")=1 then
  response.write "熟练"
elseif rs("l_OneAbility")=2 then
  response.write "一般"
elseif rs("l_OneAbility")=3 then
  response.write "较差"
elseif rs("l_OneAbility")=4 then
  response.write "差"
end if
%><span style="font-size: 9pt"> </span>
        </font>
        </td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"> <li>普通话:</span></font></td>
        <td width="25%" height="22">
<font color="#808080"><%
if rs("mandarinLevel")=0 then
  response.write "没有填写"
elseif rs("mandarinLevel")=1 then
  response.write "熟练"
elseif rs("mandarinLevel")=2 then
  response.write "一般"
elseif rs("mandarinLevel")=3 then
  response.write "较差"
elseif rs("mandarinLevel")=4 then
  response.write "差"
end if
%><span style="font-size: 9pt"> </span>
        </font>
        </td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>粤语水平:</span></font></td>
        <td width="25%" height="22">
<font color="#808080"><%
if rs("dianaLevel")=0 then
  response.write "没有填写"
elseif rs("dianaLevel")=1 then
  response.write "熟练"
elseif rs("dianaLevel")=2 then
  response.write "一般"
elseif rs("dianaLevel")=3 then
  response.write "较差"
elseif rs("dianaLevel")=4 then
  response.write "差"
end if
%><span style="font-size: 9pt"> </span>
        </font>
        </td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"> <li>毕业学校:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("xuexiao")%></span></font></td>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"><li>所学专业:</span></font></td>
        <td width="25%" height="22"><font color="#808080"><span style="font-size: 9pt"><%=rs("zhuanye")%></span></font></td>
      </tr>
      <tr>
        <td width="25%" height="22"><font color="#808080">
        <span style="font-size: 9pt"> <li>计算机能力:</span></font></td>
        <td width="25%" height="22">
<font color="#808080"><%
if rs("jsjshuiping")=0 then
  response.write "精通"
elseif rs("jsjshuiping")=1 then
  response.write "熟练"
elseif rs("jsjshuiping")=2 then
  response.write "一般"
end if

⌨️ 快捷键说明

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