📄 top.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="http://www.99dao.com/club.css">
<title>齐达内体育在线直播</title>
<style>
<!--
.x:link { color: white; text-decoration: none }
.x:visited { color: white; text-decoration: none }
.x:active { color: red; text-decoration: none }
.x:hover { color: red;text-decoration:nome}
tr { font-size: 9pt }
td { font-size: 9pt }
body {
font-size: 9pt;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/index.gif);
}
a:link { color: #006633; text-decoration: none }
a:visited { color: #006633; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: red; text-decoration: none }
.style1 {
color: #006633;
font-weight: bold;
}
.style4 {color: #ABC48C}
.style5 {
color: #FF0000;
font-weight: bold;
}
.STYLE6 {font-weight: bold}
.STYLE7 {font-weight: bold}
.STYLE8 {
color: #00FF00;
font-weight: bold;
}
-->
</style>
<script language= "javascript">
function newpage(htmlurl) {
var newwin=window.open(htmlurl,"newWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=20,left=200,width=400,height=370");
newwin.focus();
return false;
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--//
function checkadd()
{
if (document.search.keyword.value.length<1)
{
alert("请输入查询关键字!");
document.search.keyword.focus();
return false;
}
if (document.search.keyword.value=="输入关键字")
{
alert("请输入查询关键字!");
document.search.keyword.focus();
return false;
}
}
//-->
</SCRIPT>
</head>
<body>
<div align="center">
<center>
<% list=request("list")
if list="top" then
sql="select * from data where yesno='1' order by hits desc"
else
keyword=trim(request("keyword"))
if keyword="" then
theitem=request("item")
if theitem="" then
sql="select * from data where yesno='1' order by id desc"
else
sql="select * from data where item='"&theitem&"' and yesno='1' order by id desc"
end if
else
sql="select * from data WHERE (name Like '%"& keyword &"%' or item Like '%"& keyword &"%') and yesno='1' order by id desc"
end if
end if
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then
response.write "<p align=center><font color=#FF0000>暂时没有任何视频!</font></p>"
else
const maxperpage=50
dim currentpage
rs.pagesize=maxperpage
currentpage=request.querystring("pageid")
if currentpage="" then
currentpage=1
elseif currentpage<1 then
currentpage=1
else
currentpage=clng(currentpage)
if currentpage > rs.pagecount then
currentpage=rs.pagecount
end if
end if
if not isnumeric(currentpage) then
currentpage=1
end if
dim totalput,n
totalput=rs.recordcount
if totalput mod maxperpage=0 then
n=totalput\maxperpage
else
n=totalput\maxperpage+1
end if
if n=0 then
n=1
end if
rs.move(currentpage-1)*maxperpage
%>
<table width="80%" height="20" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F2F8EF">
<tr>
<td height="20" background="images/index.gif"><div align="center"><span class="STYLE9"> <span class="STYLE6">Z</span></span><span class="STYLE7">idane.com.cn</span> <span class="STYLE21">齐达内体育直播网为大家提供</span><span class="STYLE17">cctv5直播</span><span class="STYLE19">和</span><span class="STYLE17">中国地方体育频道在线直播</span>!<a href="http://www.tvdog.cn" target="_blank" class="STYLE8">点此访问老版本</a><strong></span></strong></div></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="28"><img src="images/logo.jpg" width="100%" height="110"></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -