130 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_WORDS_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<P>{L_WORDS_TEXT}</p> |
|
|
5 |
|
|
|
6 |
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
7 |
<tr> |
|
|
8 |
<th class="thCornerL">{L_WORD}</th> |
|
|
9 |
<th class="thTop">{L_REPLACEMENT}</th> |
|
|
10 |
<th colspan="2" class="thCornerR">{L_ACTION}</th> |
|
|
11 |
</tr> |
|
|
12 |
<!-- BEGIN words --> |
|
|
13 |
<tr> |
|
|
14 |
<td class="{words.ROW_CLASS}" align="center">{words.WORD}</td> |
|
|
15 |
<td class="{words.ROW_CLASS}" align="center">{words.REPLACEMENT}</td> |
|
|
16 |
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_EDIT}">{L_EDIT}</a></td> |
|
|
17 |
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_DELETE}">{L_DELETE}</a></td> |
|
|
18 |
</tr> |
|
|
19 |
<!-- END words --> |
|
|
20 |
<tr> |
|
|
21 |
<td colspan="5" align="center" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_WORD}" class="mainoption" /></td> |
|
|
22 |
</tr> |
|
|
23 |
</table></form> |