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