Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / mail.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10
11 <table width=100%>
12 <tr><td valign='top' width=23%>
13 {include file="modules/get_mail_userlist.tpl"}
14 </td>
15 <td valign='top'>
16 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
17 {include file="modules/mailform.tpl"}
18 {include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset}
19 </form>
20 </td></tr></table>
21
22 {include file="modules/footer.tpl"}
This page took 0.268665 seconds and 4 git commands to generate.