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

📄 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>
	<jsp:include page="/WEB-INF/jsp/head.jsp"/>
	<% if (!hppc.isFreeBox()) {%>
	<style type="text/css">
		body {
			background : <%= hppc.color(hppc.getSkin().getProp("menuBGColor")) %>
		}
		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: <%= hppc.color(hppc.getSkin().getProp("link")) %> }
		a:hover {  color: <%= hppc.color(hppc.getSkin().getProp("alink")) %>}
	</style>
	<% } %>
</head>
<body background="<%=hppc.getBackground() %>" text="<%= hppc.color(hppc.getSkin().getProp("text")) %>" link="<%= hppc.color(hppc.getSkin().getProp("link")) %>" alink="<%= WebUtil.getParam(request, "alink",hppc.color(hppc.getSkin().getProp("alink"))) %>">
<center>
<table width="90%">
	<tr>
		<td height=500 valign="<%= WebUtil.getParam(request, "valign", "center") %>">
		<table cellpadding=0 cellspacing=0>
			<tr>
				<td height=8 width=600><img src="<%= hppc.getSkin().getPath() %>/images/htop.gif"></td>
			</tr>
			<tr>
				<td>
				<table cellpadding=0 cellspacing=0>
					<tr>
						<td height=18 width=11><img src="<%= hppc.getSkin().getPath() %>/images/hleft.gif"></td>
						<% 
						String love = (String) hppc.getMetas().get("love_page");
						if ((love != null) && (! love.equals("none"))) { %>
						<td valign=center align=center height=18 width=151 bgcolor="<%= hppc.color(hppc.getSkin().getProp("menuTitleColor")) %>">
							<%= WebUtil.getParam(request, "title", "") %> 
						</td>
						<td valign=center align=center height=18 width=18 bgcolor="<%= hppc.color(hppc.getSkin().getProp("menuTitleColor")) %>">
							<img src="/images/favorites16.gif" width="16" height="16">
						</td>
						<% } else { %>
						<td valign=center align=center height=18 width=169 bgcolor="<%= hppc.color(hppc.getSkin().getProp("menuTitleColor")) %>">
							<%= WebUtil.getParam(request, "title", "") %> 
						</td>
						<% } %>
						<td colspan=3 height=18 width=420><img
							src="<%= hppc.getSkin().getPath() %>/images/hright.gif"></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td height=8 width=600><img src="<%= hppc.getSkin().getPath() %>/images/hbottom.gif"></td>
			</tr>
			<tr>
				<td bgcolor="<%= hppc.color(hppc.getSkin().getProp("pageColor")) %>">

⌨️ 快捷键说明

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