Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_admin_systemmng.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <form method="post" name="systemmng" onsubmit="admin.php">
3 <input type="hidden" name="mode" value="systemmng">
4 <input type="hidden" id="command" name="command" value="">
5 <table class="admin">
6 <tr>
7 <th><?php echo $lang['variable']?></th>
8 <th><?php echo $lang['value']?></th>
9 <th><?php echo $lang['comment']?></th>
10 </tr>
11 <tr>
12 <td><?php echo $lang['adminmsg']?></td>
13 <td><textarea cols="30" rows="4" style="overflow:auto" name="adminmsg" value=""><?php echo $adminmsg?></textarea></td>
14 <td><?php echo $lang['adminmsg_comment']?></td>
15 </tr>
16 <tr>
17 <td><?php echo $lang['systemmsg']?></td>
18 <td><textarea cols="30" rows="4" style="overflow:auto" name="systemmsg" value=""><?php echo $systemmsg?></textarea></td>
19 <td><?php echo $lang['systemmsg_comment']?></td>
20 </tr>
21 <tr>
22 <td><?php echo $lang['startmode']?></td>
23 <td><?php echo $startmode_input?></td>
24 <td><?php echo $lang['startmode_comment']?></td>
25 </tr>
26 <tr>
27 <td><?php echo $lang['starthour']?></td>
28 <td><input type="text" name="starthour" value="<?php echo $starthour?>" size="30"></td>
29 <td><?php echo $lang['starthour_comment']?></td>
30 </tr>
31 <tr>
32 <td><?php echo $lang['startmin']?></td>
33 <td><input type="text" name="startmin" value="<?php echo $startmin?>" size="30"></td>
34 <td><?php echo $lang['startmin_comment']?></td>
35 </tr>
36 <tr>
37 <td><?php echo $lang['iplimit']?></td>
38 <td><input type="text" name="iplimit" value="<?php echo $iplimit?>" size="30"></td>
39 <td><?php echo $lang['iplimit_comment']?></td>
40 </tr>
41 <tr>
42 <td><?php echo $lang['newslimit']?></td>
43 <td><input type="text" name="newslimit" value="<?php echo $newslimit?>" size="30"></td>
44 <td><?php echo $lang['newslimit_comment']?></td>
45 </tr>
46 <tr>
47 <td><?php echo $lang['alivelimit']?></td>
48 <td><input type="text" name="alivelimit" value="<?php echo $alivelimit?>" size="30"></td>
49 <td><?php echo $lang['alivelimit_comment']?></td>
50 </tr>
51 <tr>
52 <td><?php echo $lang['winlimit']?></td>
53 <td><input type="text" name="winlimit" value="<?php echo $winlimit?>" size="30"></td>
54 <td><?php echo $lang['winlimit_comment']?></td>
55 </tr>
56 <tr>
57 <td><?php echo $lang['noiselimit']?></td>
58 <td><input type="text" name="noiselimit" value="<?php echo $noiselimit?>" size="30"></td>
59 <td><?php echo $lang['noiselimit_comment']?></td>
60 </tr>
61 <tr>
62 <td><?php echo $lang['chatlimit']?></td>
63 <td><input type="text" name="chatlimit" value="<?php echo $chatlimit?>" size="30"></td>
64 <td><?php echo $lang['chatlimit_comment']?></td>
65 </tr>
66 <tr>
67 <td><?php echo $lang['chatrefresh']?></td>
68 <td><input type="text" name="chatrefresh" value="<?php echo $chatrefresh?>" size="30"></td>
69 <td><?php echo $lang['chatrefresh_comment']?></td>
70 </tr>
71 <tr>
72 <td><?php echo $lang['chatinnews']?></td>
73 <td><input type="text" name="chatinnews" value="<?php echo $chatinnews?>" size="30"></td>
74 <td><?php echo $lang['chatinnews_comment']?></td>
75 </tr>
76 </table>
77 <input type="submit" value="修改" onclick="$('command').value='edit';">
78 </form>
$systemmsg
Definition: systemmng.php:7
if($command== 'edit') $startmode_input
Definition: systemmng.php:80
$lang
Definition: admin.lang.php:4
value
Definition: 1_alive.tpl.php:10
if(!defined('IN_ADMIN')) $adminmsg
Definition: systemmng.php:6