Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1485328.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{include file="modules/header.tpl"}
10<img src=http://img133.exs.cx/img133/6260/cbmhead2tt.jpg>
11
12{if $user_id eq false}
13
14<center>{include file="modules/loginbox.tpl"}</center><br><br>
15{/if}
16
17<table width='100%'><tr>
18
19<!--left column-->
20<td valign='top' align='center' width='23%'>
21{* show node info *}
22{include file="modules/node_settings.tpl"}
23
24{* showing poll *}
25{include file="modules/get_poll_box.tpl"}
26
27<br>
28{*showing bookmark_statistics*}
29{include file="modules/get_bookmark_statistics_box.tpl"}
30</td>
31<!--end of left column-->
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<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'>
39
40{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
41{include file="modules/get_threaded_children.tpl" children_type=4}
42</form>
43<!--end of central column-->
44
45</td></tr></table>
46
47{include file="modules/footer.tpl"}
48
49</td></tr></table>
50
51
52
53
54
55
56
57
58
59
60
61
62
63
This page took 0.139502 seconds and 4 git commands to generate.