File: settingsmod.html

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (53 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#include header.html 

#include menu.html

#include settingsmenu.html

<form method="post">
<table align="center" border="0">
	<tr>
		<td align="center">Mod Settings<br>
	</tr>
	<tr>
		<td align="center">
			<input type="hidden" name="sid" value="[[sid]]"> 
			<i>Note: Some of the settings below cannot be altered on a running system.</i>
			<table border="1" width="400">
				<tr class=heading>
					<td>Mod</td>
					<td>Description</td>
					<td>Enabled</td>
				</tr>
				[[MODS]]
			</table>
			<a href="/mods?sid=[[sid]]">Show all currently loaded mod files.</a>
		</td>
	</tr>
	<tr>
		<td align="Left">
			<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>
<form method="post" enctype="multipart/form-data">
<table align="center" border="0">
	<tr>
		<td align="center">Mod Upload<br>
	</tr>	
	<tr>
		<td align="center">
			Upload new mod : <input type="file" name="modupload" size="25" value="" class="post" />
			<input type="submit" name="action" value="Upload">
		</td>
	</tr>

</table>
</form>


#include footer.html