1 {get_movement_params children_count=$node.node_children_count}
4 <center><font style='error'>{$error}</font></center>
7 <table width='100%'><tr>
9 <!--main central column-->
11 <table width='100%' class='bordered'><tr><td>
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 />
15 <div style="padding-left: 14px; list-style-type: square;">
17 {get_nodes_by_type type=12 listing_amount=150 offset=$offset}
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>
25 <!--end of central column-->