JobsList.asp
资源名称:1.rar [点击查看]
上传用户:yrf020
上传日期:2007-07-24
资源大小:1287k
文件大小:13k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <% Option Explicit %>
  3. <HTML xmlns="http://www.w3.org/1999/xhtml">
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
  6. <META NAME="copyright" CONTENT="Copyright 2006-2008 - Hokilly.com-STUDIO" />
  7. <META NAME="Author" CONTENT="红金羚软件,www.hokilly.com" />
  8. <META NAME="Keywords" CONTENT="" />
  9. <META NAME="Description" CONTENT="" />
  10. <TITLE>招聘信息列表</TITLE>
  11. <link rel="stylesheet" href="Images/CssAdmin.css">
  12. <script language="javascript" src="../Script/Admin.js"></script></HEAD>
  13. <!--#include file="../Include/Const.asp" -->
  14. <!--#include file="../Include/ConnSiteData.asp" -->
  15. <!--#include file="CheckAdmin.asp"-->
  16. <%
  17. Dim SERVER_NAME
  18. SERVER_NAME=trim(Request.ServerVariables("SERVER_NAME"))
  19. if  (SERVER_NAME= ""&chr(119)&chr(119)&chr(119)&chr(46)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME=  ""&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME=  ""&chr(108)&chr(111)&chr(99)&chr(97)&chr(108)&chr(104)&chr(111)&chr(115)&chr(116)&"")or(SERVER_NAME=  ""&chr(49)&chr(50)&chr(55)&chr(46)&chr(48)&chr(46)&chr(48)&chr(46)&chr(49)&"") then
  20. if Instr(session("AdminPurview"),"|61,")=0 then 
  21.   response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
  22.   response.end
  23. end if
  24. '========判断是否具有管理权限
  25. %>
  26. <BODY>
  27. <%
  28. dim Result,StartDate,EndDate,Keyword
  29. Result=request.QueryString("Result")
  30. StartDate=request.QueryString("StartDate")
  31. EndDate=request.QueryString("EndDate")
  32. Keyword=request.QueryString("Keyword")
  33. function PlaceFlag()
  34.   if Result="Search" then
  35.     Response.Write "招聘:列表&nbsp;->&nbsp;检索&nbsp;->&nbsp;添加时间[<font color='red'>"&StartDate&"至"&EndDate&"</font>],关键字[<font color='red'>"&Keyword&"</font>]"
  36.   else
  37.     Response.Write "招聘:列表&nbsp;->&nbsp全部"
  38.   end if
  39. end function  
  40. %>
  41. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
  42.   <tr>
  43.     <td height="24" nowrap><font color="#FFFFFF"><img src="Images/Explain.gif" width="18" height="18" border="0" align="absmiddle">&nbsp;<strong>招聘信息:添加,修改招聘信息相关的内容</strong></font></td>
  44.   </tr>
  45.   <tr>
  46.     <td height="36" align="center" nowrap  bgcolor="#eafefe"><table width="100%" border="0" cellspacing="0">
  47.       <tr>
  48.         <form name="formSearch" method="post" action="Search.asp?Result=Jobs">
  49.           <td nowrap> 招聘检索:从
  50.           <script language=javascript> 
  51.           var myDate=new dateSelector(); 
  52.           myDate.year--; 
  53.   myDate.date; 
  54.           myDate.inputName='start_date';  //注意这里设置输入框的name,同一页中日期输入框,不能出现重复的name。 
  55.           myDate.display(); 
  56.           </script>
  57.           &nbsp;到
  58.           <script language=javascript> 
  59.           myDate.year++; 
  60.           myDate.inputName='end_date';  //注意这里设置输入框的name,同一页中的日期输入框,不能出现重复的name。 
  61.           myDate.display(); 
  62.           </script>
  63.           &nbsp;&nbsp;关键字:<input name="Keyword" type="text" class="textfield" value="<%=Keyword%>" size="18">
  64.           <input name="submitSearch" type="submit" class="button" value="检索">
  65.           </td>
  66.         </form>
  67.         <td align="right" nowrap><a href="JobsList.asp" onClick='changeAdminFlag("招聘信息列表")'>招聘信息列表</a><font color="#0000FF">&nbsp;|&nbsp;</font><a href="JobsEdit.asp?Result=Add" onClick='changeAdminFlag("添加招聘信息")'>添加招聘信息</a></td>
  68.       </tr>
  69.     </table>      </td>    
  70.   </tr>
  71. </table>
  72. <table width="100%" border="0" cellspacing="1" cellpadding="0">
  73.   <tr>
  74.     <td height="30"><%PlaceFlag()%></td>
  75.   </tr>
  76. </table>
  77. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
  78.   <form action="DelContent.asp?Result=Jobs" method="post" name="formDel" >
  79.   <tr>
  80.     <td width="30" nowrap bgcolor="#6FBFBF"><font color="#FFFFFF"><strong>ID</strong></font></td>
  81.     <td nowrap bgcolor="#6FBFBF"><font color="#FFFFFF"><strong>招聘职位名称</strong></font></td>
  82.     <td width="52" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">职位数量</font></strong></td>
  83.     <td width="118" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">结束日期</font></strong></td>
  84.     <td width="118" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">更新时间</font></strong></td>
  85.     <td width="52" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">查看次数</font></strong></td>
  86.     <td width="52" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">应聘人数</font></strong></td>
  87.     <td colspan="2" width="76" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">操作</font></strong>
  88.       <input onClick="CheckAll(this.form)" name="buttonAllSelect" type="button" class="button"  id="submitAllSelect" value="全" style="HEIGHT: 18px;WIDTH: 16px;">
  89.       <input onClick="CheckOthers(this.form)" name="buttonOtherSelect" type="button" class="button"  id="submitOtherSelect" value="反" style="HEIGHT: 18px;WIDTH: 16px;"> </td>
  90.   </tr>
  91.   <% JobsList() %>
  92.   </form>
  93. </table>
  94. </body>
  95. </html> 
  96. <%
  97. else
  98. response.write "<meta http-equiv=refresh content=0;URL="&chr(104)&chr(116)&chr(116)&chr(112)&chr(58)&chr(47)&chr(47)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&chr(47)&chr(114)&chr(101)&chr(103)&chr(46)&chr(97)&chr(115)&chr(112)&">"
  99. response.end%>
  100. <%end if%>
  101. <%
  102. '-----------------------------------------------------------
  103. function JobsList()
  104.   dim idCount'记录总数
  105.   dim pages'每页条数
  106.       pages=20
  107.   dim pagec'总页数
  108.   dim page'页码
  109.       page=clng(request("Page"))
  110.   dim pagenc'每页显示的分页页码数量=pagenc*2+1
  111.       pagenc=2
  112.   dim pagenmax'每页显示的分页的最大页码
  113.   dim pagenmin'每页显示的分页的最小页码
  114.   dim datafrom'数据表名
  115.       datafrom="CompanyCMS_Jobs"
  116.   dim datawhere'数据条件
  117.       if Result="Search" then
  118.      datawhere="where ( JobNameCh like '%" & Keyword &_
  119.            "%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
  120.   else
  121.         datawhere=""
  122.   end if
  123.   dim sqlid'本页需要用到的id
  124.   dim Myself,PATH_INFO,QUERY_STRING'本页地址和参数
  125.       PATH_INFO = request.servervariables("PATH_INFO")
  126.   QUERY_STRING = request.ServerVariables("QUERY_STRING")'
  127.       if QUERY_STRING = "" or Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
  128.     Myself = PATH_INFO & "?"
  129.   else
  130.     Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
  131.   end if
  132.   dim taxis'排序的语句 asc,desc
  133.       taxis="order by id desc"
  134.   dim i'用于循环的整数
  135.   dim rs,sql'sql语句
  136.   '获取记录总数
  137.   sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
  138.   set rs=server.createobject("adodb.recordset")
  139.   rs.open sql,conn,0,1
  140.   idCount=rs("idCount")
  141.   '获取记录总数
  142.   if(idcount>0) then'如果记录总数=0,则不处理
  143.     if(idcount mod pages=0)then'如果记录总数除以每页条数有余数,则=记录总数/每页条数+1
  144.   pagec=int(idcount/pages)'获取总页数
  145.     else
  146.       pagec=int(idcount/pages)+1'获取总页数
  147.     end if
  148. '获取本页需要用到的id============================================
  149.     '读取所有记录的id数值,因为只有id所以速度很快
  150.     sql="select id from ["& datafrom &"] " & datawhere & taxis
  151.     set rs=server.createobject("adodb.recordset")
  152.     rs.open sql,conn,1,1
  153.     rs.pagesize = pages '每页显示记录数
  154.     if page < 1 then page = 1
  155.     if page > pagec then page = pagec
  156.     if pagec > 0 then rs.absolutepage = page  
  157.     for i=1 to rs.pagesize
  158.   if rs.eof then exit for  
  159.   if(i=1)then
  160.     sqlid=rs("id")
  161.   else
  162.     sqlid=sqlid &","&rs("id")
  163.   end if
  164.   rs.movenext
  165.     next
  166.   '获取本页需要用到的id结束============================================
  167.   end if
  168. '-----------------------------------------------------------
  169. '-----------------------------------------------------------
  170.   if(idcount>0 and sqlid<>"") then'如果记录总数=0,则不处理
  171.     '用in刷选本页所语言的数据,仅读取本页所需的数据,所以速度快
  172.     sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
  173.     set rs=server.createobject("adodb.recordset")
  174.     rs.open sql,conn,0,1
  175.     while(not rs.eof)'填充数据到表格
  176.   Response.Write "<tr bgcolor='#eafefe' onMouseOver = ""this.style.backgroundColor = '#FFFFFF'"" onMouseOut = ""this.style.backgroundColor = ''"" style='cursor:hand'>" & vbCrLf
  177.       Response.Write "<td nowrap>"&rs("ID")&"</td>" & vbCrLf
  178.   if StrLen((rs("JobNameCh")))>41 then
  179.         Response.Write "<td title="&rs("JobNameCh")&" nowrap>"&StrLeft(rs("JobNameCh"),38)&"</td>" & vbCrLf
  180.       else
  181.         Response.Write "<td title="&rs("JobNameCh")&" nowrap>"&rs("JobNameCh")&"</td>" & vbCrLf
  182.       end if 
  183.       Response.Write "<td nowrap>"&rs("JobNumber")&"人</td>" & vbCrLf
  184.       Response.Write "<td nowrap title='开始日期:"&rs("StartDate")&"'>"&rs("EndDate")&"</td>" & vbCrLf
  185.       Response.Write "<td nowrap title='创建时间:"&rs("AddTime")&"'>"&rs("UpdateTime")&"</td>" & vbCrLf
  186.       Response.Write "<td nowrap>"&rs("ClickNumber")&"</td>" & vbCrLf
  187.       Response.Write "<td nowrap>"&rs("TalentsNumber")&"人</td>" & vbCrLf
  188.       Response.Write "<td width='40' nowrap><a href='JobsEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""修改招聘信息"")'><font color='#330099'>修改</font></a></td>" & vbCrLf
  189.       Response.Write "<td width='22' nowrap><input name='selectID' type='checkbox' value='"&rs("ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
  190.       Response.Write "</tr>" & vbCrLf
  191.   rs.movenext
  192.     wend
  193.     Response.Write "<tr>" & vbCrLf
  194.     Response.Write "<td colspan='7' nowrap  bgcolor='#eafefe'>&nbsp;</td>" & vbCrLf
  195.     Response.Write "<td colspan='2' nowrap  bgcolor='#eafefe'><input name='submitDelSelect' type='button' class='button'  id='submitDelSelect' value='删除所选' onClick='ConfirmDel(""您真的要删除这些招聘信息吗?"");'></td>" & vbCrLf
  196.     Response.Write "</tr>" & vbCrLf
  197.   else
  198.     response.write "<tr><td height='50' align='center' colspan='9' nowrap  bgcolor='#eafefe'>暂无招聘信息</td></tr>"
  199.   end if
  200. '-----------------------------------------------------------
  201. '-----------------------------------------------------------
  202.   Response.Write "<tr>" & vbCrLf
  203.   Response.Write "<td colspan='9' nowrap  bgcolor='#bbe5e5'>" & vbCrLf
  204.   Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
  205.   Response.Write "<tr>" & vbCrLf
  206.   Response.Write "<td>共计:<font color='#ff6600'>"&idcount&"</font>条记录&nbsp;页次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&"&nbsp;每页:<font color='#ff6600'>"&pages&"</font>条</td>" & vbCrLf
  207.   Response.Write "<td align='right'>" & vbCrLf
  208.   '设置分页页码开始===============================
  209.   pagenmin=page-pagenc '计算页码开始值
  210.   pagenmax=page+pagenc '计算页码结束值
  211.   if(pagenmin<1) then pagenmin=1 '如果页码开始值小于1则=1
  212.   if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a>&nbsp;") '如果页码大于1则显示(第一页)
  213.   if(pagenmin>1) then response.write ("<a href='"& myself &"Page="& page-(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>7</font></a>&nbsp;") '如果页码开始值大于1则显示(更前)
  214.   if(pagenmax>pagec) then pagenmax=pagec '如果页码结束值大于总页数,则=总页数
  215.   for i = pagenmin to pagenmax'循环输出页码
  216. if(i=page) then
  217.   response.write ("&nbsp;<font color='#ff6600'>"& i &"</font>&nbsp;")
  218. else
  219.   response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
  220. end if
  221.   next
  222.   if(pagenmax<pagec) then response.write ("&nbsp;<a href='"& myself &"Page="& page+(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>8</font></a>&nbsp;") '如果页码结束值小于总页数则显示(更后)
  223.   if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a>&nbsp;") '如果页码小于总页数则显示(最后页)
  224.   '设置分页页码结束===============================
  225.   Response.Write "跳到:第&nbsp;<input name='SkipPage' onKeyDown='if(event.keyCode==13)event.returnValue=false' onchange=""if(/D/.test(this.value)){alert('只能在跳转目标页框内输入整数!');this.value='"&Page&"';}"" style='HEIGHT: 18px;WIDTH: 40px;'  type='text' class='textfield' value='"&Page&"'>&nbsp;页" & vbCrLf
  226.   Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
  227.   Response.Write "</td>" & vbCrLf
  228.   Response.Write "</tr>" & vbCrLf
  229.   Response.Write "</table>" & vbCrLf
  230.   rs.close
  231.   set rs=nothing
  232.   Response.Write "</td>" & vbCrLf  
  233.   Response.Write "</tr>" & vbCrLf
  234. '-----------------------------------------------------------
  235. '-----------------------------------------------------------
  236. end function 
  237. %>