job_applications.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:5k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <!--#include file="../../FS_Inc/Const.asp" -->
  2. <!--#include file="../../FS_InterFace/MF_Function.asp" -->
  3. <!--#include file="../../FS_Inc/Function.asp" -->
  4. <!--#include file="../lib/strlib.asp" -->
  5. <!--#include file="../lib/UserCheck.asp" -->
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <title>招聘管理---网站内容管理系统</title>
  8. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  10. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  11. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  12. <link href="../images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  13. <head>
  14. <body>
  15. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  16.   <tr>
  17.     <td>
  18.       <!--#include file="../top.asp" -->
  19.     </td>
  20.   </tr>
  21. </table>
  22. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  23.   
  24.     <tr class="back"> 
  25.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="../Top_navi.asp" --> </td>
  26.     </tr>
  27.     <tr class="back"> 
  28.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  29.           <!--#include file="../menu.asp" -->
  30.         </div></td>
  31.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  32.           <tr class="hback"> 
  33.             
  34.           <td class="hback"><strong>位置:</strong><a href="../../">网站首页</a> &gt;&gt; 
  35.             <a href="../main.asp">会员首页</a> &gt;&gt; 招聘</td>
  36.           </tr>
  37.         </table>
  38. <%Dim AP_Rs
  39. set AP_Rs = User_Conn.execute("select C_Name from FS_ME_CorpUser where UserNumber='"&session("FS_UserNumber")&"'")
  40. if not AP_Rs.eof then
  41. session("C_Name") = AP_Rs(0)
  42. else
  43. session("C_Name") = ""
  44. end if
  45. AP_Rs.close
  46. if session("C_Name")="" then 
  47. response.Write("你不是公司,没有权利管理这个页面。若有需要请重新注册。")
  48. else
  49. %>        
  50.       <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table">
  51. <%
  52. set AP_Rs = Conn.execute("select UserNumber from FS_AP_UserList where UserNumber='"&session("FS_UserNumber")&"'")
  53. if AP_Rs.eof then%>
  54.     <tr  class="hback"> 
  55.       <td align="left" height="25" valign="top" style="cursor:hand" class="xingmu" onClick="if(job0.style.display==''){document.getElementById('img0').src='../Images/+.gif';job0.style.display='none'}else{job0.style.display='';document.getElementById('img0').src='../Images/-.gif'}"><img id="img0" src="../Images/+.gif">注册公司扩展信息(以便管理招聘)</td> 
  56.     </tr>
  57.     <tr  class="hback" id="job0" style="display:"> 
  58.       <td height="23"> &nbsp;&nbsp;<img id="img1" src="../Images/-.gif"> <a href="AP_Register.asp">注册公司扩展信息(以便管理招聘)</a> 
  59.            </td> 
  60.     </tr>
  61. <%else%>
  62.     <tr  class="hback"> 
  63.       <td align="left" height="25" valign="top" style="cursor:hand" class="xingmu" onClick="if(job1.style.display==''){document.getElementById('img1').src='../Images/+.gif';job1.style.display='none'}else{job1.style.display='';document.getElementById('img1').src='../Images/-.gif'}"><img id="img1" src="../Images/+.gif">招聘信息管理</td> 
  64.     </tr>
  65.     <tr  class="hback" id="job1" style="display:"> 
  66.       <td height="23"> &nbsp;&nbsp;<img id="img1" src="../Images/-.gif"> <a href="AP_Job_Public_List.asp">已发布的信息</a> 
  67.             | <a href="AP_Job_Public_AddUpdate.asp?Act=Add">添加招聘信息</a> | <a href="AP_Job_Public_AddUpdate.asp?Act=Search">查询招聘信息</a></td> 
  68.     </tr>
  69.     <tr  class="hback"> 
  70.       <td align="left" height="25" valign="top" style="cursor:hand" class="xingmu" onClick="if(job2.style.display==''){document.getElementById('img2').src='../Images/+.gif';job2.style.display='none'}else{job2.style.display='';document.getElementById('img2').src='../Images/-.gif'}"><img id="img2" src="../Images/+.gif">充值消费管理</td> 
  71.     </tr>
  72.     <tr  class="hback" id="job2" style="display:"> 
  73.       <td height="23"> &nbsp;&nbsp;<img id="img2" src="../Images/-.gif"> <a href="AP_Payment_List.asp">充值记录查询</a> 
  74.             | <a href="AP_Consume_List.asp">消费记录查询</a></td> 
  75.     </tr>
  76.     <tr  class="hback"> 
  77.           <td align="left" height="25" valign="top" style="cursor:hand" class="xingmu" onClick="if(job3.style.display==''){document.getElementById('img2').src='../Images/+.gif';job3.style.display='none'}else{job3.style.display='';document.getElementById('img2').src='../Images/-.gif'}"><img id="img2" src="../Images/+.gif">人才查询</td> 
  78.     </tr>
  79.     <tr  class="hback" id="job3" style="display:"> 
  80.       <td height="23"> &nbsp;&nbsp;<img id="img2" src="../Images/-.gif"> <a href="AP_Person_Search.asp">人才查询</a> 
  81.             </td> 
  82.     </tr>
  83. <%end if%>
  84. </table>
  85.  
  86. <%end if%>
  87.        </td>
  88.     </tr>
  89.     <tr class="back"> 
  90.       <td height="20" colspan="2" class="xingmu"> <div align="left"> 
  91.           <!--#include file="../Copyright.asp" -->
  92.         </div></td>
  93.     </tr>
  94.  
  95. </table>
  96. <%
  97. Set AP_Rs  = nothing
  98. Set Fs_User = Nothing
  99. %>
  100. <!-- Powered by: FoosunCMS4.0系列,Company:Foosun Inc. -->