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