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