Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1569351.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://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{else}{get_k}
17</span>
18{include file="modules/movement.tpl"}
19<br>
20</center>
21{/if}
22
23{foreach from=$get_k item=k}
24<table class='bordered'>
25<tr>
26<td align='center' rowspan='2' valign='top'>
27<img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
28<span class='most_important'>{$k.k} k</span>
29</td><br />
30<td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
31 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
32
33<tr><td valign='top'>{$k.node_content|stripslashes|nl2br|imagestrip}</td></tr>
34</tr>
35</table>
36<br>
37{/foreach}
38</td></tr></table>
39{include file="modules/footer.tpl"}
This page took 0.147475 seconds and 4 git commands to generate.