Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / k.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {get_movement_params children_count=$node.node_children_count}
10 {include file="modules/header.tpl"}
11 <table><tr><td valign='top' width='23%'>{include file="modules/get_userlist.tpl"}</td>
12 <td>
13 <center><span class='important'>k data nodes
14 {if $action}{get_k vector=$action} in vector {$action}
15 {else}{get_k}
16 </span>
17 {include file="modules/movement.tpl"}
18 <br>
19 </center>
20 {/if}
21
22 {foreach from=$get_k item=k}
23 <table class='bordered'>
24 <tr>
25 <td align='center' rowspan='2' valign='top'>
26 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
27 <span class='most_important'>{$k.k} k</span>
28 </td>
29 <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>
30 <tr><td valign='top'>{$k.node_content|stripslashes}</td></tr>
31 </tr>
32 </table>
33 <br>
34 {/foreach}
35 </td></tr></table>
36 {include file="modules/footer.tpl"}
This page took 0.281383 seconds and 4 git commands to generate.