📄 resourcelist.asp
字号:
<!--#include file="SiteInfo.asp"-->
<%
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
'★ ★
'☆ 万博中小企业网站管理系统(NWEB) ☆
'★ ★
'☆ 版权所有 Nweb.cn ☆
'★ ★
'☆ 程序制作 万博工作室 ☆
'★ Add:四川省彭州市西大街228号/611930 ★
'☆ Tel:028-88079088 Fax:83708850 ☆
'★ E-m:duolaimi-123@163.com ★
'☆ Q Q:59309100 ☆
'★ ★
'☆ 相关网址 [产品介绍]http://www.Nweb.cn ☆
'★ [支持论坛]http://www.Nweb.cn/bbs ★
'☆ ☆
'★ 演示网址 http://www.Nweb.cn ★
'☆ ☆
'★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★
%>
<HTML>
<HEAD>
<TITLE>首页-人力资源|<%=SiteName%></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="copyright" CONTENT="Copyright 2004-2005 - NWEB.CN-STUDIO-多来米">
<META NAME="Author" CONTENT="万博网络技术工作室,www.Nweb.cn">
<META NAME="Robots" CONTENT="all">
<META NAME="Keywords" CONTENT="<%=Keywords%>">
<META NAME="Description" CONTENT="<%=Description%>">
<link href="Images/CSS.css" type=text/css rel=stylesheet>
</HEAD>
<BODY >
<!--#include file="Top.asp" -->
<table width="868" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" height="96" valign="top" bgcolor="#F2F2F2" ><!--#include file="LeftNav.asp" -->
<!--#include file="ResourceLeft.asp" --></td>
<td width="5"></td>
<td width="673" valign="top" class="Index-Center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td height="180" colspan="2" bgcolor="#FFFFFF"><img src="Images/Banner_01.jpg" alt="万博中小企业网站系统" width="499" height="180"></td>
<td width="172" align="right" bgcolor="#FFFFFF"><img src="Images/Banner_02.jpg" alt="万博中小企业网站系统" width="171" height="180"></td>
</tr>
<tr>
<td width="93" height="5" bgcolor="#FFFFFF"></td>
<td width="408" bgcolor="#FFFFFF"></td>
<td bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#F2F2F2"><strong><font color="#1c529b"><img src="Images/Arrow-locality.gif" width="14" height="12" align="absmiddle"> 当前位置:</font></strong></td>
<td colspan="2" bgcolor="#F2F2F2" class="locality"><a href="index.asp">首 页</a> >> <a href="ResourceList.asp">人力资源 >> 招聘信息</a></td>
</tr>
<tr>
<td height="5" align="center" bgcolor="#FFFFFF"></td>
<td colspan="2" align="center" bgcolor="#FFFFFF"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td height="12"> </td>
<td></td>
<td></td>
</tr>
<tr>
<td width="20" height="30"> </td>
<td><%
dim i,intPage,page,pre,last,filepath
set rsp = server.createobject("adodb.recordset")
productsSQL="select * from Resume where Rput=true ORDER BY id DESC"
'rsp.open productsSQL,conn,1,1
rsp.PageSize =3 '这里设定每页显示的记录数
rsp.CursorLocation = 3
rsp.Open productsSQL,conn,0,2,1 '这里执行你查询SQL并获得结果记录集
pre = true
last = true
page = trim(Request.QueryString("page"))
if len(page) = 0 then
intpage = 1
pre = false
else
if cint(page) =< 1 then
intpage = 1
pre = false
else
if cint(page)>=rsp.PageCount then
intpage = rsp.PageCount
last = false
else
intpage = cint(page)
end if
end if
end if
if not rsp.eof then
rsp.AbsolutePage = intpage
end if
%>
<%
if rsp.bof then Response.write"暂无相关信息!"
%>
<%
for i=1 to rsp.PageSize
if rsp.EOF or rsp.BOF then exit for
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" >
<!--DWLayoutTable-->
<tr bgcolor="#DFDFDF">
<td width="16%" height="22" align="center" bgcolor="#eeeeee" class="News-05">职位名称:</td>
<td colspan="2" bgcolor="#eeeeee" class="News-05"> <%=rsp("Rname")%> </td>
<td width="211" colspan="2" bgcolor="#eeeeee" class="News-05"> <a href="ResourceJob.asp?JobName=<%=rsp("Rname")%>"><font color=#000066>应聘该职位</font></a></td>
</tr>
<tr bgcolor="#DFDFDF">
<td width="16%" height="22" align="center" bgcolor="#eeeeee" class="News-05">工作地点:</td>
<td width="216" valign="top" bgcolor="#eeeeee" class="News-05"> <%=rsp("Rredress")%> </td>
<td width="100" align="center" bgcolor="#eeeeee" class="News-05">需求人数:</td>
<td colspan="2" bgcolor="#eeeeee" class="News-05"> <%=rsp("Rman")%> 人 </td>
</tr>
<tr bgcolor="#DFDFDF">
<td width="16%" height="22" align="center" bgcolor="#eeeeee" class="News-05">工资待遇:</td>
<td bgcolor="#eeeeee"> <%=rsp("RWages")%></td>
<td align="center" bgcolor="#eeeeee" class="News-05">发布日期:</td>
<td colspan="2" bgcolor="#eeeeee" class="News-05"> <%=rsp("Rdate")%> </td>
</tr>
<tr bgcolor="#DFDFDF">
<td width="16%" height="26" align="center" bgcolor="#eeeeee" class="News-05"><font color=#000066>具体要求:</font></td>
<td colspan="4" align="center" bgcolor="#eeeeee"><table width="100%" border="0" cellpadding="5" cellspacing="0" >
<tr>
<td class="News-05"><%=rsp("Rjie")%></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#F7F7F7">
<td height="10" colspan="5"><img src="images/Feedback_Center_01.gif" width="96" height="10"></td>
</tr>
</table>
<%
rsp.movenext
next
%></td>
<td width="20"></td>
</tr>
<tr>
<td height="40"> </td>
<td valign="bottom"><table width="100%" border="0" align="center" class='Pagination'>
<tr valign="middle">
<%if rsp.pagecount>0 then%>
<td height="20" align="center">当前页<%=intpage%>/<%=rsp.PageCount%>
<%else%>
<td height="20" align="center">当前页0/0
<%end if%>
共有<%=rsp.recordcount%>条信息 每页<%=rsp.PageSize%>条 <a href="ResourceList.asp?page=1">首页</a> |
<%if pre then%>
<a href="ResourceList.asp?page=<%=intpage -1%>">上页 </a>|
<%end if%>
<%if last then%>
<a href="ResourceList.asp?page=<%=intpage +1%>">下页</a> |
<%end if%>
<a href="ResourceList.asp?page=<%=rsp.PageCount%>">尾页</a> | 转到第
<select name="sel_page" onChange="javascript:location=this.options[this.selectedIndex].value;">
<%
for i = 1 to rsp.PageCount
if i = intpage then%>
<option value="ResourceList.asp?page=<%=i%>"selected><%=i%></option>
<%else%>
<option value="ResourceList.asp?page=<%=i%>"><%=i%></option>
<%
end if
next
%>
</select>
页</td>
</tr>
</table></td>
<td></td>
</tr>
<tr>
<td height="30"> </td>
<td> </td>
<td></td>
</tr>
<tr>
<td height="30"> </td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="Bot.asp" -->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -