Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / 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 <td><input type='submit' name='event' value='delete_mail'></td>
24 <td align='left'><input type='submit' name='template_event' value='filter_by'>
25 <td align='left'><select name='search_type'>
26<option value='mail_text'>text:</option>
27<option value='mail_from'>from:</option>
28<option value='mail_to'>to:</option>
29</select>
30
31 </tr></table>
32</td>
33</tr>
34</table>
This page took 0.148427 seconds and 4 git commands to generate.