1 {include file="1549864.tpl"}
3 <center>{include file="1549885.tpl"}</center><br><br>
6 <table width='100%'><tr>
9 <td valign='top' align='center' width='23%'>
11 {include file="1549925.tpl"}
13 <!--end of left column-->
15 <!--main central column-->
16 <td width=666 valign='top'>
17 {*showing node_content*}
18 {*include file="modules/node_content.tpl"*}
21 <form enctype="multipart/form-data" action='/id/{$node.node_id}/ {if $action neq false}{$action}{/if}' method='post' name='formular'>
22 {if $node.node_creator eq 1538}{include file="1548927.tpl"}{/if}
23 {foreach from=$get_linked_nodes item=child}
24 <table class='bordered' cellspacing='0' cellpadding='0'>
26 <td align='center' valign='top' rowspan='2'>
27 <img vspace='5' hspace='5' width='50' src='{get_image_link id=$child.node_creator}'>
30 <td valign='top' style='width: 100%'>
32 <tr class='header' width=100% valign='top'><td>
33 <a href='/id/{$child.node_creator}'>{$child.creator}</a>
34 {if $child.user_action neq false}
35 [lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
37 {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}
38 <input type='checkbox' value='{$child.node_id}' name='node_chosen[]'>
39 <a href='/id/{$child.node_id}'>enter</a>
40 {if $child.node_created > $node.last_visit}<span class='most_important'> NEW</span>{/if}
41 {if $child.node_children_count}<span class='most_important'>{$child.node_children_count} CHILDREN</span>{/if}
43 <tr><td>{$child.node_content|stripslashes|nl2br}</td></tr>
50 <!--end of central column-->
55 {include file="1549377.tpl"}