51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {include file="modules/header.tpl"} |
3 | |
4 | {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset} |
5 | |
6 | {foreach from=$get_nodes_by_parent item=child} |
7 | |
8 | |
9 | <table> |
10 | <tr> |
11 | <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td> |
12 | <td valign='top' width='100%'> |
13 | <table width='100%'><tr class='header' valign='top'> |
14 | <td align='center'> |
15 | <b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b><br> |
16 | (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> , |
17 | viewed {$child.node_views} times, {$child.node_children_count} submissions |
18 | ) |
19 | <tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr> |
20 | </table> |
21 | </table> |
22 | {/foreach} |
23 | |
24 | {include file="modules/footer.tpl"} |
25 | |
26 | <form method='post' action='/id/{$node.node_id}'> |
27 | <br><br><center>pridaj dennik<br><br>{include file="modules/addnode.tpl"}</center> |
28 | </form> |