182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_RANKS_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_RANKS_TEXT}</p> |
|
|
5 |
|
|
|
6 |
<form action="{S_RANK_ACTION}" method="post"><table class="forumline" cellpadding="4" cellspacing="1" border="0" align="center"> |
|
|
7 |
<tr> |
|
|
8 |
<th class="thTop" colspan="2">{L_RANKS_TITLE}</th> |
|
|
9 |
</tr> |
|
|
10 |
<tr> |
|
|
11 |
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td> |
|
|
12 |
<td class="row2"><input class="post" type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="row1"><span class="gen">{L_RANK_SPECIAL}</span></td> |
|
|
16 |
<td class="row2"><input type="radio" name="special_rank" value="1" {SPECIAL_RANK} />{L_YES} <input type="radio" name="special_rank" value="0" {NOT_SPECIAL_RANK} /> {L_NO}</td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row1" width="38%"><span class="gen">{L_RANK_MINIMUM}:</span></td> |
|
|
20 |
<td class="row2"><input class="post" type="text" name="min_posts" size="5" maxlength="10" value="{MINIMUM}" /></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1" width="38%"><span class="gen">{L_RANK_IMAGE}:</span><br /> |
|
|
24 |
<span class="gensmall">{L_RANK_IMAGE_EXPLAIN}</span></td> |
|
|
25 |
<td class="row2"><input class="post" type="text" name="rank_image" size="40" maxlength="255" value="{IMAGE}" /><br />{IMAGE_DISPLAY}</td> |
|
|
26 |
</tr> |
|
|
27 |
<tr> |
|
|
28 |
<td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> |
|
|
29 |
</tr> |
|
|
30 |
</table> |
|
|
31 |
{S_HIDDEN_FIELDS}</form> |