⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bottompage.jsp

📁 HomePlayer is an extention of the FreePlayer software provided by the french internet provider Free
💻 JSP
字号:
<%@page contentType="text/html;charset=ISO-8859-15" pageEncoding="ISO-8859-1"%>
<jsp:useBean id="hppc" class="org.homeplayer.web.HPPageContext" scope="request"/>
								</td>
							</tr>
<%
int bottomHeight = ((Integer) request.getAttribute("bottomHeight")).intValue();
if (bottomHeight > 0) {
%>							
							<tr>
								<td height="5"><img width="1" height="1" src="/images/blanck.gif"></td>
							</tr>
							<tr>
								<td>
									<table bgcolor="<%= hppc.color(hppc.getSkin().getProp("bodyColor")) %>"  border="0" cellspacing="0" cellpadding="0" width="100%">
										<tr>
											<td height="<%= bottomHeight - 5 %>" align="center">
												<%= hppc.getBottomCommand() %><img width="1" height="1" src="/images/blanck.gif">
											</td>
											<td width=65 align=center>
											<% if (hppc.getPageCount()!=0) { %>											
												<small><%=hppc.getCurrentPage() %>/<%=hppc.getPageCount() %></small>
											<%} else {%>
												<img width="1" height="1" src="/images/blanck.gif">
											<%} %>
											</td>
										</tr>
									</table>
								</td>
							</tr>
<% } %>
						</table>
					</td>
					<td width="5"><img width="1" height="1" src="/images/blanck.gif"></td>
					<td valign="top" width="205">
						<jsp:include page="menu.jsp" />
					</td>
				</tr>
			</table>		
		</td>
	</tr>
	<tr>
		<td height="5"><img width="1" height="1" src="/images/blanck.gif"></td>
	</tr>
	<tr>
		<td height="25" bgcolor="<%= hppc.color(hppc.getSkin().getProp("headerColor")) %>">
			<table border="0" cellspacing="0" cellpadding="0">
				<tr>
					<% if (! hppc.getLocalURL().equals("/main.jsp")) { %>
					<td align="center" width="130">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/yellowarrowbutton.gif" alt="rouge" width="16" height="16">&nbsp; 
						<% } else { %>
							<img src="/images/redbutton.gif" alt="rouge" width="16" height="16">&nbsp; 
						<% } %>
						<font color="<%= hppc.color(hppc.getSkin().getProp("headerTextColor"))%>">Niveau Sup.</font>
					</td>
					<% } %>
					<% if (hppc.getPreviousPageUrl() != null) { %>
					<td align="center" width="120">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/prevbutton.gif" alt="rouge" width="16" height="16">&nbsp; 
						<% } else { %>
							<img src="/images/greenbutton.gif" alt="vert" width="16" height="16">&nbsp;
						<% } %>
						<font color="<%= hppc.color(hppc.getSkin().getProp("headerTextColor"))%>">Pr閏閐ent</font>
					</td>
					<% } %>
					<% if (hppc.getNextPageUrl() != null) { %>
					<td align="center" width="120">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/nextbutton.gif" alt="rouge" width="16" height="16">&nbsp; 
						<% } else { %>
							<img src="/images/bluebutton.gif" alt="bleu" width="16" height="16">&nbsp;
						<% } %>
						<font color="<%= hppc.color(hppc.getSkin().getProp("headerTextColor"))%>">Suivant</font>
					</td>
					<% } %>
				</tr>
			</table>				
		</td>
	</tr>
</table>
<jsp:include page="../default/extbottompage.jsp"/>
</body>
</html>
<%
System.out.println( hppc.getLocalURL() +" : genereted in "+hppc.getPageTime() + " ms" ) ;
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -