JobsList.Asp
上传用户:mtjhgs
上传日期:2021-12-08
资源大小:3755k
文件大小:10k
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <!--#include file="../Include/Const.asp" -->
- <!--#include file="../Include/NoHackSql.Asp" -->
- <!--#include file="../Include/ConnSiteData.asp" -->
- <%
- call SiteInfo
- if ISHTML = 1 then
- Response.expires = 0
- Response.expiresabsolute = Now() - 1
- Response.addHeader "pragma", "no-cache"
- Response.addHeader "cache-control", "private"
- Response.CacheControl = "no-cache"
- End If
- headid=4
- Seotitle="Company Recruitment"
- %>
- <!--#include file="Head.Asp" -->
- <div class="clear"></div>
- <div id="contant">
- <div class="cleft">
- <div class="news">
- <div class="title">
- <b>Recruitment List</b>
- </div>
- <div>
- <ul>
- <%=WebMenu()%>
- </ul>
- </div>
- </div>
- <div class="news">
- <div class="title">
- <b>Hot Product</b>
- </div>
- <div>
- <ul>
- <%=Producthot(10)%>
- </ul>
- </div>
- </div>
- </div>
- <div class="cright">
- <div class="crightb">
- <div class="crightbtitle">
- <div class="crightbtitlel">
- Location:
- </div>
- <div class="crightbtitler">
- <%=WebLocation()%>
- </div>
- </div>
- <div class="crightbcontent">
-
-
- <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" border="0" heihgt="">
- <tbody>
- <tr>
- <td>
- <%=WebContent()%>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- <!--#include file="Foot.Asp"-->
- <%
- function WebMenu()
- 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>"
- 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>"
- end function
- function WebLocation()
- WebLocation=" Location:<a href=""index.asp"" class=""agray"">Home</a> - <a href=""JobsList.asp"" class=""agray"">Recruitment Information</a>"&VbCrLf
- end Function
- function WebContent()
- dim rs,sql
- dim idCount
- dim pages
- pages=JobInfo
- dim pagec
- dim page
- page=clng(request("Page"))
- dim pagenc
- pagenc=5
- dim pagenmax
- dim pagenmin
- dim pageprevious
- dim pagenext
- dim datafrom
- datafrom="Wygkcnflash_Jobs"
- dim datawhere
- datawhere="where ViewFlag"&Language&" "
- dim sqlid
- dim Myself,PATH_INFO,QUERY_STRING
- PATH_INFO = request.servervariables("PATH_INFO")
- QUERY_STRING = request.ServerVariables("QUERY_STRING")'
- if QUERY_STRING = "" then
- Myself = PATH_INFO & "?"
- elseif Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
- Myself= PATH_INFO & "?" & QUERY_STRING & "&"
- else
- Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
- end if
- dim taxis
- taxis="order by id desc "
- dim i
- sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
- set rs=server.createobject("adodb.recordset")
- rs.open sql,conn,0,1
- idCount=rs("idCount")
- if(idcount>0) then
- if(idcount mod pages=0)then
- pagec=int(idcount/pages)
- else
- pagec=int(idcount/pages)+1
- end if
- sql="select id from ["& datafrom &"] " & datawhere & taxis
- set rs=server.createobject("adodb.recordset")
- rs.open sql,conn,1,1
- rs.pagesize = pages
- if page < 1 then page = 1
- if page > pagec then page = pagec
- if pagec > 0 then rs.absolutepage = page
- for i=1 to rs.pagesize
- if rs.eof then exit for
- if(i=1)then
- sqlid=rs("id")
- else
- sqlid=sqlid &","&rs("id")
- end if
- rs.movenext
- next
- end if
- if(idcount>0 and sqlid<>"") then
- sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
- set rs=server.createobject("adodb.recordset")
- rs.open sql,conn,0,1
- Response.Write "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"">"&VbCrLf
- Response.Write " <tr height=""26"">"&VbCrLf
- Response.Write " <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc""> Job Title</td>"&VbCrLf
- Response.Write " <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc""> Recruitment units</td>"&VbCrLf
- Response.Write " <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc""> Place of work</td>"&VbCrLf
- Response.Write " <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc""> Recruits Number</td>"&VbCrLf
- Response.Write " <td style=""color:#FFFFFF; font-weight:bold; background:url(Images/split.gif) no-repeat right center; background-color:#cccccc""> State</td>"&VbCrLf
- Response.Write " <td bgcolor=""#cccccc"" style=""color:#FFFFFF; font-weight:bold""> Update Time</td>"&VbCrLf
- Response.Write " </tr>"&VbCrLf
- while not rs.eof
- If ISHTML = 1 Then
- AutoLink = ""&JobNameDiy&""&Separated&""&rs("ID")&"."&HTMLName&""
- Else
- AutoLink = "JobsView.asp?ID="&rs("ID")&""
- End If
- Response.Write " <tr height=""28"">"&VbCrLf
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom;""> <img src=""images/arr.gif"" width=""11"" height=""14"" align=""absmiddle"" /> <a href="""&AutoLink&""">"&rs("JobName"&Language)&"</a></td>"&VbCrLf
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> "&rs("eEmployer"&Language)&"</td>"&VbCrLf
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> "&rs("JobAddress"&Language)&"</td>"&VbCrLf
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> "&rs("JobNumber")&"</td>"&VbCrLf
- If rs("EndDate")>now() Then
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> Recruitment</td>"&VbCrLf
- Else
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> Ended</td>"&VbCrLf
- End If
- Response.Write " <td style=""background:url(Images/bg2.gif) repeat-x left bottom; color:#999999""> "&FormatDate(rs("Addtime"),13)&"</td>"&VbCrLf
- Response.Write " </tr>"&VbCrLf
- rs.movenext
- Wend
- Response.Write "</table>"&VbCrLf
- else
- response.write "<center>No relevant information</center>"
- exit function
- end if
- Response.Write "<table width=""98%"" border=""0"" cellspacing=""0"" cellpadding=""0"">"&VbCrLf
- Response.Write " <tr height=""35"">"&VbCrLf
- Response.Write " <td align=""center"">"&VbCrLf
- Response.Write "Total:<strong style=""color:red"">"&idcount&"</strong>Records Page:<strong style=""color:red"">"&page&"</strong>/"&pagec&" PageSize:<strong style=""color:red"">"&pages&"</strong>Records" & vbCrLf
- pagenmin=page-pagenc
- pagenmax=page+pagenc
- if(pagenmin<1) then pagenmin=1
- If ISHTML = 1 Then
- If ID = "" Then
- 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> ")
- Else
- 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> ")
- End If
- Else
- if(page>1) then response.write ("<a href="""& myself &"Page=1"" title=""Return to page 1""><font face=""webdings"" color=""#000000"">9</font></a> ")
- End If
- if page-(pagenc*2+1)<=0 then
- pageprevious=1
- else
- pageprevious=page-(pagenc*2+1)
- end If
- If ISHTML = 1 Then
- If ID = "" Then
- if(pagenmin>1) then response.write ("<a href="""&JobSortName&""&Separated&""&pageprevious&"."&HTMLName&""" title=""page"& pageprevious &"""><font face=""webdings"" color=""#000000"">3</font></a> ")
- Else
- 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> ")
- End If
- Else
- if(pagenmin>1) then response.write ("<a href="""& myself &"Page="& pageprevious &""" title=""page"& pageprevious &"""><font face=""webdings"" color=""#000000"">3</font></a> ")
- End If
- if(pagenmax>pagec) then pagenmax=pagec
- for i = pagenmin to pagenmax
- if(i=page) then
- response.write (" <strong style=""color:red"">"& i &"</strong> ")
- Else
- If ISHTML = 1 Then
- If ID = "" Then
- response.write ("[<a href="""&JobSortName&""&Separated&""&i&"."&HTMLName&""">"& i &"</a>]")
- Else
- response.write ("[<a href="""&JobSortName&""&Separated&""&ID&""&Separated&""&i&"."&HTMLName&""">"& i &"</a>]")
- End If
- Else
- response.write ("[<a href="""& myself &"Page="&i&""">"& i &"</a>]")
- End If
- end if
- next
- if page+(pagenc*2+1)>=pagec then
- pagenext=pagec
- else
- pagenext=page+(pagenc*2+1)
- end If
- If ISHTML = 1 Then
- If ID = "" Then
- if(pagenmax<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&pagenext&"."&HTMLName&""" title=""Go to page"&pagenext&"""><font face=""webdings"" color=""#999999"">:</font></a> ")
- if(page<pagec) then response.write (" <a href="""&JobSortName&""&Separated&""&pagec&"."&HTMLName&""" title=""Go to page"&pagec&"""><font face=""webdings"" color=""#000000"">:</font></a>")
- Else
- 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> ")
- 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>")
- End If
- Else
- if(pagenmax<pagec) then response.write (" <a href="""& myself &"Page="& pagenext &""" title=""Go to page"&pagenext&"""><font face=""webdings"" color=""#999999"">:</font></a> ")
- if(page<pagec) then response.write (" <a href="""& myself &"Page="& pagec &""" title=""Go to page"&pagec&"""><font face=""webdings"" color=""#000000"">:</font></a>")
- End If
- Response.Write " </td>"&VbCrLf
- Response.Write " </tr>"&VbCrLf
- Response.Write "</table>"&VbCrLf
- rs.close
- set rs=nothing
- end function
- %>