| 1 | <!-- INCLUDE overall_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <div id="pagecontent">
|
|---|
| 4 |
|
|---|
| 5 | <form action="{S_POST_ACTION}" method="post" name="postform">
|
|---|
| 6 |
|
|---|
| 7 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 8 | <tr>
|
|---|
| 9 | <th colspan="2">{L_SEND_EMAIL_USER} {USERNAME}</th>
|
|---|
| 10 | </tr>
|
|---|
| 11 | <!-- IF ERROR_MESSAGE -->
|
|---|
| 12 | <tr>
|
|---|
| 13 | <td class="row3" colspan="2" align="center"><span class="error">{ERROR_MESSAGE}</span></td>
|
|---|
| 14 | </tr>
|
|---|
| 15 | <!-- ENDIF -->
|
|---|
| 16 | <!-- IF S_SEND_USER -->
|
|---|
| 17 | <tr>
|
|---|
| 18 | <td class="row1" width="35%"><b class="genmed">{L_RECIPIENT}</b></td>
|
|---|
| 19 | <td class="row2" width="65%"><b class="genmed">{USERNAME}</b></td>
|
|---|
| 20 | </tr>
|
|---|
| 21 | <tr>
|
|---|
| 22 | <td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td>
|
|---|
| 23 | <td class="row2"><input class="post" type="text" name="subject" size="50" tabindex="2" value="{SUBJECT}" /></td>
|
|---|
| 24 | </tr>
|
|---|
| 25 | <!-- ELSE -->
|
|---|
| 26 | <tr>
|
|---|
| 27 | <td class="row1" width="35%"><b class="genmed">{L_EMAIL_ADDRESS}</b></td>
|
|---|
| 28 | <td class="row2"><input class="post" type="text" name="email" size="50" maxlength="100" value="{EMAIL}" /></td>
|
|---|
| 29 | </tr>
|
|---|
| 30 | <tr>
|
|---|
| 31 | <td class="row1" width="35%"><b class="genmed">{L_REAL_NAME}</b></td>
|
|---|
| 32 | <td class="row2"><input class="post" type="text" name="name" size="50" value="{NAME}" /></td>
|
|---|
| 33 | </tr>
|
|---|
| 34 | <tr>
|
|---|
| 35 | <td class="row1" width="35%"><b class="genmed">{L_DEST_LANG}</b><br /><span class="gensmall">{L_DEST_LANG_EXPLAIN}</span></td>
|
|---|
| 36 | <td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>
|
|---|
| 37 | </tr>
|
|---|
| 38 | <!-- ENDIF -->
|
|---|
| 39 | <tr>
|
|---|
| 40 | <td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}</b><br /><span class="gensmall">{L_EMAIL_BODY_EXPLAIN}</span></td>
|
|---|
| 41 | <td class="row2"><textarea class="post" name="message" rows="15" cols="76" tabindex="3">{MESSAGE}</textarea></td>
|
|---|
| 42 | </tr>
|
|---|
| 43 | <tr>
|
|---|
| 44 | <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td>
|
|---|
| 45 | <td class="row2">
|
|---|
| 46 | <table cellspacing="0" cellpadding="1" border="0">
|
|---|
| 47 | <tr>
|
|---|
| 48 | <td><input type="checkbox" class="radio" name="cc_email" value="1" checked="checked" /></td>
|
|---|
| 49 | <td class="gen">{L_CC_EMAIL}</td>
|
|---|
| 50 | </tr>
|
|---|
| 51 | </table>
|
|---|
| 52 | </td>
|
|---|
| 53 | </tr>
|
|---|
| 54 | <tr>
|
|---|
| 55 | <td class="cat" colspan="2" align="center"><input type="submit" tabindex="6" name="submit" class="btnmain" value="{L_SEND_EMAIL}" /></td>
|
|---|
| 56 | </tr>
|
|---|
| 57 | </table>
|
|---|
| 58 |
|
|---|
| 59 | {S_FORM_TOKEN}
|
|---|
| 60 |
|
|---|
| 61 | </form>
|
|---|
| 62 |
|
|---|
| 63 | </div>
|
|---|
| 64 |
|
|---|
| 65 | <br clear="all" />
|
|---|
| 66 |
|
|---|
| 67 | <!-- INCLUDE breadcrumbs.html -->
|
|---|
| 68 |
|
|---|
| 69 | <br clear="all" />
|
|---|
| 70 |
|
|---|
| 71 | <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
|
|---|
| 72 |
|
|---|
| 73 | <!-- INCLUDE overall_footer.html -->
|
|---|