📄 db.asp
字号:
<!--#include file="conn.asp"-->
<% title=request("title")%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<html>
<head>
<title>《<%=title%>》</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<link href="../images/style.css" rel="stylesheet" type="text/css">
<script>
function OpenWindow(htmurl,widths,heights)
{
var paramet = 'toolbar=no,resizable=yes,scrollbars=yes,width='+ widths + ',height=' + heights;
newWindow = window.open(htmurl,"yule21",paramet);
newWindow.focus();
}
</script>
</head>
<p align="center">
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="ffffff">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="763">
<tr>
<td width="100%">
<iframe marginwidth=0 marginheight=0 frameborder=0 bordercolor='#000000' scrolling=no src='head.asp' width=763 height=119></iframe></td>
</tr>
</table>
</center>
</div>
<td width="581" height="508" valign="top">
</tr>
<tr>
<td height="499" valign="top">
<table width="554" height="275" border="0" align="center" cellpadding="0" cellspacing="0" id="table31">
<tr>
<td height="33">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table33" height="21">
<tr>
<td align="center">
<strong><font color="#5C5B5B"><span style="font-size: 12px"><%=title%></span></font></strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="554">
<% sql ="SELECT * FROM Playbill where title='"&title&"'"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3
%>
<div align="center">
<table border="0" width="555" cellpadding="0" id="table35" height="394" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="32" height="5"></td>
<td width="124" height="5"></td>
<td width="390" height="5"></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[领衔主演]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("name")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[影片类型]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("typeid")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[影片级别]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px">普通电影</span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[出产地区]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("where")%></span></font></td>
</tr>
<tr>
<td width="32" height="9"></td>
<td width="124" height="9"><font color="#051547">
<span style="font-size: 12px">[影片长度]</span></font></td>
<td width="390" height="9"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("howlong")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[推荐级别]</span></font></td>
<td width="390" height="18"><font color="#800000">
<span style="font-size: 12px"><%=rs("Level")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[上传时间]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("dateandtime")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[观看次数]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px"><%=rs("hits")%></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[播放格式]</span></font></td>
<td width="390" height="18"><% if rs("movietype")="rm" then %><img src=../IMG/real.gif><% end if %></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[在线播放]</span></font></td>
<td width="390" height="18"><font color="#5C5B5B">
<span style="font-size: 12px">
<a href="javascript:OpenWindow('bf.asp?title=<%=rs("title")%>');">点击播放</a></span></font></td>
</tr>
<tr>
<td width="32" height="18"></td>
<td width="124" height="18"><font color="#051547">
<span style="font-size: 12px">[影片介绍]</span></font></td>
<td width="390" height="18"></td>
</tr>
<tr>
<td width="32" height="152">
<p style="text-indent: 20px; line-height: 20px"> </td>
<td colspan="3" height="152">
<p style="text-indent: 20px; line-height: 20px">
<font color="#5C5B5B"><span style="font-size: 12px"><%=rs("content")%><br>
</span></font></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="763" align="center" colspan="2" height="1"> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -