Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1058182.tpl
1 {get_movement_params children_count=$node.node_children_count}
2 {* header *}{include file="1549864.tpl"}
3
4 <table><tr><td align='top'>
5 {* node_settings *}{include file="1549925.tpl"}
6 </td><td>
7 <form method='post'>
8 <table align='center'><tr>
9 <td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
10 <td><input type='submit' name='get_children_move' value='<'</td>
11 <td><input type='submit' name='get_children_move' value='>'</td>
12 </tr></table>
13 </form>
14
15 {get_linked_nodes}
16 <br><center><span class='important' align='center'>latest forumz</span></center>
17 {foreach from=$get_linked_nodes item=child }
18 <table width='100%' class='bordered'>
19 <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'>
20 <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>
21 {$child.node_content|truncate:330|stripslashes|strip_tags:false}
22 <br><br><i>node created by <a href='/id/{$child.node_creator}'>{$child.login}</a></i>
23 </td></tr>
24 </table><br>
25 {/foreach}
26
27 </td></tr></table>
This page took 0.244672 seconds and 4 git commands to generate.