📄 ijobview.asp
字号:
<!--#include file=inc/conn.asp-->
<!--#include file=../../inc/checkadmin.asp-->
<!--#include file=../../../ajaxLIB/ajaxLIB.asp-->
<%
AJAXshowLoader()
AJAXshowSweetTitles2()
%>
<%
id=replaceBadchar(request.QueryString("id"))
sql="select * from sys_data_J_Ijob where id="&id&""
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof then
response.Write("<SCRIPT language=javascript>alert('没有该简历');history.back(-1);</SCRIPT>")
else
%>
<link href="css/my.css" rel="stylesheet" type="text/css">
<title>简历信息</title>
<div id="job" style="filter:blendTrans(duration=1); position:absolute;visibility:hidden; width:774px; z-index:-1; left: 3px; top: 10px; height: 121px;">
<TABLE width="98%" border=0 align=center cellPadding=0 cellSpacing=1 bgColor=#DEDBEF class="TABLEBORDER" style="BORDER-COLLAPSE: collapse">
<TBODY>
<TR align="center">
<th colspan="6">查看应聘者信息 </th>
</TR>
<TR>
<th width=110 align="center">姓 名</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("xm")%> </TD>
<th width=95 align="center" > 性 别</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("xb")%> </TD>
<th width=109 align="center" > 身份证号</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("sfz")%> </TD>
</TR>
<TR>
<th width=110 height=30 align="center" > 邮件地址</th>
<TD width=225 height=25 bgcolor="#DEDBEF"> <%=rs("email")%> </TD>
<th width=95 height=25 align="center" > 民 族</th>
<TD width=192 height=25 bgcolor="#DEDBEF"> <%=rs("mz")%> </TD>
<th width=109 height=25 align="center" > 出生日期</th>
<TD width=216 height=25 bgcolor="#DEDBEF"> <%=rs("csrq")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 政治面貌</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("zzmm")%> </TD>
<th width=95 align="center" > 籍 贯</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("jg")%> </TD>
<th width=109 align="center" > 文化程度</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("whcd")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 健康状况</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("jkzk")%> </TD>
<th width=95 align="center" > 婚 姻</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("hyzk")%> </TD>
<th width=109 align="center" > 身 高</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("sg")%> (米)</TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 毕业学校</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("byxx")%> </TD>
<th width=95 align="center" > 专 业</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("zy")%> </TD>
<th width=109 align="center" > 毕业时间</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("bysj")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 外语及水平</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("wysp")%> </TD>
<th width=95 align="center" > 计算机水平</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("jsjsp")%> </TD>
<th width=109 align="center" > 技术职称</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("jszc")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 爱好及特长</th>
<TD width=225 bgcolor="#DEDBEF"> <%=rs("ahtc")%> </TD>
<th width=95 align="center" > 联系人</th>
<TD width=192 bgcolor="#DEDBEF"> <%=rs("lxr")%> </TD>
<th width=109 align="center" > 联系电话</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("lxdh")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 联系地址</th>
<TD colSpan=3 bgcolor="#DEDBEF"> <%=rs("lxdz")%> </TD>
<th width=109 align="center" > 邮政编码</th>
<TD width=216 bgcolor="#DEDBEF"> <%=rs("yzbm")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 公司名称</th>
<TD colSpan=3 bgcolor="#DEDBEF"> <%=rs("inc")%> </TD>
<th width=109
height=23 align="center" > 应聘岗位</th>
<TD bgcolor="#DEDBEF" > <%=rs("works")%></TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 再教育及<BR>
培训情况</th>
<TD colSpan=5 bgcolor="#DEDBEF">
<P> <%=rs("jypx")%> </P></TD>
</TR>
<TR>
<th width=110 height=30 align="center" > 个人简历</th>
<TD colSpan=5 bgcolor="#DEDBEF"> <%=rs("grjl")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 奖励及成果</th>
<TD colSpan=5 bgcolor="#DEDBEF"> <%=rs("jljcg")%> </TD>
</TR>
<TR>
<th width=110 height="30" align="center" > 其 他 </th>
<TD colSpan=5 bgcolor="#DEDBEF"> <%=rs("qt")%> </TD>
</TR>
<TR bgcolor="#DEDBEF">
<TD height=60 colSpan=6>
<P align=center>应聘时间:<font color="#0099FF" size="+1"><strong><%=rs("time")%></strong> </font></P></TD>
</TR>
</TABLE>
</div>
<!---------------------------------end-div:mobanlist------------------------>
<script language=javascript>
AJAXfade(1,'job')
</script>
<%
AJAXcloseLoader()
%>
<%
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -