Switch to unified view

a/tool/run/plugins/webserver/temp.html b/tool/run/plugins/webserver/temp.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html><head>
2
<html><head>
3
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><title>Web server settings</title></head>
3
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><title>Web server settings</title>
4
5
</head>
4
<body>
6
<body>
5
<form action="server?x=save" method="post">
7
<form action="server?x=save" method="post">
6
<div style="margin-left: 10px;">
8
<div style="margin-left: 10px;">
7
<h2><img style="width: 32px; height: 32px;" alt="" src="image-map.png" hspace="3"> Web server settings</h2>
9
<h2><img style="width: 32px; height: 32px;" alt="" src="image-map.png" hspace="3"> Web server settings</h2>
8
This software can be accessed from either a desktop or from a web
10
This software can be accessed from either a desktop or from a web
...
...
12
<div style="margin-left: 10px;">Port to be used
14
<div style="margin-left: 10px;">Port to be used
13
(default is 10101)<br>
15
(default is 10101)<br>
14
<input maxlength="5" name="port" style="width: 150px;" value="10101"><br>
16
<input maxlength="5" name="port" style="width: 150px;" value="10101"><br>
15
<br>
17
<br>
16
<span style="font-weight: bold;">Status</span><br>
18
<span style="font-weight: bold;">Status</span><br>
17
&nbsp;<input name="status" value="online" type="radio">Online<br>
19
<table style="text-align: left; width: 20%;" border="0" cellpadding="2" cellspacing="2">
20
<tbody>
21
<tr>
18
&nbsp;<input name="status" value="offline" type="radio" checked="checked">Offline
22
<td><input name="status" value="online" type="radio" checked="checked">
23
</td>
24
<td style="width: 120px;">Online</td>
25
</tr>
26
<tr>
27
<td><input name="status" value="offline" type="radio">
28
</td>
29
<td>Offline</td>
30
</tr>
31
</tbody>
32
</table>
33
<br>
19
</div>
34
</div>
20
<br>
21
<br>
35
<br>
22
Ready? Click on the button below to apply the changes. <br>
36
Ready? Click on the button below to apply the changes. <br>
23
<br>
37
<br>
24
<img style="width: 24px; height: 24px;" alt="" src="wand.png" hspace="3">&nbsp;<input value="Apply changes" name="SubmitButton" type="submit"><br>
38
<img style="width: 24px; height: 24px;" alt="" src="wand.png" hspace="3">&nbsp;<input value="Apply changes" name="SubmitButton" type="submit"><br>
25
</div>
39
</div>