Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1569351.tpl
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 {else}{get_k}
9 </span>
10 {include file="modules/movement.tpl"}
11 <br>
12 </center>
13 {/if}
14
15 {foreach from=$get_k item=k}
16 {if $fook[$k.node_parent] neq true and $fook[$k.node_id] neq true}
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 </td><br />
23 <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
24 in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
25
26 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br|imagestrip}</td></tr>
27 </tr>
28 </table>
29 <br>
30 {/if}
31 {/foreach}
32 </td></tr></table>
33 {include file="modules/footer.tpl"}
This page took 0.258957 seconds and 4 git commands to generate.