<!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>Enable the web portal version if you wish. To open the web portal on your browser, <a href="/webserver/server.java?x=open">click this link</a>.<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>
<table style="text-align: left; width: 20%;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td><input name="status" value="online" type="radio">
</td>
<td style="width: 120px;">Online</td>
</tr>
<tr>
<td><input checked="checked" name="status" value="offline" type="radio">
</td>
<td>Offline</td>
</tr>
</tbody>
</table>
<br>
</div>
<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"> <input value="Apply changes" name="SubmitButton" type="submit"><br>
</div>
</form>
</body></html>