Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / 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<input style='width: 50px' type='text' name='mail_to' value='{$new_mail_name}'>
13</td>
14<td align='left' width=555 valign='top'><textarea name='mail_text'>{$post_vars.mail_text}</textarea></td>
15</tr>
16<tr>
17<td><td>
18 <table><tr>
19 <td><input type='submit' name='event' value='send'></td>
20 <td><input type='submit' name='template_event' value='preview'></td>
21 <td>{include file="modules/movement.tpl"}</td>
22 <td><input type='submit' name='event' value='delete_mail'></td>
23 <td align='left'><input type='submit' name='template_event' value='filter_by'>
24 <td align='left'><select name='search_type'>
25<option value='mail_text'>text:</option>
26<option value='mail_from'>from:</option>
27<option value='mail_to'>to:</option>
28</select>
29
30 </tr></table>
31</td>
32</tr>
33</table>
This page took 0.14743 seconds and 4 git commands to generate.