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

📄 works.asp

📁 嘉缘人才6.0精简 ,很好用的人才系统
💻 ASP
字号:
<%ds="../"%>
<!--#include file="../conn/conn.asp" -->
<!--#include file="../inc/sub.asp"-->
<!--#include file="checkpmember.asp" -->
<!--#include file="../inc/replace.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>工作经历-个人求职管理中心-<%=SiteName%></title>
<LINK href="../css/css1.css" rel=stylesheet>
<script language="JavaScript">
<!--
function GetMainPosition(tradeid)
{
document.frames["mainpositionframe"].location.replace("../inc/getmainposition2.asp?tradeid="+tradeid);
}
function GetPosition(positionid)
{
document.frames["positionframe"].location.replace("../inc/getposition2.asp?positionid="+positionid);
}
//功能:去掉字符串前后空格
//返回值:去掉空格后的字符串
function fnRemoveBrank(strSource)
{
 return strSource.replace(/^\s*/,'').replace(/\s*$/,'');
}
function Juge(theForm)
{
  if (fnRemoveBrank(theForm.start_year.value) == "0")
  {
    alert("请选择时间!");
    theForm.start_year.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.start_month.value) == "0")
  {
    alert("请选择时间!");
    theForm.start_month.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.comname.value) == "")
  {
    alert("请输入公司名称!");
    theForm.comname.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.ecoclass.value) == "")
  {
    alert("请选择公司性质!");
    theForm.ecoclass.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.trade.value) == "")
  {
    alert("请选择所属行业!");
    theForm.trade.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.dept.value) == "")
  {
    alert("请输入所在部门!");
    theForm.dept.focus();
    return (false);
  }
  if (fnRemoveBrank(theForm.place.value) == "")
  {
    alert("请输入职位名称!");
    theForm.place.focus();
    return (false);
  }
 }
-->
</script>
</head>

<body>
<!--#include file="../inc/head.asp"-->
<br class="br">
<iframe height=0 width=0 src="" id="mainpositionframe"></iframe>
<iframe height=0 width=0 src="" id="positionframe"></iframe>
<iframe height=0 width=0 src="" id="hukoucapitalframe"></iframe>
<iframe height=0 width=0 src="" id="hukoucityframe"></iframe>
<iframe height=0 width=0 src="" id="capitalframe"></iframe>
<iframe height=0 width=0 src="" id="cityframe"></iframe>
<iframe height=0 width=0 src="" id="capitalframe"></iframe>
<iframe height=0 width=0 src="" id="cityframe"></iframe>
<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">&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 width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="orange-bar">
        <tr>
          <td width="2%" align="right">&nbsp;</td>
          <td width="97%" class="white14">  工作经验</td>
          <td width="1%">&nbsp;</td>
        </tr>
      </table>
        <%
	   action=cint(trim(request("action")))
       rid=clng(trim(request("rid")))
	   set rst=server.createobject("ADODB.Recordset")
       sql="select * from job_p_resume where resume_id="&rid&""
       rst.open sql,conn,1,1
	    resume_title=rst("resume_title")
		resume_personinfo=rst("resume_personinfo")
		resume_education=rst("resume_education")
		resume_train=rst("resume_train")
		resume_lang=rst("resume_lang")
		resume_work=rst("resume_work")
		resume_careerwill=rst("resume_careerwill")
	   rst.close
      %>        <br class="br">
      <TABLE cellSpacing=0 cellPadding=6 width=98% border=0 align="center">
          <TR bgcolor="#f9f9f9">
            <TD width=32 height=29 ><IMG height=11 hspace=10 
            src="../images/biao_01.gif" width=12 align=absMiddle></TD>
            <TD width="92" align=right><font style="font-size:14px" color="#FF6600"><B>简历名称:</B></font></TD>
            <TD width="419"><font style="font-size:14px" color="#FF6600"><B><%=resume_title%></B></font></TD>
          </TR>
      </table>
        <TABLE cellSpacing=0 cellPadding=6 width=98% border=0 align="center">
          <TBODY>
            <TR class=tit bgcolor="#efefef">
              <TD height=27><div align="center"><strong><img src="../images/<%if resume_personinfo=1 then response.write "cv2.gif" else response.write "cv0.gif" end if%>" width="18" height="16"><a href="personinfo_modi.asp?action=1&rid=<%=rid%>" class="04d">个人基本信息</a></strong></div></TD>
              <TD><div align="center"><strong><img src="../images/<%if (resume_education=1 and resume_train=1 and resume_lang=1) then response.write "cv2.gif" else if (resume_education=0 and resume_train=0 and resume_lang=0) then response.write "cv0.gif" else response.write "cv1.gif" end if end if%>" width="18" height="16"><a href="educations.asp?action=1&rid=<%=rid%>" class="04d">教育/培训/语言</a></strong></div></TD>
              <TD><div align="center"><strong><img src="../images/<%if resume_work=1 then response.write "cv2.gif" else response.write "cv0.gif" end if%>" width="18" height="16"><a href="works.asp?lang=0&action=1&rid=<%=rid%>" class="04d">工作经历</a></strong></div></TD>
              <TD><div align="center"><strong><img src="../images/<%if resume_careerwill=1 then response.write "cv2.gif" else response.write "cv0.gif" end if%>" width="18" height="16"><a href="careerwill.asp?action=1&rid=<%=rid%>" class="04d">求职意向</a></strong></div></TD>
            </TR>
          </TBODY>
      </TABLE>
        <TABLE height=39 cellSpacing=0 cellPadding=6 width=98% align=center border=0>
          <TBODY>
            <TR>
              <TD height=39 align="center"><FONT 
                                color=#333333><STRONG><img src="../images/cv0.gif" width="18" height="16">表示此项栏目未填写 &nbsp;&nbsp;<img src="../images/cv1.gif" width="18" height="16">表示此项栏目未填写完整 &nbsp;&nbsp;<img src="../images/cv2.gif" width="18" height="16">表示此项栏目已填写完整</STRONG></FONT></TD>
            </TR>
          </TBODY>
      </TABLE>
        <TABLE cellSpacing=0 cellPadding=6 width="98%" border=0 align="center">
          <TBODY>
            <TR bgcolor="#f9f9f9">
              <TD width="90%" colSpan=5><FONT 
            color=#ff6600><B>按"添加"增加新的工作经验。 要更改或删除某项工作经验,请按"编辑"或"删除"链接。</B></FONT></TD>
            </TR>
            <TR bgColor=#efefef>
              <TD width="5%" height="25" align=middle>&nbsp;</TD>
              <TD width="30%" align=middle>公司名</TD>
              <TD width="25%" align=middle>时间</TD>
              <TD width="22%" align=middle>部门</TD>
              <TD width="13%" align=middle>&nbsp;</TD>
            </TR>
            <%
		set rst=server.createobject("ADODB.Recordset")
		sql="select * from job_p_work where work_resumeid="&rid&" order by work_announcedate desc"
        rst.open sql,conn,1,1
		for i=1 to rst.recordcount
		 response.write "<TR bgcolor='#f9f9f9'>"
		 response.write "<TD>"&i&"</TD>"
		 response.write "<TD>"&rst("work_comname")&"</TD>"
		 response.write "<TD>"&rst("work_startyear")&"-"&rst("work_startmonth")&"---"
		 if rst("work_endyear")=0 and rst("work_endmonth")=0 then
		  response.write "至今"
		 else
		  response.write ""&rst("work_endyear")&"-"&rst("work_endmonth")&""
		 end if
		 response.write "</TD>"
		 response.write "<TD align=middle>"&rst("work_dept")&"</TD>"
		 response.write "<TD align=middle><A href='work_modi.asp?id="&rst("work_id")&"&action="&action&"&rid="&rid&"' class='04d'>编辑</A> <A href='work_del.asp?id="&rst("work_id")&"&action="&action&"&rid="&rid&"' class='04d'>删除</A></TD>"
		 response.write "</TR>"
		 rst.movenext
		 next
		 response.write "<TR bgcolor='#f9f9f9'>"
		 response.write "<TD width='5%'>"&rst.recordcount+1&"</TD>"
		 response.write "<TD width='95%' colSpan=4><a href='work_add.asp?action="&action&"&rid="&rid&"' class='04d'>添加</a></TD>"
		 response.write "</TR>"
		 rst.close
		 set rst=nothing
		%>
          </TBODY>
      </TABLE>
        <br>
        <br>
        <TABLE cellSpacing=0 cellPadding=6 width=98% align=center border=0>
          <TBODY>
            <TR>
              <TD align=middle><div align="center">
                <INPUT name="btnNext" type=button class="inputa3" id="btnNext" onClick="javascript:window.location.href='careerwill.asp?action=<%=action%>&rid=<%=rid%>'" value="下一步">
                  <%if action=1 then%>
                  <INPUT name="btnNext2" type=button class="inputa3" id="btnNext2" onClick="javascript:window.location.href='resume_modi.asp?action=<%=action%>&rid=<%=rid%>'" value="返 回">
                  <%end if%>
              </div></TD>
            </TR>
          </TBODY>
      </TABLE>
    </td>
  </tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>


⌨️ 快捷键说明

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