Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 788016.tpl
1 {get_movement_params children_count=$node.node_children_count}
2 {* header *}{include file="1549864.tpl"}
3 <table><tr><td valign='top' width='23%'>{* get_userlist *}{include file="1549848.tpl"}</td></td>
4 <td>
5 <center><span class='important'>
6 </span>
7 <table><tr><td valign='top' width='23%'>
8 </td>
9 <td>
10 <center><span class='important'>nodes valued by K
11 {get_temp_k}
12 <form method='post'>Interval: <input type='text' name='interval'><input type='submit' value='Hour'></form>
13 </span>
14 <br/>
15 </center>
16
17
18 {foreach from=$get_temp_k item=k}
19 {if $fook[$k.node_parent] neq true and $fook[$k.node_id] neq true and $ignore[$k.node_creator] neq true}
20 <table class='bordered'>
21 <tr>
22 <td align='center' rowspan='2' valign='top'>
23 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_id}>
24 <span class='most_important'>{$k.count} k</span>
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></td>
28 <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
29 </tr>
30 </table>
31 <br>
32 {/if}
33 {/foreach}
34 </td></tr></table>
35 </body></html>
This page took 0.288558 seconds and 4 git commands to generate.