File: settingsmain.html

package info (click to toggle)
scorched3d 44%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112,612 kB
  • sloc: cpp: 135,987; xml: 36,739; makefile: 4,714; sh: 3,172; ansic: 1,407; perl: 541; java: 209; python: 188; sql: 159
file content (39 lines) | stat: -rw-r--r-- 1,464 bytes parent folder | download | duplicates (7)
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
32
33
34
35
36
37
38
39
#include header.html 

#include menu.html

#include settingsmenu.html

<form method="post">
<table align="center" border="0">
	<tr>
		<td align="center">Main Settings<br>
	</tr>
	<tr>
		<td>
			<input type="hidden" name="sid" value="[[sid]]"> 
			<i>Note: Some of the settings below cannot be altered on a running system.</i>
			<table border="0" width="400">
				<tr><td>Server Name :</td><td>[[ServerName_set]]</td></tr>
				<tr><td>Port Number :</td><td>[[PortNo_set]]</td></tr>
				<tr><td>Management Port :</td><td>[[ManagementPortNo_set]]</td></tr>
				<tr><td>Published IP :</td><td>[[PublishAddress_set]]</td></tr>
				<tr><td>Publish?  Allows other internet users to see this server. :</td><td>[[PublishServer_set]]</td></tr>
				<tr><td>Allow multiple clients with same IP address :</td><td>[[AllowSameIP_set]]</td></tr>
				<tr><td>Allow multiple clients with same unique ID :</td><td>[[AllowSameUniqueId_set]]</td></tr>
				<tr><td>Log to file :</td><td>[[ServerLogger_set]]</td></tr>
			</table>
		</td>
	</tr>
	<tr>
		<td align="Left">
			<br><br>
			<input type="submit" name="action" value="Set"> <i>Set these settings as the server current settings.</i><br>
			<input type="submit" name="action" value="Load"> <i>Load settings from server.xml file.</i><br>
			<input type="submit" name="action" value="Save"> <i>Save settings to server.xml file.</i><br>
		</td>
	</tr>
</table>
</form>

#include footer.html