51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {include file="modules/header.tpl"} |
3 | |
4 | <a href='/id/1492891/configure'>cnf</a> |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | {get_nodes_by_parent parent=0 listing_amount=$listing_amount offset=$offset} |
11 | |
12 | |
13 | {foreach from=$get_nodes_by_parent item=child} |
14 | |
15 | <div style='margin-top: 10px;'> |
16 | <img width='50' hspace='5' src='{get_image_link id=$child.node_creator}' style='float:left; margin-right:5px;'><div style='background:#333;'> |
17 | <a href='/id/{$child.node_id}'>{$child.node_name}</a> <br> (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> viewed {$child.node_views} times, {$child.node_children_count} submissions |
18 | <br style='clear:left;'></div> |
19 | <div style='margin-top: 5px;'>{$child.node_content} </div> |
20 | </div> |
21 | |
22 | {/foreach} |
23 | |
24 | |
25 | {include file="modules/footer.tpl"} |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |