Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 748131.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="1549864.tpl"}
10 {if $user_id eq false}
11 <center>{include file="1549885.tpl"}</center><br><br>
12 {/if}
13
14 {get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
15
16 {merge_arrays array1=$get_stats sort_by='visits' orderby=$listing_order}
17
18
19 <table width='100%'><tr>
20
21 <!--left column-->
22 <td valign='top' align='center' width='23%'>
23 {* show node info *}
24 {include file="1549925.tpl"}
25
26 {* showing poll *}
27 {include file="1549834.tpl"}
28 <br>
29 {*showing bookmark_statistics*}
30 {include file="1549386.tpl"}
31 </td>
32 <!--end of left column-->
33
34 <!--main central column-->
35 <td width=66% valign='top'>
36 sort_by visits::
37 <table class='bordered'>
38 {foreach from=$merged item=stat}
39 <tr><td>
40 {counter}_ <img width='25' height='25' src='{get_image_link id=$stat.user_id}' border=0></td><td>
41 <a href='/id/{$stat.user_id}'>{$stat.login}</a>
42 &nbsp;({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})
43 &nbsp;({$stat.node_user_subchild_count}) NEW
44 {if $stat.node_bookmark eq 'yes'},booked{/if}
45 {if $stat.given_k eq 'yes'},K{/if}
46 , {$stat.visits} visitz
47 </td></tr>
48 {/foreach}
49 </table>
50 {include file="1549377.tpl"}
51 </td></tr></table>
This page took 0.278148 seconds and 4 git commands to generate.