📄 voddescription.jsp
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<%@ include file="common_imports.jsp" %>
<html>
<head>
<title>Video On Demand</title>
</head>
<meta http-equiv="pragma" content="no-cache">
<body background="images/bg800.jpg">
<center><table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#000000" >
<tr>
<td><img SRC="images/leftlogo.png" height=32 width=71></td>
<td>
<center><img SRC="images/homemoviesbar.png" BORDER=0 height=32 width=260></center>
</td>
<td>
<div align=right><img SRC="images/smallsunlogo.png" BORDER=0 height=32 width=71></div>
</td>
</tr>
</table></center>
<center>
<br>
<td style="vertical-align: top;"><a href="<%=
response.encodeUrl("MainMenuVideo.jsp")
%>"><img
align="left" style="border: 2px solid ; width: 40px; height: 40px;"
alt="Movies"
src="images/sm-film.gif"></a>
</td>
<%
Movie selectedMovie = mediacat.getMovieMetadata(Long.parseLong(request.getParameter("movieid")));
%>
<br><br>
<table BORDER WIDTH="80%" >
<tr>
<td><b>
<span style="font-weight: bold;"><br>
</span>
<div style="margin-left: 40px;">
<div style="text-align: left;"><img src="images/<%=selectedMovie.posterurl%>" alt="Movies"
style="border: 2px solid ; width: 160px; height: 237px;" align="left"
hspace="10" vspace="10"><big><big><big>
<%=selectedMovie.fulltitle%> </big></big></big>
<br>
<br>
</div>
</div>
<%
String rtspurl = mediacat.getMovieServerURL(selectedMovie)+"&cas=0" +"&content_id="+ selectedMovie.CID+ "&userid="+me.login + "&dmduid=a"+"&shopid=operaShop0";
if (selectedMovie.CAS) rtspurl = rtspurl + "?cas=1";
%>
<div style="text-align: left;">
<div style="margin-left: 40px;"><big><big><br>
<small><small> <%=selectedMovie.longdescr%></small></small><br>
</big></big>
<BR>
<div style="text-align: center;"><A HREF="<%=rtspurl%>">
<img
style="border: 0px solid ; width: 44px; height: 31px;" alt="dn"
src="images/newplay.jpg"></a>
</div>
</div>
</div>
</td>
</tr>
</table></center>
<br>
<center>
<p><font color="#FFFFFF"><font size=-2>(C) 2003, Copyrights Sun Microsystems, Inc.</font></font></center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -