Child: [r19] (diff)

Download this file

output.html    27 lines (27 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
<!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. To open TripleCheck 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" name="port" style="width: 150px;" value="10101"><br>
<br>
<span style="font-weight: bold;">Status</span><br>
&nbsp;<input name="status" value="online" type="radio">Online<br>
&nbsp;<input name="status" value="offline" type="radio" checked="checked">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>