smalltoppage.jsp

来自「HomePlayer is an extention of the FreePl」· JSP 代码 · 共 33 行

JSP
33
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?