Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 748131.tpl
1 {include file="1549864.tpl"}
2 {if $user_id eq false}
3 <center>{include file="1549885.tpl"}</center><br><br>
4 {/if}
5
6 {get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
7
8 {merge_arrays array1=$get_stats sort_by='visits' orderby=$listing_order}
9
10
11 <table width='100%'><tr>
12
13 <!--left column-->
14 <td valign='top' align='center' width='23%'>
15 {* show node info *}
16 {include file="1549925.tpl"}
17
18 {* showing poll *}
19 {include file="1549834.tpl"}
20 <br>
21 {*showing bookmark_statistics*}
22 {include file="1549386.tpl"}
23 </td>
24 <!--end of left column-->
25
26 <!--main central column-->
27 <td width=66% valign='top'>
28 sort_by visits::
29 <table class='bordered'>
30 {foreach from=$merged item=stat}
31 <tr><td>
32 {counter}_ <img width='25' height='25' src='{get_image_link id=$stat.user_id}' border=0></td><td>
33 <a href='/id/{$stat.user_id}'>{$stat.login}</a>
34 &nbsp;({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})
35 &nbsp;({$stat.node_user_subchild_count}) NEW
36 {if $stat.node_bookmark eq 'yes'},booked{/if}
37 {if $stat.given_k eq 'yes'},K{/if}
38 , {$stat.visits} visitz
39 </td></tr>
40 {/foreach}
41 </table>
42 {include file="1549377.tpl"}
43 </td></tr></table>
This page took 0.284425 seconds and 4 git commands to generate.