📄 type.asp
字号:
<p><a href="index.asp"><img src="images/logo.jpg" alt="NBA直播,NBA在线直播,NBA录象,篮球录象,足球直播,英超在线直播,西甲直播,意甲直播,德甲直播,多哈2006,2006亚运会在线直播,英超直播" width="760" height="100" border="0"></a>
</p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="760" 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=?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="760" 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://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="p9 STYLE32"><span class="p9 STYLE35"></span></span><span class="style5">
<%if keyword="" then%>
<%else%>
查找到 <%=totalput%>部视频
<%end if%>
</span></td>
<form action="?" 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></td>
</tr>
</table>
<table border="1" width="760" cellspacing="0" cellpadding="0" bordercolorlight="#F1F1F1" bordercolordark="#FFFFFF">
<tr>
<td width="758" height="30" colspan="7" background="../images/bg.gif" bgcolor="#BBDBBE">
<p align="left"> 页数:<%=currentpage%>/<% =n%>
<%k=currentpage
if k<>1 then%>
<a href="type.asp?pageid=1">首页</a>
<a href="type.asp?pageid=<%=k-1%>">上一页</a>
<%else%>
首页 上一页
<%end if%>
<%if k<>n then%>
<a href="type.asp?pageid=<%=k+1%>">下一页</a>
<a href="type.asp?pageid=<%=n%>">尾页</a>
<%else%>
下一页 尾页
<%end if%>
共收录<%=totalput%>部影片</p>
</td>
</tr>
<tr>
<td width="30%" height="30" background="../images/bg.gif" bgcolor="#F0F7F1"> <img border="0" src="../images/biao_left.gif" width="15" height="15"> 影片名字</td>
<td width="20%" background="../images/bg.gif" height="30" align="center">在线播放</td>
<td width="10%" background="../images/bg.gif" height="30" align="center">电影类型</td>
<td width="10%" background="../images/bg.gif" height="30" align="center">播放格式</td>
<td width="10%" background="../images/bg.gif" height="30" align="center">点击</td>
<td width="10%" background="../images/bg.gif" height="30" align="center">加入日期</td>
<td width="10%" background="../images/bg.gif" height="30" align="center">推荐度</td>
</tr>
<%
i=0
do while i< maxperpage and not rs.eof
%>
<tr>
<td height="30"> <img border="0" src="../images/dian.gif"> <%=rs("name")%> <%if rs("yesno")<>"1" then%><font color=#FF0000>未审核</font><%end if%> <a href="edit.asp?id=<%=rs("id")%>"><font color="#008000">修改</font></a> <a href="del.asp?id=<%=rs("id")%>"><font color="#FF0000">删除</font></a></td>
<td height="30" align="center">
<%
if rs("address1")<>"" then
response.write"<a href=play1.asp?id="&rs("id")&"&see=1 style='text-decoration: underline' onClick='return newpage(this.href);'>[1]</a> "
end if
if rs("address2")<>"" then
response.write"<a href=play1.asp?id="&rs("id")&"&see=2 style='text-decoration: underline' onClick='return newpage(this.href);'>[2]</a> "
end if
if rs("address3")<>"" then
response.write"<a href=play1.asp?id="&rs("id")&"&see=3 style='text-decoration: underline' onClick='return newpage(this.href);'>[3]</a> "
end if
if rs("address4")<>"" then
response.write"<a href=play1.asp?id="&rs("id")&"&see=4 style='text-decoration: underline' onClick='return newpage(this.href);'>[4]</a> "
end if
if rs("address5")<>"" then
response.write"<a href=play1.asp?id="&rs("id")&"&see=5 style='text-decoration: underline' onClick='return newpage(this.href);'>[5]</a> "
end if
%>
</td>
<td height="30" align="center"><a href="type.asp?item=<%=rs("item")%>"><%=rs("item")%></td>
<td height="30" align="center"><%=rs("type")%></td>
<td height="30" align="center"><%=rs("hits")%></td>
<td height="30" align="center"><%=rs("date")%></td>
<td height="30" align="center"><font color="red"><%=rs("mark")%></td>
</tr>
<%
i=i+1
rs.movenext
loop
end if
set rs=nothing
%>
<tr>
<td width="758" colspan="7" height="30" align="left">
页数:<%=currentpage%>/<% =n%>
<%k=currentpage
if k<>1 then%>
<a href="type.asp?pageid=1&item=<%=theitem%>">首页</a>
<a href="type.asp?pageid=<%=k-1%>&item=<%=theitem%>">上一页</a>
<%else%>
首页 上一页
<%end if%>
<%if k<>n then%>
<a href="type.asp?pageid=<%=k+1%>&item=<%=theitem%>">下一页</a>
<a href="type.asp?pageid=<%=n%>&item=<%=theitem%>">尾页</a>
<%else%>
下一页 尾页
<%end if%>
共收录<%=totalput%>部影片
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="760">
<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" type="text/javascript" src="http://js.users.51.la/657842.js"></script>
<noscript><a href="http://www.51.la/?657842" target="_blank">[本站统计]</a></noscript></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -