Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 15.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<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<br><br>
29<form action='/id/{$k.node_id}' method='post' name='kit'>
30<input type='submit' name='event' value='K' style="position: static;" class=k>
31</form>
32</td>
33<td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
34 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
35 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
36 </tr>
37 </table>
38 <br>
39 {/foreach}
40 </td></tr></table>
41 {include file="modules/footer.tpl"}
This page took 0.157608 seconds and 4 git commands to generate.