Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2024123.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>
4 <td>
5 <center><span class='important'>
6 <span class='important'>newly CREATED K-valued nodes
7 <form method='post'>Interval: <input type='text' name='interval'><input type='submit' value='Days'></form>
8 <br/>newly K-VALUED nodes <a href='/id/788016'>here</a>
9 </span>
10 {get_k}
11 </span>
12 {* movement *}{include file="1549913.tpl"}
13 <br style='clear:left;'>
14 </center>
15
16 {foreach from=$get_k item=k}
17 {if $fook[$k.node_parent] neq true and $fook[$k.node_id] neq true and $ignore[$k.node_creator] neq true}
18 <table class='bordered'>
19 <tr>
20 <td align='center' rowspan='2' valign='top'>
21 <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
22 <span class='most_important'>{$k.k} k</span>
23 <form action='/id/{$k.node_id}' method='post'><input type='submit' name='event' value='K'></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'>
28 {if $k.node_parent eq 63837}<h1>Uchylarium content detected.Not showing....</h1>
29 {else}{$k.node_content|stripslashes|nl2br}
30 {/if}</td></tr>
31 </tr>
32 </table>
33 <br>
34 {/if}
35 {/foreach}
36 </td></tr></table>
37 {*footer*}{include file="1549377.tpl"}
This page took 0.264472 seconds and 4 git commands to generate.