Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 80853.tpl
1 {get_threaded_children link='yes' listing_amount=$listing_amount offset=$offset ordearby=$listing_order}
2 <ul>
3 {foreach from=$get_threaded_children item=child}
4 <li>
5 {math equation="(x-y)-8" x=$child.depth y=$node.vector_depth assign="dpth"}
6 <!--
7 <a href='/id/{$child.node_parent}'>{$child.node_vector}</a>
8 <td width='{math equation="(x-y)-8" x=$child.depth y=$node.vector_depth}%'>
9 <img src='{get_image_link id=$child.node_creator}' width='50' hspace='5' alt='{$child.login}' onclick="km();sm('{$child.login}','{$child.node_creator}','{$node.node_id}')" />
10 <td width='{math equation="100-(x-y)" x=$child.depth y=$node.vector_depth}%'>
11 -->
12 &nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
13 {if $child.user_action neq false}
14 &nbsp;[lokacia :: <a href='/{$child.user_actions}/'>{$child.user_action}</a>]
15 {/if}
16 &nbsp;&nbsp;<input type='checkbox' value='{$child.node_id}' name='node_chosen[]'>
17 &nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
18 {if $child.node_updated} (modif: {$child.node_updated|date_format:"%d.%m.%Y. - %H:%M:%S"}){/if}
19 {if $child.k > 0} [<span class='most_important'>{$child.k}K</span>] {/if}
20 {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
21 {if $child.node_status eq 'linked'}
22 &nbsp;<span class='most_important'>HARDLINK</span>
23 {/if}
24 {if $child.node_updated > $node.last_visit}<span class='most_important'>!!CONTENT CHANGED!!</span>{/if}
25 {if $bookmarks.last_visit eq true and $child.lastdescendant_created > $bookmarks.last_visit}<span class='most_important'>!!NEW DESCENDANT!!</span>{/if}
26 <div style='text-align:center;'>
27 {if $child.node_name eq ''}
28 <a href='/id/{$child.node_id}'>enter node {$child.node_id}</a>
29 {else}
30 <a href='/id/{$child.node_id}'>{$child.node_name}</a>
31 {/if}
32 {if $child.node_creator eq $user_id}| <a href='/id/{$child.node_id}/1961033'>conf</a>{/if}
33 </div>
34 {$child.node_content|stripslashes|nl2br}
35 </li>
36 {/foreach}
37 </ul>
This page took 0.281376 seconds and 4 git commands to generate.