-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfishgui.html
112 lines (98 loc) · 3.66 KB
/
fishgui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<html>
<head>
</head>
<script language="Javascript">
<!--
function confirm_quit() {
if(confirm('Are you sure you want to Power Off?\n'
+ 'This will terminate Hercules!!'))
return true
else
return false
}
//-->
</script>
<body>
<center>
<table bgcolor="#000000">
<tr>
<td>
<table border=0 cellspacing=0>
<tr valign=bottom>
<td>
<table border=0 cellspacing=0>
<tr>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/storeu.gif" alt="Store Status" title="Store Status"></td>
<input type=hidden name=command value=store>
</form>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/restartu.gif" alt="Restart" title="Restart"></td>
<input type=hidden name=command value=restart>
</form>
</tr>
<tr>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/startu.gif" alt="Start" title="Start"></td>
<input type=hidden name=command value=startall>
</form>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/stopu.gif" alt="Stop" title="Stop"></td>
<input type=hidden name=command value=stopall>
</form>
</tr>
</table>
</td>
<td></td>
<td>
<table border=0 cellspacing=0>
<tr>
<td><img src="images/dial1.gif" alt="Dial 1" title="Dial 1"></td>
<td><img src="images/dial1.gif" alt="Dial 2" title="Dial 2"></td>
<td><img src="images/dial1.gif" alt="Dial 3" title="Dial 3"></td>
<td><img src="images/dial1.gif" alt="Dial 4" title="Dial 4"></td>
</tr>
</table>
</td>
<td>
<table border=0 cellspacing=0>
<tr>
<td><img src="images/sysonu.gif" alt="Sys" title="Sys"></td>
<td><img src="images/manonu.gif" alt="Man" title="Man"></td>
<td><img src="images/waitonu.gif" alt="Wait" title="Wait"></td>
<td><img src="images/loadonu.gif" alt="Load" title="Load"></td>
</tr>
</table>
</td>
<td>
<table border=0 cellspacing=0>
<tr>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/powerononu.gif" alt="Power On" title="Power On"></td>
<input type=hidden name=command value="* * * Already Powered On! * * *">
</form>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main" onSubmit="return confirm_quit()"><td>
<input type=image src="images/poweroffu.gif" alt="Power Off" title="Power Off"></td>
<input type=hidden name=command value=quit>
</form>
</tr>
<tr>
<form method=post action="/cgi-bin/tasks/syslog#bottom" target="main"><td>
<input type=image src="images/interruptu.gif" alt="Interrupt" title="Interrupt"></td>
<input type=hidden name=command value=ext>
</form>
<form method=get action="/cgi-bin/tasks/ipl" target="main"><td>
<input type=image src="images/loadu.gif" alt="Load" title="Load"></td>
<input type=hidden name=command value=ipl>
</form>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>