51ff3226 |
1 | {* header *}{include file="1549864.tpl"} |
2 | {if $user_id eq false} |
3 | <center>{* loginbox *}{include file="1549885.tpl"}</center><br><br> |
4 | {/if} |
5 | {get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount} |
6 | {merge_arrays array1=$get_stats sort_by='given_k' orderby=$listing_order} |
7 | <table width='100%'><tr> |
8 | <!--left column--> |
9 | <td valign='top' align='center' width='23%'> |
10 | {* show node info *}{include file="1549925.tpl"} |
11 | {* showing poll *}{include file="1549834.tpl"}<br> |
12 | {*showing bookmark_statistics*}{include file="1549386.tpl"} |
13 | </td> |
14 | <!--end of left column--> |
15 | |
16 | <!--main central column--> |
17 | <td width=66% valign='top'> |
18 | sort_by K:: |
19 | <table class='bordered'> |
20 | {foreach from=$merged item=stat} |
21 | <tr><td>{counter}_ <img width='25' height='25' src='{get_image_link id=$stat.user_id}' border=0></td> |
22 | <td><a href='/id/{$stat.user_id}'>{$stat.login}</a> |
23 | ({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"}) |
24 | ({$stat.node_user_subchild_count}) NEW |
25 | {if $stat.node_bookmark eq 'yes'},booked{/if} |
26 | {if $stat.given_k eq 'yes'},K{/if} , {$stat.visits} visitz </td></tr> |
27 | {/foreach} |
28 | </table> |
29 | |
30 | {* footer *}{include file="1549377.tpl"} |
31 | </td></tr></table> |