📄 qzconsole.asp
字号:
<% Response.Buffer=True %>
<!--#include file="inc/dbconn.inc"-->
<% set rs=server.createobject("adodb.recordset")
sql="select * from qzconsole order by id desc"
rs.open sql,conn,1,1
if not isempty(request("page")) then
pagecount=cint(request("page"))
else
pagecount=1
end if
rs.pagesize=20
rs.AbsolutePage=pagecount%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>求职顾问</title>
</head>
<body>
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="430" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td width="270" height="17" valign="bottom" bgcolor="#ffb503">
<p align="left"> 求职顾问
</td>
<td width="154" height="17" valign="bottom" bgcolor="#ffb503">
<p align="center">共<font color="#0000AE"><%=rs.recordcount%></font>条信息页次:<font color="#0000AE"><%=pagecount%></font>/<%=rs.pagecount%>
</td>
</tr>
<center>
<tr bgcolor="#FdFdFd">
<td width="448" valign="bottom" height="20" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<% do while not rs.eof %>
<tr>
<td height="18"> ==> <a href="viewqzconsole.asp?id=<%=rs("id")%>" target="_blank">
<% if len(rs("title"))>18 then%>
<%=left(rs("title"),15)%>...
<% else%>
<%=rs("title")%>
<%end if%>
</a><i> [<%=rs("idate")%>]</i> 点击<font color="#000091"><%=rs("click")%></font>次<br>
</td>
</tr><tr><td height=1 bgcolor=#cccccc></td></tr>
<% n=n+1
rs.movenext
if n>=rs.pagesize then exit do
loop %>
</table>
</td>
</tr>
</center>
<tr bgcolor="#ffb503">
<td width="448" height="17" valign="bottom" colspan="2">
<p align="center">
<%if pagecount=1 and rs.pagecount<>pagecount then%><a href="qzconsole.asp?page=<%=cstr(pagecount+1)%>">
<font color="#000000">下一页</font><a>
<% end if %>
<% if rs.pagecount>1 and rs.pagecount=pagecount then %><a href="qzconsole.asp?page=<%=cstr(pagecount-1)%>">
<font color="#000000">上一页</font><a>
<%end if%>
<%if pagecount<>1 and rs.pagecount<>pagecount then%><a href="qzconsole.asp?page=<%=cstr(pagecount-1)%>">
<font color="#000000">上一页</font><a> <a href="qzconsole.asp?page=<%=cstr(pagecount+1)%>">
<font color="#000000">下一页</font><a>
<%end if%>
【<a href="javascript:window.close()">关闭窗口</a>】
</td>
</tr>
</table>
<script language="javascript" src="inc/copyright.js"></script>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -