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