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">
18 if (window.confirm("~~~Are you sure you want to suspend your MediaPortal TV Server PC?~~~"))
20 window.location='power?Action=suspend';
27 if (window.confirm("~~~Are you sure you want to hibernate your MediaPortal TV Server PC?~~~"))
29 window.location='power?Action=hibernate';
35 if (window.confirm("~~~Are you sure you want to restart your MediaPortal TV Server PC?~~~"))
37 window.location='power?Action=restart';
43 if (window.confirm("~~~Are you sure you want to shutdown your MediaPortal TV Server PC?~~~"))
45 window.location='power?Action=shutdown';
56 <table id=
"whole" border=
"0" cellspacing=
"0" width=
100%
>
65 <b>~~~Remote Shutdown Options~~~
</b>
68 <table border=
"0" cellpadding=
"4" cellspacing=
"1">
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>
76 <table border=
"0" id=
"table1" cellpadding=
"4" cellspacing=
"1">
77 <tr><td><input type=button
value=
"Back" onclick=history.go(-
1)
></td></tr>
83 <META HTTP-EQUIV=
"Pragma" CONTENT=
"no-cache">
84 <META HTTP-EQUIV=
"Expires" CONTENT=
"-1">