Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / get_nodes_by_type_small.tpl~
1 {get_nodes_by_type vector=;1;103 type=$type listing_amount=$listing_amount offset=$offset}
2 {foreach from=$get_nodes_by_type item=child}
3 {if $type eq 11}
4 <a href='/id/{$child.node_parent}'>{$child.node_name}</a><br>( {$child.login})<br><br>
5 {else}
6 <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>( {$child.login} :: {$child.node_children_count} submissionz)<br><br>
7 {/if}
8 {/foreach}
This page took 0.27385 seconds and 4 git commands to generate.