📄 resume_modi.asp
字号:
<%ds="../"%>
<!--#include file="../conn/conn.asp" -->
<!--#include file="../inc/sub.asp"-->
<%
rid=clng(trim(request("rid")))
action=cint(trim(request("action")))
link="resume_modi.asp?action="&action&"&rid="&rid&""
%>
<!--#include file="checkpmember.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改简历-个人求职管理中心</title>
<LINK href="../css/css.css" rel=stylesheet>
<script language="JavaScript">
<!--
//功能:去掉字符串前后空格
//返回值:去掉空格后的字符串
function fnRemoveBrank(strSource)
{
return strSource.replace(/^\s*/,'').replace(/\s*$/,'');
}
function Juge(theForm)
{
if (fnRemoveBrank(theForm.title.value) == "")
{
alert("请输入简历名称!");
theForm.title.focus();
return (false);
}
}
-->
</script>
</head>
<body>
<!--#include file="../inc/head.asp"-->
<br class="br">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="table2">
<tr>
<td width="200" height="299" rowspan="4" valign="top"><!--#include file="menu.asp" --></td>
</tr>
<tr>
<td width="639" height="35" background="../images/companyleftregbg.gif"> <font class=font-14><b><img src="../images/arrow_01.gif" width="11" height="11" align="absmiddle"> </b></font><font class=font-14><b>姓名:</b></font><font
class=font-title color="#FF6600"><%=session("user_pname")%></FONT></td>
<td width="122" background="../images/companyleftregbg.gif"><font
class=font-title color="#FF6600"><A
style="CURSOR: hand"
href="logout.asp"><IMG src="../images/exit.gif" width=79
height=19 border="0"></A></font></td>
</tr>
<tr>
<td height="500" colspan="2" valign="top"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="orange-bar">
<tr>
<td width="2%" align="right"> </td>
<td width="97%" class="white14"> 简历管理</td>
<td width="1%"> </td>
</tr>
</table><table width="98%" border="0" align="center" cellpadding="6" cellspacing="0">
<TR>
<TD width="90%" height="25"><IMG height=11 hspace=4 src="../images/biao_01.gif" width=12 align=absMiddle><font style="font-size:14px" color="#AE0400"><B>简历项目</B></font></TD>
<TD width="10%"><a href="cnpreview.asp?rid=<%=rid%>" target=_blank ><img height=15 src="../images/review.gif" width=44 align=absMiddle border=0 ></a></TD>
</TR>
</table><table cellspacing="0" cellpadding="6" width="98%" align="center" border="0">
<%
set rs=server.createobject("ADODB.Recordset")
sql="select * from job_p_resume where resume_id="&rid&""
rs.open sql,conn,1,1
resume_title=rs("resume_title")
resume_usergroup=rs("resume_usergroup")
resume_openness=rs("resume_openness")
resume_chinese=rs("resume_chinese")
resume_english=rs("resume_english")
resume_personinfo=rs("resume_personinfo")
resume_education=rs("resume_education")
resume_train=rs("resume_train")
resume_lang=rs("resume_lang")
resume_work=rs("resume_work")
resume_careerwill=rs("resume_careerwill")
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<tr bgcolor="#efefef">
<td width="11" align="right"> </td>
<td width="297" align="left" bordercolor="#ffffff">个人基本信息
<%if resume_personinfo<>1 then%>
<font color='#ff0000'> - 未完成</font>
<%end if%>
</td>
<td bordercolor="#ffffff"><a href='personinfo_modi.asp?action=<%=action%>&rid=<%=rid%>'>修改</a></td>
</tr>
<tr>
<td align="right" bgcolor="#F9F9F9"> </td>
<td align="left" bordercolor="#ffffff" bgcolor="#F9F9F9">教育/培训/语言
<%if resume_education<>1 or resume_train<>1 or resume_lang<>1 then%>
<font color='#ff0000'> - 未完成</font>
<%end if%>
</td>
<td bordercolor="#ffffff" bgcolor="#F9F9F9"><a href='educations.asp?action=<%=action%>&rid=<%=rid%>'>修改</a></td>
</tr>
<tr bgcolor="#efefef">
<td align="right"> </td>
<td align="left" bordercolor="#ffffff">工作经历
<%if resume_work<>1 then%>
<font color='#ff0000'> - 未完成</font>
<%end if%>
</td>
<td width="194" bordercolor="#ffffff"><a href='works.asp?action=<%=action%>&rid=<%=rid%>'>修改</a></td>
</tr>
<tr>
<td align="right" bgcolor="#F9F9F9"> </td>
<td align="left" bordercolor="#ffffff" bgcolor="#F9F9F9">求职意向
<%if resume_careerwill<>1 then%>
<font color='#ff0000'> - 未完成</font>
<%end if%>
</td>
<td width="194" bordercolor="#ffffff" bgcolor="#F9F9F9"><a href='careerwill.asp?action=<%=action%>&rid=<%=rid%>'>修改</a></td>
</tr>
</table> <br class="br">
<table width="98%" border="0" align="center" cellpadding="6" cellspacing="0">
<TR>
<TD height="25"><IMG height=11 hspace=4 src="../images/biao_01.gif" width=12 align=absMiddle><font style="font-size:14px" color="#AE0400"><B>简历名称</B></font></TD>
</TR>
</table>
<table cellSpacing=0 cellPadding=6 width=98% align=center border=0>
<tr bgcolor="#efefef">
<td width="11" height=16 vAlign=top></TD>
<td width="422" vAlign=top><%=resume_title%></TD>
<td width="274" vAlign=top ><a href="#" onClick="javascript:titlemodidiv.style.display = ''">修改</a></TD>
</TR>
<tr bgcolor="#F9F9F9">
<td colspan="3">
<DIV id=titlemodidiv style="DISPLAY: none" align=center name="titlemodidiv">
<table cellSpacing=0 cellPadding=3 width=100% align=center border=0>
<tr borderColor=#ffffff>
<form name="title" method="post" action="resume_update.asp?step=title&lang=<%=lang%>&action=<%=action%>&rid=<%=rid%>" onSubmit="return Juge(this)">
<td width="11" height=16 vAlign=top> </TD>
<td width="297" vAlign=top borderColor=#ffffff>
<input name="title" type="text" id="title2" maxlength="25" value="<%=resume_title%>">
</TD>
<td vAlign=top borderColor=#ffffff>
<input type="submit" name="btntitleSave" value="保存" id="btntitleSave2" />
<input type="button" name="btntitleCancel" value="取消" id="btntitleCancel2" onClick="javascript:titlemodidiv.style.display = 'none'">
</TD>
</form>
</TR>
</table>
</DIV></td>
</tr>
</TABLE> <br class="br">
<table width="98%" border="0" align="center" cellpadding="6" cellspacing="0">
<tr>
<td> </td>
</tr>
<TR>
<TD height="25"><IMG height=11 hspace=4 src="../images/biao_01.gif" width=12 align=absMiddle><font style="font-size:14px" color="#AE0400"><B>简历类别</B></font></TD>
</TR>
</table>
<table cellSpacing=0 cellPadding=6 width=98% align=center border=0>
<tr bgcolor="#efefef">
<td width="11" height=16 align=right vAlign=top></TD>
<td width="422" align=left vAlign=top borderColor=#ffffff >
<%
select case resume_usergroup
case 0
response.write "普通"
case 1
response.write "毕业生"
case 2
response.write "高级人才"
end select
%>
</TD>
<td width="274" align=left vAlign=top borderColor=#ffffff ><a href="#" onClick="javascript:usergroupmodidiv.style.display = ''">修改</a></TD>
</TR>
<tr bgcolor="#F9F9F9">
<td colspan="3">
<DIV id=usergroupmodidiv style="DISPLAY: none" align=center name="usergroupmodidiv">
<table cellSpacing=0 cellPadding=3 width=100% align=center border=0>
<tr borderColor=#ffffff>
<form name="usergroup" method="post" action="resume_update.asp?step=usergroup&lang=<%=lang%>&action=<%=action%>&rid=<%=rid%>">
<td width="11" height=16 vAlign=top> </TD>
<td width="297" vAlign=top borderColor=#ffffff>
<select name="usergroup" id="select2" style="width:200px;">
<option value="0" <%if resume_usergroup=0 or resume_usergroup<>"" or isnull(resume_usergroup) then response.write "selected" end if%>>普通</option>
<option value="1" <%if resume_usergroup=1 then response.write "selected" end if%>>毕业生</option>
<option value="2" <%if resume_usergroup=2 then response.write "selected" end if%>>高级人才</option>
</select>
</TD>
<td vAlign=top borderColor=#ffffff>
<input type="submit" name="btnusergroupSave" value="保存" id="btnusergroupSave" />
<input type="button" name="btnusergroupCancel" value="取消" id="btnusergroupCancel" onClick="javascript:usergroupmodidiv.style.display = 'none'">
</TD>
</form>
</TR>
</table>
</DIV></td>
</tr>
</TABLE> <br class="br">
<table width="98%" border="0" align="center" cellpadding="6" cellspacing="0">
<TR>
<TD height="25"><IMG height=11 hspace=4 src="../images/biao_01.gif" width=12 align=absMiddle><font style="font-size:14px" color="#AE0400"><B>简历公开程度</B></font></TD>
</TR>
</table>
<table cellSpacing=0 cellPadding=6 width=98% align=center border=0>
<tr bgcolor="#efefef">
<td width="11" height=16 align=right vAlign=top></TD>
<td width="422" align=left vAlign=top borderColor=#ffffff >
<%
select case resume_openness
case 0
response.write "对所有公开"
case 1
response.write "对猎头公开"
case 2
response.write "完全保密"
end select
%>
</TD>
<td width="274" align=left vAlign=top borderColor=#ffffff ><a href="#" onClick="javascript:opennessmodidiv.style.display = ''">修改</a></TD>
</TR>
<tr bgcolor="#F9F9F9">
<td colspan="3">
<DIV id=opennessmodidiv style="DISPLAY: none" align=center name="opennessmodidiv">
<table cellSpacing=0 cellPadding=3 width=100% align=center border=0>
<tr borderColor=#ffffff>
<form name="openness" method="post" action="resume_update.asp?step=openness&lang=<%=lang%>&action=<%=action%>&rid=<%=rid%>">
<td width="11" height=16 vAlign=top> </TD>
<td width="297" vAlign=top borderColor=#ffffff>
<select name="openness" id="select4" style="width:200px;">
<option value="0" <%if resume_openness=0 or resume_openness= "" or isnull(resume_openness) then response.write "selected" end if%>>对所有公开</option>
<option value="1" <%if resume_openness=1 then response.write "selected" end if%>>对猎头公开</option>
<option value="2" <%if resume_openness=2 then response.write "selected" end if%>>完全保密</option>
</select>
</TD>
<td vAlign=top borderColor=#ffffff>
<input type="submit" name="btnopennessSave" value="保存" id="btnopennessSave" />
<input type="button" name="btnopennessCancel" value="取消" id="btnopennessCancel" onClick="javascript:opennessmodidiv.style.display = 'none'">
</TD>
</form>
</TR>
</table>
</DIV></td>
</tr>
</TABLE></td>
</tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -