Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1643663.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 {if $user_id eq false}
12 <center>{include file="modules/loginbox.tpl"}</center><br><br>
13 {/if}
14
15 <form action='/id/963221/' method='post'>
16 <tr><td colspan='2' align='center'>
17 <input type='submit' name='event' value='book'>
18 &nbsp;
19 <input type='submit' name='event' value='unbook'>
20 &nbsp;
21 <input type='submit' name='event' value='-1'>
22 </td></tr>
23 </form>
24
25 <table width='100%'><tr>
26
27 <!--left column-->
28
29 <td valign='top' align='center' width='23%'>
30 {* show node info *}
31 {include file="modules/node_settings.tpl"}
32
33 {* showing poll *}
34 {include file="modules/get_poll_box.tpl"}
35 <br>
36
37 </td>
38 <!--end of left column-->
39
40
41 <!--main central column-->
42 <td width=666 valign='top'>
43 {*showing node_content*}
44 {include file="modules/node_content.tpl"}
45 {*showing form for adding child node*}
46 {include file="modules/get_threaded_children.tpl" children_type=4}
47 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'>
48 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
49
50 </form>
51 <!--end of central column-->
52
53
54 </td></tr></table>
55
This page took 0.288121 seconds and 4 git commands to generate.