JobsList.Asp
上传用户:mtjhgs
上传日期:2021-12-08
资源大小:3755k
文件大小:10k
源码类别:

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

开发平台:

HTML/CSS

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <!--#include file="../Include/Const.asp" -->
  3. <!--#include file="../Include/NoHackSql.Asp" -->
  4. <!--#include file="../Include/ConnSiteData.asp" -->
  5. <%
  6. call SiteInfo
  7. if ISHTML = 1 then
  8. Response.expires = 0
  9. Response.expiresabsolute = Now() - 1
  10. Response.addHeader "pragma", "no-cache"
  11. Response.addHeader "cache-control", "private"
  12. Response.CacheControl = "no-cache"
  13. End If
  14. headid=4
  15. Seotitle="Company Recruitment"
  16. %>
  17. <!--#include file="Head.Asp" -->
  18. <div class="clear"></div>
  19. <div id="contant">
  20.   <div class="cleft">
  21. <div class="news">
  22.       <div class="title">
  23.   &nbsp;<b>Recruitment List</b>
  24.   </div>
  25.   <div>
  26.   <ul>
  27.   <%=WebMenu()%>
  28.   </ul>
  29.   </div>
  30.     </div>
  31. <div class="news">
  32.       <div class="title">
  33.   &nbsp;<b>Hot Product</b>
  34.   </div>
  35.   <div>
  36.   <ul>
  37.   <%=Producthot(10)%>
  38.   </ul>
  39.   </div>
  40.     </div>
  41.   </div>
  42. <div class="cright">
  43. <div class="crightb">
  44.   <div class="crightbtitle">
  45.     <div class="crightbtitlel">
  46. Location:
  47. </div>
  48. <div class="crightbtitler">
  49. <%=WebLocation()%>
  50. </div>
  51.   </div>
  52.   <div class="crightbcontent">
  53.  
  54. <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" border="0" heihgt="">
  55.     <tbody>
  56.         <tr>
  57.             <td>
  58. <%=WebContent()%>
  59.             </td>
  60.         </tr>
  61.     </tbody>
  62. </table>
  63.  </div>
  64. </div>
  65.   </div>
  66. </div>
  67. <!--#include file="Foot.Asp"-->
  68. <%
  69. function WebMenu()
  70.   response.write "<li><img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /><a href=""JobsList.asp"" style=""margin-left:5px;"">Recruitment Information</a></li>"
  71.   response.write "<li><img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /><a href=""MemberTalent.asp"" style=""margin-left:5px;"">My Candidates</a></li>"
  72. end function
  73. function WebLocation()
  74.   WebLocation="&nbsp;Location:<a href=""index.asp"" class=""agray"">Home</a> - <a href=""JobsList.asp"" class=""agray"">Recruitment Information</a>"&VbCrLf
  75. end Function
  76. function WebContent()
  77.   dim rs,sql
  78.   dim idCount
  79.   dim pages
  80.       pages=JobInfo
  81.   dim pagec
  82.   dim page
  83.       page=clng(request("Page"))
  84.   dim pagenc
  85.       pagenc=5
  86.   dim pagenmax
  87.   dim pagenmin
  88.   dim pageprevious
  89.   dim pagenext
  90.   dim datafrom
  91.   datafrom="Wygkcnflash_Jobs"
  92.   dim datawhere
  93.   datawhere="where ViewFlag"&Language&"  "
  94.   dim sqlid
  95.   dim Myself,PATH_INFO,QUERY_STRING
  96.       PATH_INFO = request.servervariables("PATH_INFO")
  97.   QUERY_STRING = request.ServerVariables("QUERY_STRING")'
  98.       if QUERY_STRING = "" then
  99.     Myself = PATH_INFO & "?"
  100.   elseif Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
  101.     Myself= PATH_INFO & "?" & QUERY_STRING & "&"
  102.   else
  103.     Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
  104.   end if
  105.   dim taxis
  106.       taxis="order by id desc "
  107.   dim i
  108.   sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
  109.   set rs=server.createobject("adodb.recordset")
  110.   rs.open sql,conn,0,1
  111.   idCount=rs("idCount")
  112.   if(idcount>0) then
  113.     if(idcount mod pages=0)then
  114.   pagec=int(idcount/pages)
  115.     else
  116.       pagec=int(idcount/pages)+1
  117.     end if
  118.     sql="select id from ["& datafrom &"] " & datawhere & taxis
  119.     set rs=server.createobject("adodb.recordset")
  120.     rs.open sql,conn,1,1
  121.     rs.pagesize = pages
  122.     if page < 1 then page = 1
  123.     if page > pagec then page = pagec
  124.     if pagec > 0 then rs.absolutepage = page
  125.     for i=1 to rs.pagesize
  126.   if rs.eof then exit for
  127.   if(i=1)then
  128.     sqlid=rs("id")
  129.   else
  130.     sqlid=sqlid &","&rs("id")
  131.   end if
  132.   rs.movenext
  133.     next
  134.   end if
  135.   if(idcount>0 and sqlid<>"") then
  136.     sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
  137.     set rs=server.createobject("adodb.recordset")
  138.     rs.open sql,conn,0,1
  139. Response.Write "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"">"&VbCrLf
  140. Response.Write "  <tr height=""26"">"&VbCrLf
  141. Response.Write "    <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc"">&nbsp;&nbsp;&nbsp;&nbsp;Job Title</td>"&VbCrLf
  142. Response.Write "    <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc"">&nbsp;&nbsp;Recruitment units</td>"&VbCrLf
  143. Response.Write "    <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc"">&nbsp;&nbsp;Place of work</td>"&VbCrLf
  144. Response.Write "    <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc"">&nbsp;&nbsp;Recruits Number</td>"&VbCrLf
  145. Response.Write "    <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc"">&nbsp;&nbsp;State</td>"&VbCrLf
  146. Response.Write "    <td bgcolor=""#cccccc"" style=""color:#FFFFFF; font-weight:bold"">&nbsp;&nbsp;Update Time</td>"&VbCrLf
  147. Response.Write "  </tr>"&VbCrLf
  148.     while not rs.eof
  149. If ISHTML = 1 Then
  150. AutoLink = ""&JobNameDiy&""&Separated&""&rs("ID")&"."&HTMLName&""
  151. Else
  152. AutoLink = "JobsView.asp?ID="&rs("ID")&""
  153. End If
  154. Response.Write "  <tr height=""28"">"&VbCrLf
  155. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom;"">&nbsp;<img src=""images/arr.gif"" width=""11"" height=""14"" align=""absmiddle"" />&nbsp;&nbsp;<a href="""&AutoLink&""">"&rs("JobName"&Language)&"</a></td>"&VbCrLf
  156. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;"&rs("eEmployer"&Language)&"</td>"&VbCrLf
  157. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;"&rs("JobAddress"&Language)&"</td>"&VbCrLf
  158. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;"&rs("JobNumber")&"</td>"&VbCrLf
  159. If rs("EndDate")>now() Then
  160. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;Recruitment</td>"&VbCrLf
  161. Else
  162. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;Ended</td>"&VbCrLf
  163. End If
  164. Response.Write "    <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999"">&nbsp;&nbsp;&nbsp;"&FormatDate(rs("Addtime"),13)&"</td>"&VbCrLf
  165. Response.Write "  </tr>"&VbCrLf
  166. rs.movenext
  167.     Wend
  168. Response.Write "</table>"&VbCrLf
  169.   else
  170.     response.write "<center>No relevant information</center>"
  171. exit function
  172.   end if
  173.   Response.Write "<table width=""98%"" border=""0"" cellspacing=""0"" cellpadding=""0"">"&VbCrLf
  174.   Response.Write "  <tr height=""35"">"&VbCrLf
  175.   Response.Write "    <td align=""center"">"&VbCrLf
  176.   Response.Write "Total:<strong style=""color:red"">"&idcount&"</strong>Records&nbsp;&nbsp;Page:<strong style=""color:red"">"&page&"</strong>/"&pagec&" PageSize:<strong style=""color:red"">"&pages&"</strong>Records" & vbCrLf
  177.   pagenmin=page-pagenc
  178.   pagenmax=page+pagenc
  179.   if(pagenmin<1) then pagenmin=1
  180.   If ISHTML = 1 Then
  181.   If ID = "" Then
  182.   if(page>1) then response.write ("<a href="""&JobSortName&""&Separated&"1."&HTMLName&""" title=""Return to page 1""><font face=""webdings"" color=""#000000"">9</font></a> ")
  183.   Else
  184.   if(page>1) then response.write ("<a href="""&JobSortName&""&Separated&""&ID&""&Separated&"1."&HTMLName&""" title=""Return to page 1""><font face=""webdings"" color=""#000000"">9</font></a> ")
  185.   End If
  186.   Else
  187.   if(page>1) then response.write ("<a href="""& myself &"Page=1"" title=""Return to page 1""><font face=""webdings"" color=""#000000"">9</font></a> ")
  188.   End If
  189.   if page-(pagenc*2+1)<=0 then
  190. pageprevious=1
  191.   else
  192. pageprevious=page-(pagenc*2+1)
  193.   end If
  194.   If ISHTML = 1 Then
  195.   If ID = "" Then
  196.   if(pagenmin>1) then response.write ("<a href="""&JobSortName&""&Separated&""&pageprevious&"."&HTMLName&""" title=""page"& pageprevious &"""><font face=""webdings"" color=""#000000"">3</font></a> ")
  197.   Else
  198.   if(pagenmin>1) then response.write ("<a href="""&JobSortName&""&Separated&""&ID&""&Separated&""&pageprevious&"."&HTMLName&""" title=""page"& pageprevious &"""><font face=""webdings"" color=""#000000"">3</font></a> ")
  199.   End If
  200.   Else
  201.   if(pagenmin>1) then response.write ("<a href="""& myself &"Page="& pageprevious &""" title=""page"& pageprevious &"""><font face=""webdings"" color=""#000000"">3</font></a> ")
  202.   End If
  203.   if(pagenmax>pagec) then pagenmax=pagec
  204.   for i = pagenmin to pagenmax
  205. if(i=page) then
  206.   response.write ("&nbsp;<strong style=""color:red"">"& i &"</strong>&nbsp;")
  207. Else
  208. If ISHTML = 1 Then
  209. If ID = "" Then
  210. response.write ("[<a href="""&JobSortName&""&Separated&""&i&"."&HTMLName&""">"& i &"</a>]")
  211. Else
  212. response.write ("[<a href="""&JobSortName&""&Separated&""&ID&""&Separated&""&i&"."&HTMLName&""">"& i &"</a>]")
  213. End If
  214. Else
  215. response.write ("[<a href="""& myself &"Page="&i&""">"& i &"</a>]")
  216. End If
  217. end if
  218.   next
  219.   if page+(pagenc*2+1)>=pagec then
  220.     pagenext=pagec
  221.   else
  222.     pagenext=page+(pagenc*2+1)
  223.   end If
  224.   If ISHTML = 1 Then
  225.   If ID = "" Then
  226.   if(pagenmax<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&pagenext&"."&HTMLName&""" title=""Go to page"&pagenext&"""><font face=""webdings"" color=""#999999"">:</font></a> ")
  227.   if(page<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&pagec&"."&HTMLName&""" title=""Go to page"&pagec&"""><font face=""webdings"" color=""#000000"">:</font></a>")
  228.   Else
  229.   if(pagenmax<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&ID&""&Separated&""&pagenext&"."&HTMLName&""" title=""Go to page"&pagenext&"""><font face=""webdings"" color=""#999999"">:</font></a> ")
  230.   if(page<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&ID&""&Separated&""&pagec&"."&HTMLName&""" title=""Go to page"&pagec&"""><font face=""webdings"" color=""#000000"">:</font></a>")
  231.   End If
  232.   Else
  233.   if(pagenmax<pagec) then response.write (" <a href="""& myself &"Page="& pagenext &""" title=""Go to page"&pagenext&"""><font face=""webdings"" color=""#999999"">:</font></a> ")
  234.   if(page<pagec) then response.write (" <a href="""& myself &"Page="& pagec &""" title=""Go to page"&pagec&"""><font face=""webdings"" color=""#000000"">:</font></a>")
  235.   End If
  236.   Response.Write "    </td>"&VbCrLf
  237.   Response.Write "  </tr>"&VbCrLf
  238.   Response.Write "</table>"&VbCrLf
  239.   rs.close
  240.   set rs=nothing
  241. end function
  242. %>