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

📄 smalltoppage.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"%>
<%@page import="org.homeplayer.util.*"%>
<jsp:useBean id="hppc" class="org.homeplayer.web.HPPageContext" scope="request"/>
<html>
<head>
<%
hppc.forceMetaAudio() ;
%>
<jsp:include page="/WEB-INF/jsp/head.jsp"/>

<% if (!hppc.isFreeBox()) {%>
<style type="text/css">
	body {
		background : black;
	}
	td {
	   font-family:Verdana, Arial, Helvetica, sans-serif; 
	   font-size:12px; 
	   font-weight:bold;
	}
	a {  
		FONT: bold 12px Verdana, Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		color:  #FFFFFF;
	}
	a:hover {  
		color:  #FFFFFF;
	}
</style>
<%  } %>
</head>
<body background="<%=hppc.getBackground() %>" text="<%= hppc.color("#FFFFFFFF")%>" link="<%= hppc.color("#FFFFFFFF")%>" alink="<%= WebUtil.getParam(request, "alink",hppc.color(hppc.getSkin().getProp("alink"))) %>">
<table width="600" align="center"  border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td height=500 valign="<%= WebUtil.getParam(request, "valign", "center") %>">
		<table border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td>
					<table background="/images/smallHeader.gif" border="0" cellpadding="0" cellspacing="0">
						<tr>
							<td align="center" width="30" height="30">
								<% 
								String love = (String) hppc.getMetas().get("love_page");
								if ((love != null) && (! love.equals("none"))) { %>							
									<img src="<%=hppc.isFreeBoxHD()?"/images/favoritesV5.gif":"/images/favorites16.gif"%>" width="16" height="16">
								<% } else { %>
									&nbsp;
								<% } %>
							</td>
							<td valign="center"  height="25">
								<font color="<%= hppc.color("#FFFFFFFF") %>" size="+1">
									<%= WebUtil.getParam(request, "title", "&nbsp;") %> 
								</font>
							</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="5" bgcolor="<%= hppc.color("#33333338") %>">
					<img width="1" height="1" src="/images/blanck.gif">
				<td>
			</tr>
			<tr>
				<td bgcolor="<%= hppc.color("#33333338") %>">

⌨️ 快捷键说明

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