Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1451091.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 <center><span class='important'>k data nodes
12 {if $action}{get_k vector=$action} in vector {$action}
13 {else}{get_k}
14 </span>
15 </center>
16 {/if}
17 {foreach from=$get_k item=k}
18 <table class='bordered' style="margin: 1em; border: 1px solid #6dae42;">
19 <tr>
20 <td align='center' rowspan='2' valign='top'>
21 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
22 <span class='most_important'>{$k.k} k</span>
23 </td>
24 <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
25 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
26 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
27 </tr>
28 </table>
29 {/foreach}
30 <br>
31 {include file="modules/footer.tpl"}
32
33
34
35
36
37
This page took 0.273791 seconds and 4 git commands to generate.