Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1532522.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<!-- templajt for /id/1532459 forum ; taken from templajt /id/3 ; --!>
10<table width='100%'><tr>
11<td width=100% valign='top'>
12<table width='100%' class='bordered'><tr><td>
13
14{include file="modules/header.tpl"}
15{if $user_id eq false}
16<center>{include file="modules/loginbox.tpl"}</center><br><br>
17{/if}
18
19<table width='100%'><tr>
20
21<!--left column-->
22<td valign='top' align='center' width='23%'><br />
23{* show node info *}<br />
24{include file="modules/node_settings.tpl"}<br />
25<br />
26{* showing poll *}<br />
27{include file="modules/get_poll_box.tpl"}<br />
28<br><br />
29{*showing bookmark_statistics*}<br />
30{include file="modules/get_bookmark_statistics_box.tpl"}<br />
31</td><br />
32<!--end of left column--><br />
33<br />
34<!--main central column--><br />
35<td width=666 valign='top'><br />
36{*showing node_content*}<br />
37{include file="modules/node_content.tpl"}<br />
38{*showing form for adding child node*}<br />
39<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'><br />
40{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}<br />
41{include file="modules/get_threaded_children.tpl" children_type=4}<br />
42</form><br />
43<!--end of central column--><br />
44<br />
45</td></tr></table><br />
46<br />
47{include file="modules/footer.tpl"}<br />
48
49</td></tr></table>
This page took 0.141464 seconds and 4 git commands to generate.