|
a/tool/run/plugins/webserver/serverSettings.html |
|
b/tool/run/plugins/webserver/serverSettings.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>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>
|
8 |
This software can be accessed from either a desktop or from a web
|
|
|
9 |
browser if you wish. To open TripleCheck on your browser, <a href="/webserver/server.java?x=open">click this link</a>.<br>
|
|
|
10 |
<br>
|
10 |
<br>
|
11 |
<br>
|
11 |
<br>
|
12 |
<div style="margin-left: 10px;">Port to be used
|
12 |
<div style="margin-left: 10px;">Port to be used
|
13 |
(default is 10101)<br>
|
13 |
(default is 10101)<br>
|
14 |
<input maxlength="5" value="10101" name="port" style="width: 150px;"><br>
|
14 |
<input maxlength="5" value="10101" name="port" style="width: 150px;"><br>
|
15 |
<br>
|
15 |
<br>
|
16 |
<span style="font-weight: bold;">Status</span><br>
|
16 |
<span style="font-weight: bold;">Status</span><br>
|
|
|
17 |
<table style="text-align: left; width: 20%;" border="0" cellpadding="2" cellspacing="2">
|
|
|
18 |
<tbody>
|
|
|
19 |
<tr>
|
17 |
<input name="status" value="online" type="radio">Online<br>
|
20 |
<td><input name="status" value="online" type="radio">
|
|
|
21 |
</td>
|
|
|
22 |
<td style="width: 120px;">Online</td>
|
|
|
23 |
</tr>
|
|
|
24 |
<tr>
|
18 |
<input checked="checked" name="status" value="offline" type="radio">Offline
|
25 |
<td><input checked="checked" name="status" value="offline" type="radio">
|
|
|
26 |
</td>
|
|
|
27 |
<td>Offline</td>
|
|
|
28 |
</tr>
|
|
|
29 |
</tbody>
|
|
|
30 |
</table>
|
|
|
31 |
<br>
|
19 |
</div>
|
32 |
</div>
|
20 |
<br>
|
|
|
21 |
<br>
|
33 |
<br>
|
22 |
Ready? Click on the button below to apply the changes. <br>
|
34 |
Ready? Click on the button below to apply the changes. <br>
|
23 |
<br>
|
35 |
<br>
|
24 |
<img style="width: 24px; height: 24px;" alt="" src="wand.png" hspace="3"> <input value="Apply changes" name="SubmitButton" type="submit"><br>
|
36 |
<img style="width: 24px; height: 24px;" alt="" src="wand.png" hspace="3"> <input value="Apply changes" name="SubmitButton" type="submit"><br>
|
25 |
</div>
|
37 |
</div>
|