Porava hlavicky MPTranslateCZweb
[mp-web-interface.git] / PDA / power.htm
blobc5beb31b6da6160a9d25df3517a0d58c10769fd9
1 <html>
3 <head>
4 <meta http-equiv="Content-Language" content="en-au">
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <META HTTP-EQUIV="Expires" CONTENT="-1">
8 <meta name = "viewport" content = "width = device-width">
9 <title>MP ~~~Web Interface~~~ - ~~~Remote Shutdown Options~~~</title>
11 <link rel="stylesheet" type="text/css" href="../style.css">
13 <SCRIPT language="JavaScript">
14 <!--hide
16 function Suspend()
18 if (window.confirm("~~~Are you sure you want to suspend your MediaPortal TV Server PC?~~~"))
20 window.location='power?Action=suspend';
21 window.close();
25 function Hibernate()
27 if (window.confirm("~~~Are you sure you want to hibernate your MediaPortal TV Server PC?~~~"))
29 window.location='power?Action=hibernate';
30 window.close();
33 function Restart()
35 if (window.confirm("~~~Are you sure you want to restart your MediaPortal TV Server PC?~~~"))
37 window.location='power?Action=restart';
38 window.close();
41 function Shutdown()
43 if (window.confirm("~~~Are you sure you want to shutdown your MediaPortal TV Server PC?~~~"))
45 window.location='power?Action=shutdown';
46 window.close();
49 //-->
50 </SCRIPT>
53 </head>
55 <body>
56 <table id="whole" border="0" cellspacing="0" width=100%>
57 <tbody>
58 <tr>
59 <td>
61 <center>
62 <br>
64 <br><br>
65 <b>~~~Remote Shutdown Options~~~</b>
66 <br><br>
68 <table border="0" cellpadding="4" cellspacing="1">
69 <font face="Arial">
70 <tr><td align=center><input type=button value='Suspend' onclick=Suspend()></td></tr><tr>
71 <td align=center><input type=button value='Hibernate' onclick=Hibernate()></td></tr><tr>
72 <td align=center><input type=button value='Restart' onclick=Restart()></td></tr><tr>
73 <td align=center><input type=button value='Shutdown' onclick=Shutdown()></td></tr>
74 </table>
75 <br><br>
76 <table border="0" id="table1" cellpadding="4" cellspacing="1">
77 <tr><td><input type=button value="Back" onclick=history.go(-1)></td></tr>
78 </table>
80 </center>
81 </body>
82 <HEAD>
83 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
84 <META HTTP-EQUIV="Expires" CONTENT="-1">
85 </HEAD>
87 </html>