289 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_SMILEY_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<P>{L_SMILEY_TEXT}</p> |
|
|
5 |
|
|
|
6 |
<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
7 |
<tr> |
|
|
8 |
<th class="thCornerL">{L_CODE}</th> |
|
|
9 |
<th class="thTop">{L_SMILE}</th> |
|
|
10 |
<th class="thTop">{L_EMOT}</th> |
|
|
11 |
<th colspan="2" class="thCornerR">{L_ACTION}</th> |
|
|
12 |
</tr> |
|
|
13 |
<!-- BEGIN smiles --> |
|
|
14 |
<tr> |
|
|
15 |
<td class="{smiles.ROW_CLASS}">{smiles.CODE}</td> |
|
|
16 |
<td class="{smiles.ROW_CLASS}"><img src="{smiles.SMILEY_IMG}" alt="{smiles.CODE}" /></td> |
|
|
17 |
<td class="{smiles.ROW_CLASS}">{smiles.EMOT}</td> |
|
|
18 |
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_EDIT}">{L_EDIT}</a></td> |
|
|
19 |
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_DELETE}">{L_DELETE}</a></td> |
|
|
20 |
</tr> |
|
|
21 |
<!-- END smiles --> |
|
|
22 |
<tr> |
|
|
23 |
<td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_SMILEY_ADD}" class="mainoption" /> <input class="liteoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> <input class="liteoption" type="submit" name="export_pack" value="{L_EXPORT_PACK}"></td> |
|
|
24 |
</tr> |
|
|
25 |
</table></form> |