vid.asp
来自「安全性好,适用于制作论坛和进行资源下载的个人和大型网站使用!」· ASP 代码 · 共 85 行
ASP
85 行
<!--#include file="mdb.asp"-->
<!--#Include File="Check_hx.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/syscode_vid.asp"-->
<%
'****************************************************
' Hxcms Ver7.5 Power by Hx66.net
' Web: http://www.Hx66.net,http://www.Hx66.net/home
' Copyright (C) 2006 Hx66.net All Rights Reserved.
'****************************************************
start="精彩影视 - 影片列表"
call head()
call menu()
%>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
<TR>
<TD height="25"><%call main_vid()%></td>
</tr>
</table>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
<tr>
<TD width=175 vAlign=top align=center>
<table border="0" width=165 align="center" cellpadding="0" cellspacing="1" class="b5" style="border-collapse: collapse">
<tr>
<td height="26" class="a5"> 会 员 登 录</td>
</tr>
<tr>
<td height="22"><%call userlogin()%></td>
</tr>
<tr>
<td height="26" class="a2"> 影 视 分 类</td>
</tr>
<tr>
<td><%call class_vid()%></td>
</tr>
<tr>
<td height="26" class="a2"> 影 视 排 行</td>
</tr>
<tr>
<td><%call top_vid(10,22,False)%></td>
</tr>
<tr>
<td height="26" class="a3"> 影 视 推 荐</td>
</tr>
<tr>
<td><%call best_vid(10,22,False)%></td>
</tr>
<tr>
<td height="26" class="a6"> 歌 曲 查 找</td>
</tr>
<tr>
<td colSpan=2><%call search_vid()%></td>
</tr>
<tr>
<td height="26" class="a6"> 本 站 声 明</td>
</tr>
<tr>
<td><div style="LINE-HEIGHT: 180%" align=left> 本站部分影片来自网络,版权归原影视公司所有!如有版权问题敬请<a href="book.asp">留言</a>指明。</div></td>
</tr>
</table>
</td>
<td width="*" valign="top" align="right">
<table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
<tr>
<td height="26" class="a4"> 影 片 列 表</td>
</tr>
<tr>
<td valign="top"><%call displayList_vid(40,8,80,110,False)%></TD>
</tr>
</TABLE><br>
</TD>
</TR>
</TABLE>
<%
call footer()
'****************************************************
' Hxcms Ver7.5 Power by Hx66.net
' Web: http://www.Hx66.net,http://www.Hx66.net/home
' Copyright (C) 2006 Hx66.net All Rights Reserved.
'****************************************************
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?