📄 wodetufang.asp
字号:
<!--#include file="abc/As_conn.asp"-->
<!--#include file="abc/x.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我的图坊——〖阿赛〗</title>
<style type="text/css">
<!--
body {
margin:0px; scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC;
scrollbar-shadow-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-arrow-color: #666666;
scrollbar-darkshadow-color:#CCCCCC;
background-image: url('img/bg1.gif');
background-position:
center 50%;
}
body, td, th {
font-size: 12px;
color: #666666;
font-family: 宋体;
}
a {
font-family: 宋体;
font-size: 12px;
}
a:link {
text-decoration: none;
color: #666666;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
font-family: 宋体;
}
-->
</style>
</head>
<body>
<table width="495" height="583" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="495" height="90" align="center" valign="top"><table width="98%" height="196" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<table id="bj" width="486" border="0" cellspacing="0" cellpadding="0" height="200">
<tr><td>
<!--#include file="abc/f.asp"-->
</td></tr>
</table>
<!--#include file="abc/t.asp"-->
</td></tr>
</table>
</td></tr>
<tr><td>
<p align="center"><!--#include file="abc/m.asp"--></td>
</tr><tr><td></td></tr>
<tr><td height="433" valign="top">
<table width="460" border="0" height="100%" align="center" cellpadding="0" cellspacing="0">
<tr><td valign='top' height='431'>
<%
dim pag,cc
cc=3
pag=request("pag")
if pag="" then pag=0
call ConnectionDatabase
set Rs=GrateRs("select * from Asai_WDTF",1)
if not Rs.eof then Rs.movelast
for i = 1 to pag*cc
Rs.moveprevious
if Rs.eof then exit for
next
i=0
do while not Rs.bof
%>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="90" align="left">照片名称:</td>
<td width="236"><%=Rs("title")%></td>
<td width="126" rowspan="7"><a target="_blank" href="<%=Rs("link")%>"><img border="0" src="<%=Rs("p1")%>" alt="点击放大查看图片..." width="120" height="120"></a></td>
</tr>
<tr>
<td align="left">照片简介: </td>
<td rowspan="5" valign="top"><%=ReplStr(Rs("content"))%></td>
</tr>
<tr>
<td align="left"> </td>
</tr>
<tr>
<td height="13" align="left"> </td>
</tr>
<tr>
<td height="13" align="left"> </td>
</tr>
<tr>
<td height="21" align="left"> </td>
</tr>
<tr>
<td height="18" align="left">点击放大:</td>
<td>
<%
if Rs("link")="无" then
response.write "该作品不提供演示/下载!"
else
response.write "<a href='"&Rs("link")&"' target='_blank'>点击演示/下载</a>"
end if
%>
</td>
</tr>
</table>
.............................................
<%
i=i+1
if i=cc then exit do
Rs.moveprevious
loop
response.write("<br><br><div align=right>共"&int(Rs.recordcount/cc)+1&"页,第"&pag+1&"页 ")
response.write("<a href=WodeTufang.asp?pag=0>第一页</a> ")
if not pag=0 then
response.write("<a href=WodeTufang.asp?pag="&pag-1&">上一页</a> ")
else
response.write("上一页 ")
end if
if not Rs.bof then
response.write("<a href=WodeTufang.asp?pag="&pag+1&">下一页</a> ")
else
response.write("下一页 ")
end if
response.write("<a href=WodeTufang.asp?pag="&int(Rs.recordcount/cc)&">最后一页</a> </div>")
call DBConnEnd
%>
<font color="#FFFFFF"><strong><font color="#FFFFFF"><font color="#FF0000"><font color="#FF0000"><font color="#FF0000"><span><font color="#FFFFFF"><span><font color="#FF0000"><span><font color="#FF0000"><span><font color="#666666">
<script language="javascript" src="http://union1.textclick.com/template/sina/s_40.js?pid=21664&unionid=4&sid=11042&ktime=0"></script>
</font></span></font></span></font></span></font></span></font></font></font></font></strong></font>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="8"></td>
</tr>
<tr>
<td height="18" align="center">
<script language=javascript src=abc/As_Count.Asp?AsaiTj=2></script><br><!--#include file="abc/zx.asp"-->
</td>
</tr>
<tr>
<td height="33" align="center"><img src="images/X/dtp.gif" width="495" height="50"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -