?? shutdownpc.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>
<%
IOUtil.shutdownComputer();
String splashimage = hppc.getSkin().getProp( "GoodbyeImage" ) ;
splashimage = splashimage== null ? "/images/goodbye.gif" : hppc.getSkin().getPath()+"/images/"+splashimage ;
%>
<?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>
<title>HomePlayer</title>
</head>
<body>
<div style="align=center">
<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="Splash image" class="img-fav" /></td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -