Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / mailform.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<table>
10<tr>
11<td width=66 valign='top'>
12<img src="/images/users/{$new_mail_name}.gif" name="fricon" border='0'><br>
13<input style='width: 50px' type='text' name='mail_to' value='{$new_mail_name}' onmouseout="vymena()">
14</td>
15<td align='left' width=555 valign='top'><textarea name='mail_text'>{$post_vars.mail_text}</textarea></td>
16</tr>
17<tr>
18<td><td>
19 <table><tr>
20 <td><input type='submit' name='event' value='send'></td>
21 <td><input type='submit' name='template_event' value='preview'></td>
22 <td>{include file="modules/movement.tpl"}</td>
23 </tr></table>
24</td>
25</tr>
26</table>
This page took 0.140246 seconds and 4 git commands to generate.