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