Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / mailform.old.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
21<td><input type='submit' name='event' value='send'></td>
22<td><input type='submit' name='template_event' value='preview'></td>
23<td>{include file="modules/movement.tpl"}</td>
24<td><input type='submit' name='event' value='delete_mail'></td>
25<td align='left'><input type='submit' name='template_event' value='filter_by'></td>
26<td align='left'><select name='search_type'>
27<option value='mail_text'>text:</option>
28<option value='mail_from'>from:</option>
29<option value='mail_to'>to:</option>
30</select></td><td>
31<input type='checkbox' name='no_html' value='yes' style='margin:0;'> NO HTML</td>
32</tr></table>
33</td>
34</tr>
35</table>
This page took 0.141785 seconds and 4 git commands to generate.