File: server.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 (41 lines) | stat: -rw-r--r-- 1,146 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
#include header.html 

#include menu.html

<table align="center" border="0">
	<tr><td align=center>Server State</td></tr>
	<tr>
		<td align="center">
			<table align="center" border="0">
				<tr><td>Current Server State : </td><td>[[STATE]]</td></tr>
				<tr><td>Server Start Time : </td><td>[[STARTTIME]]</td></tr>
				<tr><td>Server Version : </td><td>[[VERSION]]</td></tr>
			</table>
		</td>
	</tr>
	<tr>
		<td align="center">
		<form method="post">
			<input type="hidden" name="sid" value="[[sid]]"> 
			<input type="submit" name="action" value="Stop Server"><br>
			<input type="submit" name="action" value="Stop Server When Empty"> (Currently [[EXITEMPTY]])<br>
		</form>
		</td>
	</tr>
	<tr><td align=center>Logging State</td></tr>
	<tr>
		<td align="center">
		<form method="post">
			<table align="center" border="0">
				<tr><td>State Logging : </td><td>[[STATELOGGING]]</td></tr>
				<tr><td>Message Logging : </td><td>[[MESSAGELOGGING]]</td></tr>
			</table>
			<input type="hidden" name="sid" value="[[sid]]"> 
			<input type="submit" name="action" value="Set Logging"><br>
		</form>
		</td>
	</tr>

</table>

#include footer.html