51ff3226 |
1 | {include file="1549864.tpl"} |
2 | {if $user_id eq false} |
3 | <center>{include file="1549885.tpl"}</center><br><br> |
4 | {/if} |
5 | |
6 | <table width='100%'><tr> |
7 | |
8 | <!--left column--> |
9 | <td valign='top' align='center' width='23%'> |
10 | {* show node info *} |
11 | {include file="1549925.tpl"} |
12 | </td> |
13 | <!--end of left column--> |
14 | |
15 | <!--main central column--> |
16 | <td width=666 valign='top'> |
17 | {*showing node_content*} |
18 | {*include file="modules/node_content.tpl"*} |
19 | {get_linked_nodes} |
20 | |
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'> |
25 | <tr> |
26 | <td align='center' valign='top' rowspan='2'> |
27 | <img vspace='5' hspace='5' width='50' src='{get_image_link id=$child.node_creator}'> |
28 | </td> |
29 | |
30 | <td valign='top' style='width: 100%'> |
31 | <table 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>] |
36 | {/if} |
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} |
42 | </td></tr> |
43 | <tr><td>{$child.node_content|stripslashes|nl2br}</td></tr> |
44 | </table> |
45 | </table> |
46 | |
47 | {/foreach} |
48 | |
49 | </form> |
50 | <!--end of central column--> |
51 | |
52 | </td></tr></table> |
53 | |
54 | |
55 | {include file="1549377.tpl"} |