2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
10 <tr><td colspan='2' align='center'></td></tr>
11 <tr><td>názov:</td><td><a href='/id/{$node.node_id}'>{$node.node_name}</a></td></tr>
12 <tr><td>rubrika:</td><td><a href='/id/{$node.node_parent}'>{$node.node_parent_name}</a></td>
13 <tr><td>vytvoril:</td><td><a href='/id/{$node.node_owner_id}'>{$node.owner}</a></td>
17 <td colspan='2' align='center'>
18 <br><span class='important'>zobrazené {$node.node_views} krát</span>
19 <br><span class='important'>{$node.node_children_count} príspevok</span>
20 {if $node.node_user_subchild_count neq false}
21 <br><span class='most_important'>{$node.node_user_subchild_count} NEW</span>
23 {if $offset neq false}
24 <br><span class='important'>using offset:: {$offset} </span>
27 <tr><td colspan='2' align='center'>
30 {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}<center><a href='/id/{$node.node_id}/configure'>configure</a></center>{/if}
32 {if $node.node_type eq 'forum'}<center><a href='/id/{$node.node_id}/threaded_forum'>!!!show threaded!!!</a></center>{/if}