📄 setmyresume.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file=top.asp-->
<%
dim sql
dim rs
dim username
dim jobid,i
username=request.cookies("ijob")("username")
jobid=request.cookies("ijob")("jobid")
set rs=server.createobject("adodb.recordset")
sql="select username,jobid,lxbm,jlbm from [person] where jobid='"&jobid&"' and UserName='"&UserName&"'"
rs.open sql,conn,1,1
if rs.eof or rs.bof then
response.write "错误,该用户不存在!<br> "
response.end
end if
%>
<link rel="stylesheet" type="text/css" href="../1.css">
<title>个人会员::保密设置</title>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770" height="236">
<tr>
<td width="147" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"><!--#include file=left.asp--></td>
</tr>
</table>
</td>
<td width="27" height="236" valign="top"> </td>
<td width="580" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%">
<div align="center">
<table border="0" borderColor="#999999" cellPadding="2" cellSpacing="0" id="AutoNumber56" style="BORDER-COLLAPSE: collapse" width="395">
<form name="form" method="post" action="SetMyResumechk.asp" >
<tr>
<td bgColor="#E3E3E3" height="19" vAlign="bottom" width="391" style="border-style: solid; border-width: 1">
<p style="LINE-HEIGHT: 19px">
<font size="2">
<a name="secret">联系方式保密设置</a></font><b><font style="font-size: 9pt">
(当前状态:<%if rs("lxbm")=0 then%><font color="#FF0000">公开</font><%else%><font color="#FF0000">保密</font><%end if%>)</font></b></td>
</tr>
<tr>
<td align="middle" bgColor="#ffffff" vAlign="top" width="391" style="border-style: solid; border-width: 1">
<p align="left" style="LINE-HEIGHT: 22px">
<input <%if rs("lxbm")<>1 then%> checked <%end if%> name="lxbm" type="radio" value="0">完全公开我的联系方式
<br>
<input <%if rs("lxbm")<>0 then%> checked <%end if%> name="lxbm" type="radio" value="1">不公开我的联系方式<br>
</td>
</tr>
<tr>
<td bgColor="#E3E3E3" height="19" vAlign="bottom" width="391" style="border-style: solid; border-width: 1">
<p style="LINE-HEIGHT: 19px">
<font size="2">
<a name="secret">简历保密设置</a></font><b><font style="font-size: 9pt">
(当前状态:<%if rs("jlbm")=0 then%><font color="#FF0000">公开</font><%else%><font color="#FF0000">保密</font><%end if%>)</font></b></td>
</tr>
<tr>
<td align="middle" bgColor="#ffffff" vAlign="top" width="391" style="border-style: solid; border-width: 1">
<p align="left" style="LINE-HEIGHT: 22px">
<input <%if rs("jlbm")<>1 then%> checked <%end if%> name="jlbm" type="radio" value="0">对招聘公司完全公开我的简历
<br>
<input <%if rs("jlbm")<>0 then%> checked <%end if%> name="jlbm" type="radio" value="1">不公开我的简历(注:任何公司都搜索不到我的简历)<br>
<br>
<input border="0" src="img/save.gif" name="I1" type="image"> </td>
</tr>
<tr>
<td bgColor="#FFFFFF" height="2" width="391" style="border-top-style: solid; border-top-width: 1"> </td>
</tr>
</form>
</table>
</div>
</td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
</table>
</td>
<td width="16" height="236" valign="top"> </td>
</tr>
</table>
</center>
</div>
<!--#include file=copyright.asp-->
<%
rs.close
set rs=nothing
call closedb
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -