📄 spic.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<% order_name=Request("Order")
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
if request("updown")<>"" then
updown="desc"
else
updown=""
end if
select case order_name
case "showname"
order_name="showname"
case "hot"
order_name="hot"
case "dateandtime"
order_name="dateandtime"
case "hits"
order_name="hits"
case "orders"
order_name="orders"
case "size"
order_name="size"
case else
order_name="id"
updown="desc"
end select
%>
<html>
<head>
<title>天幕动漫</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="298" border="0" cellspacing="0" cellpadding="0">
<tr>
<%
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from download where id="&id
rs.open sql,conn,1,1
if rs.eof then
response.write"对不起,没有这样的一个动画!"
else
conn.execute("update download set hits=hits+1 where id="&id)
%><td>
<table border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" width="100%" height="248">
<tr>
<td width="100%" height="26">
<p align="center">
<img border="0" src="images/spic.gif" width="298" height="24"></td>
</tr>
<tr>
<td width="100%" height="40">
<p align="center">《<font color="#00749F"><%=rs("showname")%></font>》<br>作者:<a href="mailto:<%=rs("filename2")%>"><font color="#00749F"><%=rs("filename1")%></font></a></td>
</tr>
<tr>
<td width="100%" height="129">
<p align="center"><img width="100" height="75" class="border" hspace="1" vspace="1" border="1" style="border: 0px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1" <%if rs("images")="" then%> src="pic/no.jpg" <%else%>src="<%=rs("images")%>" <%end if%>width="230"></td>
</tr>
<tr>
<td width="100%" height="23" align="center"><a class="guide" href="javascript:window.close()"><img border="0" src="images/cl.gif" width="48" height="18"></a></td>
</tr>
<tr>
<td width="100%" height="16"></td>
</tr>
</table>
</td><%end if %>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -