Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1670413.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
12 <table><tr><td valign='top' width='23%'>{include file="modules/get_userlist.tpl"}</td>
13 <td>
14 <center><span class='important'>k data nodes
15 {if $action}{get_k vector=$action} in vector {$action}
16
17 {else}{get_k}
18 </span>
19 {include file="modules/movement.tpl"}
20 <br>
21 </center>
22 {/if}
23
24 {foreach from=$get_k item=k}
25 <table class='bordered'>
26 <tr>
27 <td align='center' rowspan='2' valign='top'>
28 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
29 <span class='most_important'>{$k.k} k</span>
30 <br><br>
31 <form action='/id/{$k.node_id}' method='post'><input type='submit' name='event' value='K' style='position: static;'></form>
32
33 </td>
34 <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
35 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a>
36 </td>
37
38 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
39
40 </tr>
41 </table>
42 <br>
43 {/foreach}
44
45 </td></tr></table>
46 {include file="modules/footer.tpl"}
This page took 0.275188 seconds and 4 git commands to generate.