⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 photo_index.asp

📁 该软件是帮助大学生更好的生活
💻 ASP
字号:
<!--#include file="Inc/func_photo.asp"-->
<%
'请勿改动下面这三行代码
const ChannelID=4
Const ShowRunTime="Yes"
MaxPerPage=20
SkinID=0
PageTitle="首页"
Set rsPhoto= Server.CreateObject("ADODB.Recordset")
%>
<html>
<head>
<title><%=strPageTitle & " >> " & PageTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="inc/Skin_CSS.asp"-->
<%call MenuJS()%>
</head>
<body <%=Body_Label%> onmousemove='HideMenu()'>
<!--#include file="top.asp"-->

<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0" class="border2">
  <tr>
    <td width="186" rowspan="2" style='padding:10px,10px,10px,10px'><table border="0" cellpadding="0" cellspacing="0" class="border186">
      <tr>
        <td class="title_txt_left">&nbsp;</td>
        <td class="title_txt_center">图 片 统 计</td>
        <td class="title_txt_right">&nbsp;</td>
      </tr>
    </table>
      <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td valign="top" class="border4"><%call ShowSiteCount()%></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="10"></td>
        </tr>
      </table>
      <table border="0" cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td class="title_txt_left">&nbsp;</td>
          <td class="title_txt_center">最 新 热 门</td>
          <td class="title_txt_right">&nbsp;</td>
        </tr>
      </table>
      <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td valign="top" class="border4"><%call ShowHot(10,100)%></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="10"></td>
        </tr>
      </table>
      <table border="0"  cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td class="title_txt_left">&nbsp;</td>
          <td class="title_txt_center">最 新 推 荐</td>
          <td class="title_txt_right">&nbsp;</td>
        </tr>
      </table>
      <table width="100%" height="100%" border="0"  cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td valign="top" class="border4"><%call ShowElite(10,100)%></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="10"></td>
        </tr>
      </table>
      <table border="0"  cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td class="title_txt_left">&nbsp;</td>
          <td class="title_txt_center">最 新 调 查</td>
          <td class="title_txt_right">&nbsp;</td>
        </tr>
      </table>
      <table width="100%" height="100%" border="0"  cellpadding="0" cellspacing="0" class="border186">
        <tr>
          <td valign="top" class="border4"><% call ShowVote() %></td>
        </tr>
      </table>    </td>
    <td width="592" valign="top" style='padding:10px,10px,10px,0px'><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="title_bg_left">&nbsp;</td>
          <td class="title_bg_center">最 新 图 片  </td>
          <td class="title_bg_right">&nbsp;</td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td valign="top" class="border4"><% call ShowNewPhoto(12,false,100)%></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="10"></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="title_bg_left">&nbsp;</td>
          <td class="title_bg_center">栏 目 导 航</td>
          <td class="title_bg_right">&nbsp;</td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td valign="top" class="border4"><% call ShowClassNavigation() %></td>
        </tr>
      </table>      </td></tr>
  <tr>
    <td valign="bottom" style='padding:10px,0px,10px,0px'><table width="100%" border="0" cellpadding="0" cellspacing="0" class="title" style="border-top:solid #999999 1px">
      <tr>
        <td width="100" align="center"><img src="Images/checkphoto.gif" width="15" height="15" align="absmiddle">&nbsp;&nbsp;图片搜索:</td>
        <td><%call ShowSearchForm("Photo_Search.asp",2)%>          </td>
      </tr>
    </table></td>
  </tr>
</table>
<% call Bottom() %>
</td>
</tr></table>
<% call PopAnnouceWindow(400,300) %>
<% call ShowAD(0) %>                         
<% call ShowAD(4) %>                         
<% call ShowAD(5) %>                         
</body>
</html>
<script>
 mtDropDown.initialize();
</script>
<%
set rsPhoto=nothing
call CloseConn()
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -