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

📄 letters.asp

📁 嘉缘人才6.0精简 ,很好用的人才系统
💻 ASP
字号:
<!--#include file="../conn/conn.asp" -->
<!--#include file="../inc/sub.asp"-->
<%
link="letters.asp"
%>
<!--#include file="checkpmember.asp" -->
<%
if trim(request("step"))="del" then '删除求职信
 letter_id=clng(trim(request("id")))
 conn.execute "delete from job_p_letter where letter_id="&letter_id&""
 conn.close
 set conn=nothing
 response.redirect "letters.asp"
 response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>求职信-个人求职管理中心-<%=SiteName%></title>
<LINK href="../css/css.css" rel=stylesheet>
</head>
<body>
<!--#include file="../inc/head.asp"-->
<br class="br">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="5"></td>
  </tr>
</table>
<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>
        <TABLE width="98%" border=0 align="center" cellPadding=0 cellSpacing=0>
          <TBODY>
            <TR>
              <TD colSpan=2>
                <table cellspacing="0" cellpadding="6" width="100%" border="0">
                  <tr bgcolor="#efefef">
                    <td valign="top" align="center" width="12"><img height="11" src="../images/biao_01.gif" width="12" align="absMiddle"></td>
                    <td valign="top"><span class="tit"><strong>求职信</strong></span></td>
                  </tr>
                  <tr bgcolor="#f9f9f9">
                    <td valign="top" align="center">&nbsp;</td>
                    <td valign="top">&nbsp;&nbsp;你可以在这里保存求职信,附在简历上发给招聘单位。你可以保存5份不同内容的求职信,以适应不同职位的需求。</td>
                  </tr>
                </table>
                <table cellspacing="0" cellpadding="6" width="100%" align="center" border="0">
                  <%
				set rs=server.createobject("ADODB.Recordset")
                sql="select letter_id,letter_title from job_p_letter where letter_pmember='"&pmember_login&"' order by letter_announcedate desc"
                rs.open sql,conn,1,1
				if not rs.eof then
				 response.write "<table cellspacing='3' cellpadding='5' width='98%' align='center' border='0'>"
				 response.write "<tr>"
				 response.write "<td valign='center' align='middle'><B>求职信标题</B></td>"
				 response.write "<td valign='center' align='middle' width='70'><B>预览/打印</B></td>"
				 response.write "<td valign='center' align='middle' width='41'><B>修改</B></td>"
				 response.write "<td valign='center' align='middle' width='41'><B>删除</B></td>"
				 response.write "</tr>"
				  for i=1 to rs.recordcount
				   response.write "<tr bgcolor='#f9f9f9'>"
				   response.write "<td>"&rs("letter_title")&"</td>"
				   response.write "<td align='center'><a href='letter_preview.asp?id="&rs("letter_id")&"' target='_blank'><img src='../images/sign_04.gif' border='0'></a></td>"
				   response.write "<td align='center'><A href='letter_modi.asp?id="&rs("letter_id")&"'><IMG height=17 alt=修改求职信 src='../images/sign_05.gif' width=16 border=0></A></td>"
				   response.write "<td align='center'><input type='image' onclick=""if (confirm('确定删除该求职信吗?')) window.location='letters.asp?step=del&id="&rs("letter_id")&"'"" src='../images/sign_07.gif' style='border-width:0px;'></td>"
				   response.write "</tr>"
				   rs.movenext
				  next
				  response.write "</table>"
                end if
				if rs.recordcount<5 then 
				  %>
				  <TR>
                    <TD height="5"></TD>
                  </TR>
                  <tr>
                    <td height="36" bgcolor="#efefef">
                      <input name="btnAdd" type="button" class="inputa2" onClick="javascript:window.location.href='letter_add.asp'" value="新增求职信"></td>
                  </tr>
                </table>
                <%
			   end if
			   rs.close
			   set rs=nothing
			   conn.close
			   set conn=nothing
			  %>
              </TD>
            </TR>
          </TBODY>
        </TABLE></td>
  </tr>
</table>
<!--#include file="../inc/bottom.asp"-->
</body>


⌨️ 快捷键说明

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