-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (55 loc) · 1.82 KB
/
Copy pathindex.html
File metadata and controls
82 lines (55 loc) · 1.82 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ToolDAQ Webpage</title>
</head>
<body>
<!--#include virtual="/includes/header.html" -->
<!--#include virtual="../subheader.html" -->
<!--#include virtual="/includes/drawer.html" -->
<h1 align="center">Remote Control ToolChain</h1>
<div>
<table border="1" align="center" id="table-container">
<tr>
<th>Service ID </th>
<th>Service IP <p> <input type="text" id="ip_filter" value="" placeholder="<filter>" ></th>
<th style="display:none">Port</th>
<th>Service Name <p> <input type="text" id="name_filter" value="" placeholder="<filter>"> </th>
<th>Service Status <p> <input type="text" id="status_filter" value="" placeholder="<filter>"> </th>
</tr>
</table>
<div/>
<br>
<p align="center">
<button align="center" id="refresh">Refresh</button>
</p>
<br>
<table border="0" align="center">
<tr>
<td><div align='center'>Select Service</td>
<td>Type Command</td>
<td></td>
</tr>
<tr>
<td><div align="center"><select id="ip"></select></td>
<td id="groupcell" style="display:none"><input type="text" id="group"></td>
<td><input type="text" id="command"></td>
<td><button value="Send Command" id="Send Command"/>Send Command</td>
</tr>
</table>
<p>
<table border="1" align="center" >
<td id="output"> Command output </td>
</table>
<p> Use command "?" to display available commands for a service </p> <p>
<div>
<table border="1" align="center" >
<td id="controls" > </td>
</table>
</div>
<div id="test"></div>
<!--#include virtual="/includes/footer.html" -->
</body>
</html>
<script src="./control5.js?v=52" async ></script>
<script src="/includes/jsontotable.js" async ></script>