Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / get_creation_by_type.tpl~
1 {get_creation_by_type type=$type listing_amount=$listing_amount offset=$offset}
2 {foreach from=$get_creation_by_type item=child}
3 {if $type eq 11}
4 {get_poll poll=$child}
5 {include file="modules/show_poll.tpl" get_poll=$get_poll}
6
7 {else}
8 <table width='100%' class='bordered'>
9 <tr>
10 {if $type eq 8}<td valign='top' width='50' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_parent}'>&nbsp;</td>{/if}
11 <td valign='top'>
12 <table width='100%'><tr class='header' valign='top'>
13 <td align='center'>
14 &nbsp;<a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a>
15 {if $child.user_action neq false} &nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]{/if}
16 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
17 <tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
18 </table>
19 </table>
20 <br>
21 {/if}
22 {/foreach}
This page took 0.383559 seconds and 4 git commands to generate.