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

📄 smalltoppage.jsp

📁 HomePlayer is an extention of the FreePlayer software provided by the french internet provider Free
💻 JSP
字号:
<%@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="org.homeplayer.util.*"%>
<jsp:useBean id="hppc" class="org.homeplayer.web.HPPageContext" scope="request"/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<jsp:include page="/WEB-INF/jsp/head.jsp"/>
<%if (hppc.isPocket()){ %>
<link rel="stylesheet" type="text/css" title="Nova pda css" href="<%= hppc.getSkin().getPath() %>/style/novaweb_pda.css" media="screen" />
<%}else{ %>
<link rel="stylesheet" type="text/css" title="Nova css (default)" href="<%= hppc.getSkin().getPath() %>/style/novaweb_pc.css" media="screen" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<%} %>
</head>
<body id="smallpage">

<!--  body small page contains 3 main blocks : favorites images, title header, loading content -->
<div id="body-sp">

<% 
	String love = (String) hppc.getMetas().get("love_page");
								if ((love != null) && (! love.equals("none"))) { %>							
								<div id="favorites-sp"><img src="/images/novaweb/favorites16.gif" alt="favorites" class="img-fav" style="width:16px;height:16px" /></div>
								<% } else { %>
								<div id="favorites-sp">&nbsp;</div>
								<% } %>

<!-- the loading contents has 3 parts : img loading, media title, message loading, back link -->
<div id="loading-sp">
<div id="title-sp"><%= WebUtil.getParam(request, "title", "&nbsp;") %></div>
<div id="loading-content">

⌨️ 快捷键说明

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