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

📄 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>
									<table bgcolor="<%= hppc.color(hppc.getSkin().getProp("bodyColor")) %>"  border="0" cellspacing="0" cellpadding="0" width="100%">
										<tr>
											<td height="<%= bottomHeight%>" align="center">
												<%= hppc.getBottomCommand() %><img width="1" height="1" src="/images/blanck.gif">
											</td>
											<td width=65 align=center bgcolor="<%= hppc.color(hppc.getSkin().getProp("headerColor")) %>">
											<% if (hppc.getPageCount()!=0) { %>											
												<font color="<%= hppc.color("#000000FF") %>"><small><%=hppc.getCurrentPage() %>/<%=hppc.getPageCount() %></small></font>
											<%} else {%>
												<img width="1" height="1" src="/images/blanck.gif">
											<%} %>
											</td>
										</tr>							
									</table>
								</td>
							</tr>							
<% } %>
						</table>
					</td>
				</tr>
			</table>		
		</td>
	</tr>
	<tr>
		<td align=right height="40" >
			<table border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td><font color="#000000FF"><%=new SimpleDateFormat("dd/MM/yyyy HH:mm").format(new Date()) %></font>
					</td>
					<% if ( hppc.getMetas().get("mail_page")!=null && hppc.getMetas().get("mail_page").equals("none")==false) { %>
					<td align="center" width="120">
						<img src="/images/mail.gif">&nbsp; 
						<font color="<%= hppc.color("#000000FF") %>">Affichage</font>
					</td>
					<% } %>					
					<% if (! (hppc.getLocalURL().indexOf("/main.jsp")!=-1)) { %>
					<td align="center" width="130">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/yellowarrowbutton.gif" >&nbsp; 
						<% } else { %>
							<img src="/images/redbutton.gif" alt="rouge" width="16" height="16">&nbsp; 
						<% } %>
						<font color="<%= hppc.color("#000000FF") %>">Niveau Sup.</font>
					</td>
					<% } %>
					<% if (hppc.getPreviousPageUrl() != null) { %>
					<td align="center" width="120">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/prevbutton.gif">&nbsp; 
						<% } else { %>
							<img src="/images/greenbutton.gif" width="16" height="16">&nbsp;
						<% } %>
						<font color="<%= hppc.color("#000000FF") %>">Pr閏閐ent</font>
					</td>
					<% } %>
					<% if (hppc.getNextPageUrl() != null) { %>
					<td align="center" width="100">
						<% if (hppc.isFreeBoxHD()) { %>
							<img src="/images/nextbutton.gif">&nbsp; 
						<% } else { %>
							<img src="/images/bluebutton.gif" alt="bleu" width="16" height="16">&nbsp;
						<% } %>
						<font color="<%= hppc.color("#000000FF") %>">Suivant</font>
					</td>
					<% } %>
				</tr>
			</table>				
		</td>
	</tr>
</table>
</center>
</body>
<%@page import="java.text.SimpleDateFormat"%>
<%@page import="java.util.Date"%>
</html>
<%
System.out.println( hppc.getLocalURL() +" : genereted in "+hppc.getPageTime() + " ms" ) ;
%>

⌨️ 快捷键说明

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