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

📄 resume_manager.asp

📁 嘉缘人才6.0精简 ,很好用的人才系统
💻 ASP
字号:
<%ds="../"%>
<!--#include file="../conn/conn.asp" -->
<!--#include file="../inc/sub.asp"-->
<%
rid=clng(trim(request("rid")))
link="resume_manager.asp?rid="&rid&""
%>
<!--#include file="checkpmember.asp" -->
<%
step=trim(request("step"))
if step<>"" then '刷新或删除简历
    select case step
	case "refresh": 
    conn.execute("update job_p_resume set resume_announcedate=now() where resume_id="&rid&"")
	case "del" :
	conn.execute("delete from job_p_education where education_resumeid="&rid&"")
    conn.execute("delete from job_p_training where train_resumeid="&rid&"")
    conn.execute("delete from job_p_lang where lang_resumeid="&rid&"")
    conn.execute("delete from job_p_work where work_resumeid="&rid&"")
    conn.execute("delete from job_p_resume where resume_id="&rid&"")
	end select
 	conn.close
 	set conn=nothing
 if step="del" then
  response.redirect "person_manager.asp"
  response.end
 else
  response.redirect "resume_manager.asp?rid="&rid&""
  response.end
 end if
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>简历管理-个人求职管理中心-<%=SiteName%></title>
<LINK href="../css/css.css" rel=stylesheet>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</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="30" background="../images/companyleftregbg.gif">&nbsp;<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 cellSpacing=2 cellPadding=5 width="100%" align=center border=0>
      <TBODY>
        <TR>
          <TD height="35" bgcolor="#f7f7f7"><STRONG><FONT color=#ff0000>专家提醒:</FONT></STRONG><FONT 
            color=#000000>简历更要保“鲜”!点击列表中的<IMG height=17 hspace=6 
            src="../images/sign_06.gif" width=15 
            align=absMiddle>图标刷新你的简历,会让企业更优先找到你!</FONT></TD>
        </TR>
      </TBODY>
    </TABLE>            
      
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="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_chinese=rs("resume_chinese")
				 resume_english=rs("resume_english")
				 resume_cnstatus=rs("resume_cnstatus")
				 resume_enstatus=rs("resume_enstatus")
				 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")
				 resume_visitnum=rs("resume_visitnum")
				 resume_announcedate=rs("resume_announcedate")
				rs.close
				set rs=nothing
				conn.close
				set conn=nothing
				%>
        <TR>
          <TD width="33%" height="25">   <font color="#FF0000" style="font-size:14px"><B>简历名称:<%=resume_title%></B></font></TD>
          <TD width="67%" align="right">已被招聘单位浏览 <%=resume_visitnum%> 次&nbsp;&nbsp;更新时间:<%=resume_announcedate%>&nbsp;&nbsp; </TD>
        </TR>
      </table>
      <TABLE cellSpacing=0 cellPadding=6 width=98% align=center 
      border=0>
        <TBODY>
          <TR vAlign=center align=middle bgColor=#E7E7E7>
            <TD width=73 height=27><B>简历状态</B></TD>
            <TD width="257"><B>简历</B></TD>
            <TD width=29><B>激活</B></TD>
            <TD width=32><B>预览</B></TD>
            <TD width=29><B>修改</B></TD>
            <TD width=29><B>刷新</B></TD>
            <TD width=31><B>删除</B></TD>
          </TR>
          <!--有中文-->
          <TR bgColor=#F9F9F9 style="DISPLAY:<%if resume_chinese=1 then response.write "block" else response.write "none" end if%>">
            <TD align=middle height=30>
              <%if resume_cnstatus=1 then response.write "<IMG height=20 alt='简历已激活' src='../images/sign_01.gif' width=19 border=0><font class=tit>已激活</font>" else response.write "<IMG height=20 alt='简历未激活' src='../images/sign_03.gif' width=19 border=0><font color='#cccccc'><b>未激活</b></font>" end if%>
            </TD>
            <TD>&nbsp;&nbsp;中文<STRONG>
              <%if resume_personinfo<>1 or resume_education<>1 or resume_train<>1 or resume_lang<>1 or resume_work<>1 or resume_careerwill<>1 then%>
&nbsp;-&nbsp;<SPAN class=tit>不完整</SPAN></STRONG>
			<input type="button" onClick="javascript:window.location='personinfo_modi.asp?action=1&rid=<%=rid%>'" style="cursor:pointer" value="完善此简历">
              <%end if%>
            </TD>
            <TD align=middle><A href="resume_activate.asp"><IMG height=17 alt=激活简历 src="../images/sign_05.gif" width=16 border=0></A></TD>
            <TD align=middle><a href="cnpreview.asp?rid=<%=rid%>" target=_blank><img height=17 alt=预览/打印简历 src="../images/sign_04.gif" width=18 border=0></a></TD>
            <TD align=middle><A href="resume_modi.asp?action=1&rid=<%=rid%>"><IMG height=17 alt=修改简历 src="../images/sign_05.gif" width=16 border=0></A></TD>
            <TD align=middle><INPUT name="image" type=image onClick=" window.location='resume_manager.asp?step=refresh&rid=<%=rid%>'" src="../images/sign_06.gif" alt=刷新简历 width="15" height="17" border=0></TD>
            <TD align=middle><INPUT name="image2" type=image onClick="if (confirm('确定要删除吗?')) window.location='resume_manager.asp?step=del&rid=<%=rid%>'" src="../images/sign_07.gif" alt=删除简历 width="14" height="17" border=0></TD>
          </TR>
          <!--无中文-->
          <TR bgColor=#F9F9F9 style="DISPLAY:<%if resume_chinese<>1 then response.write "block" else response.write "none" end if%>">
            <TD height=30 align=middle bgcolor="#F9F9F9"><IMG height=20 alt=尚未填写简历 src="../images/sign_03.gif" width=19><b>未填写</b></TD>
            <TD colSpan=6>&nbsp;&nbsp;中文&nbsp;
                <INPUT onclick='javascript:window.location="personinfo.asp?action=0&rid=<%=rid%>"' type=button value=填写中文版本简历 name=btnCn>
            </TD>
          </TR>
        </TBODY>
      </TABLE>
      <TABLE width="98%" border=0 align="center" cellPadding=6 cellSpacing=0>
        <TBODY>
          <TR>
            <TD style="line-height:140%"> <strong><font color="#FF0000">注:</font></strong><br>
                <font color="#3d362b">·您可以创建 <strong>3</strong> 份简历,用于申请不同的职位。<BR>
        ·只有处于“<strong>激活</strong>”状态的简历才可以被招聘单位查询。</font></TD>
          </TR>
        </TBODY>
      </TABLE></td>
  </tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>


⌨️ 快捷键说明

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