51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | |
3 | {if $error eq true} |
4 | <center><font style='error'>{$error}</font></center> |
5 | {/if} |
6 | |
7 | <table width='100%'><tr> |
8 | |
9 | <!--main central column--> |
10 | <td valign='top'> |
11 | <table width='100%' class='bordered'><tr><td> |
12 | |
13 | <div style="background-color: #664411; padding-bottom: 3px; padding-left: 14px; padding-top: 3px"><span style=" color: #D4CB50; font-size: larger;">- <strong>Data nodes</strong></span></div><br /> |
14 | |
15 | <div style="padding-left: 14px; list-style-type: square;"> |
16 | |
17 | {get_nodes_by_type type=12 listing_amount=150 offset=$offset} |
18 | |
19 | {foreach from=$get_nodes_by_type item=child} |
20 | <a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:80:"<br>":true}</a><br> |
21 | by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:50:"<br>":true}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:80:"<br>":true}</a> on {$child.lastchild_created|wordwrap:80:"<br>":true}<br><br> |
22 | |
23 | {/foreach} |
24 | |
25 | <!--end of central column--> |
26 | </td></tr></table> |