📄 top.asp
字号:
</table></td>
</tr>
<tr>
<td height="22"> <%
sql="select * from item"
set rs_item=server.createobject("adodb.recordset")
rs_item.open sql,connstr,1,1
if rs_item.eof then
response.write "<p align=center><font color=#FF0000>暂时没有分类!</font></p>"
else
response.write " <b><a href=index.asp>全部视频</a> </b>"
do while not rs_item.eof
response.write "<b><font color=#006600>/</font> <a href=top.asp?item="&rs_item("name")&">"&rs_item("name")&"</a> </b>"
rs_item.movenext
loop
end if
rs_item.close
%></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="80%" height="30">
<tr>
<td height="30">
<a href="top.asp?list=top"><img src="images/top.gif" width="118" height="18" border="0"></a>
<a href="add.asp" target="_blank"><img src="images/add.gif" width="100" height="18" border="0"></a>
<a href="http://www.tvdog.cn" target="_blank"><img src="images/tvdog.gif" width="100" height="18" border="0"></a>
<a href="http://hi.baidu.com/eachren/blog/category/%B8%F8%CE%D2%C1%F4%D1%D4" target="_blank"><img src="images/message.gif" width="100" height="18" border="0"></a>
<a href="http://wpa.qq.com/msgrd?V=1&Uin=28866273&Site=齐达内体育在线&Menu=yes" target="_blank"><img src="images/qqonline.gif" width="61" height="16" border="0"></a>
<span class="style5">
<%if keyword="" then%>
<%else%>
查找到 <%=totalput%>部视频
<%end if%>
</span></td>
<form action="top.asp" method="get" name="search" onSubmit="return checkadd()">
<td height="30" align="center">
<div align="right"><img src="images/dian.gif" width="11" height="7" border="0"> <b>输入视频名:</b>
<input maxLength="20" name="keyword" onFocus="this.value=''" size="18" value="输入关键字" style="border: 1 solid #000000">
<input type="submit" width="20" height="20" value="查找" style="font-size: 12px" name="search">
</div></td>
</form>
</tr>
</table>
<table width="80%" border="0" cellpadding="2" cellspacing="1" bordercolorlight="#F1F1F1" bordercolordark="#FFFFFF" bgcolor="#A8CEB1">
<tr bgcolor="#BBDBBE">
<td height="25" background="../images/bg.gif"><span class="style1"> <img border="0" src="images/biao_left.gif" width="15" height="15"> 视频名字</span></td>
<td width="100" height="25" align="center" background="../images/bg.gif"><div align="center"><span class="style1">在线播放</span></div></td>
<td width="60" height="25" align="center" background="../images/bg.gif"><span class="style1">播放格式</span></td>
<td width="40" height="25" align="center" background="../images/bg.gif"><span class="style1">点击</span></td>
<td width="60" height="25" align="center" background="../images/bg.gif"><span class="style1">加入日期</span></td>
<td width="60" height="25" align="center" background="../images/bg.gif"><span class="style1">推荐度</span></td>
</tr>
<%
i=0
do while i< maxperpage and not rs.eof
%>
<tr bgcolor="#F0F7F1">
<td height="25" bgcolor="#F0F7F1" CLASS=p11> <img src="images/dian.gif" width="11" height="7" border="0"><span class="style4">[</span><a href="type.asp?item=<%=rs("item")%>"><%=rs("item")%></a><span class="style4">]</span><a href=play.asp?id=<%=rs("id")%>&see=1 target="_blank" style='text-decoration: underline' ><%=rs("name")%></a><a href=http://search.tvsou.com/?KeyWords=<%=rs("listname")%> target="_blank" class="p9"><strong> 节目预告</strong></a><a href=http://hi.baidu.com/eachren/blog/category/<%=rs("item")%> target="_blank" class="p9"><strong> 点评</strong></a> </td>
<td height="25" align="center" bgcolor="#F9FDFA">
<div align="center">
<%
if rs("address1")<>"" then
response.write"<a href=play.asp?id="&rs("id")&"&see=1 target=_blankstyle='text-decoration: underline' >[1]</a> "
end if
if rs("address2")<>"" then
response.write"<a href=play.asp?id="&rs("id")&"&see=2 target=_blankstyle='text-decoration: underline' >[2]</a> "
end if
if rs("address3")<>"" then
response.write"<a href=play.asp?id="&rs("id")&"&see=3 target=_blank style='text-decoration: underline'>[3]</a> "
end if
if rs("address4")<>"" then
response.write"<a href=play.asp?id="&rs("id")&"&see=4 target=_blankstyle='text-decoration: underline' >[4]</a> "
end if
if rs("address5")<>"" then
response.write"<a href=play.asp?id="&rs("id")&"&see=5 target=_blankstyle='text-decoration: underline' >[5]</a> "
end if
%>
</div></td>
<td height="25" align="center" bgcolor="#F9FDFA"><%=rs("type")%></td>
<td height="25" align="center" bgcolor="#F0F7F1"><%=rs("hits")%></td>
<td height="25" align="center" bgcolor="#F9FDFA"><%=rs("date")%></td>
<td height="25" align="center" bgcolor="#F0F7F1"><font color=#FF9900><%=rs("mark")%></td>
</tr>
<%
i=i+1
rs.movenext
loop
end if
set rs=nothing
%>
<tr bgcolor="#DFEEE2">
<td width="758" height="30" colspan="6"> <p align="left"> 页数:<%=currentpage%>/<% =n%>
<%k=currentpage
if k<>1 then%>
<a href="top.asp?list=<%=list%>&item=<%=theitem%>&keyword=<%=keyword%>&pageid=1">首页</a>
<a href="top.asp?list=<%=list%>&item=<%=theitem%>&keyword=<%=keyword%>&pageid=<%=k-1%>">上一页</a>
<%else%>
首页 上一页
<%end if%>
<%if k<>n then%>
<a href="top.asp?list=<%=list%>&item=<%=theitem%>&keyword=<%=keyword%>&pageid=<%=k+1%>">下一页</a>
<a href="top.asp?list=<%=list%>&item=<%=theitem%>&keyword=<%=keyword%>&pageid=<%=n%>">尾页</a>
<%else%>
下一页 尾页
<%end if%>
<%if keyword="" then%>共收录<%else%>查找到<%end if%><%=totalput%>部视频</p> </td>
</tr>
</table>
<table width="80%" border="0" cellpadding="0" cellspacing="0" bgcolor="#F2F8EF">
<tr>
<td height="70" align="center" bordercolor="#ADCFB5" bgcolor="#DFEEE2">
<a href="http://www.zidane.com.cn" target="_blank">齐达内体育直播</a>
版权所有<br>
Copyright
© 2006 WWW.ZIDANE.COM.CN All rights reserved.
<br>
<a
href="http://www.miibeian.gov.cn/" target=_blank>苏ICP备06037344号</a><a href="http://www.miibeian.gov.cn" target=_blank></a><br>
<script language=javascript>
<!--
var m_tc_server="vip5.t2t2.com";
var m_tc_website="118972";
var m_tc_parent_website="0";
var m_tc_style="3";
//-->
</script>
<script language=javascript src="http://vip5.t2t2.com/visit.js"></script></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -