130 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_EMAIL_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_EMAIL_EXPLAIN}</p> |
|
|
5 |
|
|
|
6 |
<form method="post" action="{S_USER_ACTION}"> |
|
|
7 |
|
|
|
8 |
{ERROR_BOX} |
|
|
9 |
|
|
|
10 |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
11 |
<tr> |
|
|
12 |
<th class="thHead" colspan="2">{L_COMPOSE}</th> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="row1" align="right"><b>{L_RECIPIENTS}</b></td> |
|
|
16 |
<td class="row2" align="left">{S_GROUP_SELECT}</td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row1" align="right"><b>{L_EMAIL_SUBJECT}</b></td> |
|
|
20 |
<td class="row2"><span class="gen"><input class="post" type="text" name="subject" size="45" maxlength="100" tabindex="2" class="post" value="{SUBJECT}" /></span></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_EMAIL_MSG}</b></span> |
|
|
24 |
<td class="row2"><span class="gen"> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{MESSAGE}</textarea></span> |
|
|
25 |
</tr> |
|
|
26 |
<tr> |
|
|
27 |
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td> |
|
|
28 |
</tr> |
|
|
29 |
</table> |
|
|
30 |
|
|
|
31 |
</form> |