📄 returntousethemall.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">
<jsp:setProperty name="hppc" property="temporaryPage" value="true"/>
<jsp:setProperty name="hppc" property="request" value="<%=request%>"/>
</jsp:useBean>
<%
VLCControl.shareInstance().kill();
String splashimage = hppc.getSkin().getProp( "GoodbyeImage" ) ;
splashimage = splashimage== null ? "/images/goodbye.gif" : hppc.getSkin().getPath()+"/images/"+splashimage ;
hppc.setRefresh(3, "/UseThemAll/index.html");
%>
<?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" /></head>
<body>
<table width="600px" cellpadding="0" cellspacing="0">
<tr>
<td style="height:100px"> </td>
</tr>
<tr>
<td style="height:300px;vertical-align:center;text-align:center"><img src="<%=splashimage %>" alt="UTA splash" class="img-fav" /></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -