Parent: [r3] (diff)

Child: [r6] (diff)

Download this file

serverSettings.html    31 lines (30 with data), 1.2 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><title>Web server settings</title>
</head>
<body>
<form action="server?x=save" method="post">
<div style="margin-left: 10px;">
<h2><img style="width: 32px; height: 32px;" alt="" src="image-map.png" hspace="3"> Web server settings</h2>
This software can be accessed from either a desktop or from a web
browser if you wish. On this page you find the settings to start/stop
the server or
change its settings.<br>
<br>
<br>
<div style="margin-left: 10px;">Port to be used
(default is 10101)<br>
<input maxlength="5" value="10101" name="port" style="width: 150px;"><br>
<br>
<span style="font-weight: bold;">Status</span><br>
&nbsp;<input name="status" value="online" type="radio">Online<br>
&nbsp;<input checked="checked" name="status" value="offline" type="radio">Offline
</div>
<br>
<br>
Ready? Click on the button below to apply the changes. <br>
<br>
<img style="width: 24px; height: 24px;" alt="" src="wand.png" hspace="3">&nbsp;<input value="Apply changes" name="SubmitButton" type="submit"><br>
</div>
</form>
</body></html>