Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / k.tpl~
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>
4 <td>
5 <center><span class='important'>k data nodes
6 {if $action}{get_k vector=$action} in vector {$action}
7 {else}{get_k}
8 </span>
9 {include file="modules/movement.tpl"}
10 <br>
11 </center>
12 {/if}
13
14 {foreach from=$get_k item=k}
15 <table class='bordered'>
16 <tr>
17 <td align='center' rowspan='2' valign='top'>
18 <span class='most_important'>{$k.k} k</span>
19 </td>
20 <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a> in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
21 <tr><td valign='top'>{$k.node_content|stripslashes}</td></tr>
22 </tr>
23 </table>
24 <br>
25 {/foreach}
26 </td></tr></table>
27 {include file="modules/footer.tpl"}
This page took 0.242344 seconds and 4 git commands to generate.