1 {get_movement_params children_count=$node.node_children_count}
2 {include file="modules/header.tpl"}
4 <table><tr><td valign='top' width='23%'>{include file="modules/get_userlist.tpl"}</td>
6 <center><span class='important'>k data nodes
7 {if $action}{get_k vector=$action} in vector {$action}
11 {include file="modules/movement.tpl"}
16 {foreach from=$get_k item=k}
17 <table class='bordered'>
19 <td align='center' rowspan='2' valign='top'>
20 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
21 <span class='most_important'>{$k.k} k</span>
23 <form action='/id/{$k.node_id}' method='post'><input type='submit' name='event' value='K' style='position: static;'></form>
26 <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
27 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a>
30 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
38 {include file="modules/footer.tpl"}