?? moviepurchasemenu.jsp
字號:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<%@ include file="common_imports.jsp" %>
<html>
<head>
<title>Purchase List</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>
</tr>
<td style="vertical-align: top;"><big><big><big><a
href="MoviePurchaseMenu.jsp"><img align="right"
style="border: 2px solid ; font-family: helvetica,arial,sans-serif;
width: 40px; height: 40px;"
alt="Shopping"
src="images/sm-sales.gif"><span
</span></a></td>
<br><br>
<table BORDER WIDTH="80%" >
<tr>
<td><b>
<CENTER><H1><U>Purchase List<U></H1></CENTER>
<%
Movie[] movies = mediacat.getAllMoviesList();
if (movies.length > 0) {
%>
</FONT>
<font color="#000000" size=5>
<%
for (int j=0; j<movies.length; j++) {
// Movie movie = mediacat.getMovieMetadata(movies[j].id);
//String rtspip = mediacat.getMovieServerIp(movie);
// String rtspurl = "rtsp://"+rtspip+":11111//152.70.40.215/" + movie.movieurl + ";servertype=MediaBase;";
// String rtspurl = mediacat.getMovieServerURL(movie) +"?userId="+me.id; //commented//
// String rtsplink = "<A HREF=\"" + rtspurl + "\">" + movie.fulltitle + "</A>"; //commented//
String rtsplink = response.encodeUrl("shopping_cart.jsp") + "?contentid="+ movies[j].CID + "&movieid="+ movies[j].id;
%>
<CENTER><A
HREF="<%=rtsplink%>"><%=movies[j].fulltitle%></A></CENTER>
<BR>
<%
} // end if
} // end for
%>
</font>
</b></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 + -