1 | <h2>Edit - {server_name}</h2>
|
---|
2 | <span class="success" style="display: {success_blok}; text-align:center;">{success_msg}</span>
|
---|
3 | <span class="error" style="display: {error_blok}; text-align:center;">{error_msg}</span>
|
---|
4 | <table class="table">
|
---|
5 | <form method="post">
|
---|
6 | <tr class="table">
|
---|
7 | <td align="left">{form_name_server}</td>
|
---|
8 | <td align="center"><input class="login" type="text" name="name" value="{input_name}"></td>
|
---|
9 | </tr>
|
---|
10 | <tr class="table">
|
---|
11 | <td align="left">Verze</td>
|
---|
12 | <td align="center"><input class="login" type="text" name="version" value="{input_version}"></td>
|
---|
13 | </tr>
|
---|
14 | <tr class="table">
|
---|
15 | <td align="left">Emulator</td>
|
---|
16 | <td align="center"><input class="login" type="text" name="emu" value="{input_emu}"></td>
|
---|
17 | </tr>
|
---|
18 | <tr class="table">
|
---|
19 | <td align="left">{form_type_server}</td>
|
---|
20 | <td align="center"><select name="type" class="login">
|
---|
21 | <option value="PvP" {select_pvp}>PvP</option>
|
---|
22 | <option value="RP" {select_rp}>RP</option>
|
---|
23 | <option value="PvPRP" {select_pvprp}>PvPRP</option>
|
---|
24 | <option value="RPPvP" {select_rppvp}>RPPvP</option>
|
---|
25 | </select></td>
|
---|
26 | </tr>
|
---|
27 | <tr class="table">
|
---|
28 | <td align="left">XP Rate</td>
|
---|
29 | <td align="center"><select name="xp" class="login">
|
---|
30 | <option value="1" {xp1}>Very low</option>
|
---|
31 | <option value="2" {xp2}>Low</option>
|
---|
32 | <option value="3" {xp3}>Normal</option>
|
---|
33 | <option value="4" {xp4}>High</option>
|
---|
34 | <option value="5" {xp5}>Very high</option>
|
---|
35 | </select></td>
|
---|
36 | </tr>
|
---|
37 | <tr class="table">
|
---|
38 | <td align="left">Limit</td>
|
---|
39 | <td align="center"><input type="text" class="login" name="limit" value="{input_limit}"></td>
|
---|
40 | </tr>
|
---|
41 | <tr class="table">
|
---|
42 | <td align="left">{info_avarage_players}</td>
|
---|
43 | <td align="center"><input type="text" class="login" name="sum" value="{input_sum}"></td>
|
---|
44 | </tr>
|
---|
45 | <tr class="table">
|
---|
46 | <td align="left">{form_place_server}</td>
|
---|
47 | <td align="center"><select name="place" class="login">
|
---|
48 | <option value="1" {place1}>{input_czech_server}</option>
|
---|
49 | <option value="2" {place2}>{input_abroad_server}</option>
|
---|
50 | </select></td>
|
---|
51 | </tr>
|
---|
52 | <tr class="table">
|
---|
53 | <td align="left">{form_web_page}</td>
|
---|
54 | <td align="center"><input type="text" name="web" class="login" value="{input_web}"></td>
|
---|
55 | </tr>
|
---|
56 | <tr class="table">
|
---|
57 | <td align="left">{form_web_reg}</td>
|
---|
58 | <td align="center"><input type="text" name="web_reg" class="login" value="{input_reg}"></td>
|
---|
59 | </tr>
|
---|
60 | <tr class="table">
|
---|
61 | <td align="left">Ip adrress</td>
|
---|
62 | <td align="right"><input type="text" name="ip" value="{ip}" class="login"></td>
|
---|
63 | </tr>
|
---|
64 | <tr class="table">
|
---|
65 | <td align="left">Port</td>
|
---|
66 | <td align="center"><input type="text" name="port" value="{port}" class="login"></td>
|
---|
67 | <tr class="table">
|
---|
68 | <td align="left">{form_desc}</td>
|
---|
69 | <td align="right"><textarea rows="4" wrap="soft" maxlenght="500" name="desc"s>{input_desc}</textarea></td>
|
---|
70 | </tr>
|
---|
71 | <tr class="table">
|
---|
72 | <td colspan="2" align="center"><input type="submit" class="login"></td>
|
---|
73 | </tr>
|
---|
74 |
|
---|
75 | </form>
|
---|
76 | </table>
|
---|
77 |
|
---|