51ff3226 |
1 | |
2 | {get_movement_params} |
3 | {include file="modules/header.tpl"} |
4 | |
5 | {if $error eq true} |
6 | <center><font style='error'>{$error}</font></center> |
7 | {/if} |
8 | |
9 | {if $user_id eq false} |
10 | <center>{include file="modules/loginbox.tpl"}</center> |
11 | |
12 | {else} |
13 | |
14 | <table width='100%'><tr valign='top'><td> |
15 | {get_userlist} |
16 | <!--left column--> |
17 | <span class='important'>friendz</span> |
18 | <table width='100' class='header'> |
19 | {foreach name=friends from=$active_friends item=active_friend} |
20 | <tr><td valign='top'> |
21 | <a href='/id/{$active_friend.user_id}/'><img border='0' name='{$active_friend.login}' alt='{$active_friend.login}' title='{$active_friend.login}' width='23' |
22 | height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a> |
23 | {$active_friend.login} |
24 | </td></tr> |
25 | <tr><td> |
26 | [<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a>]<br>{$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s<br/> |
27 | </td></tr> |
28 | {/foreach} |
29 | </table> |
30 | <br/> |
31 | |
32 | <span class='important'>random forumz</span><br><br> |
33 | {include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=10} |
34 | <br><br> |
35 | <span class='important'>data</span><br><br> |
36 | {include file="modules/get_nodes_by_type_small.tpl" type=12 listing_amount=10} |
37 | <br> |
38 | </td> |
39 | <!--end of left column--> |
40 | |
41 | <!--main central column--> |
42 | <td valign='top'> |
43 | <!-- |
44 | <form method='post'> |
45 | <table align='center'><tr> |
46 | <td><input type='hidden' name='get_children_offset' value='{$offset}'></td> |
47 | <td><input type='submit' name='get_children_move' value='<'></td> |
48 | <td><input type='submit' name='get_children_move' value='<<'></td> |
49 | <td><input name='get_children_move' type='submit' value='>>'></td> |
50 | <td><input type='submit' name='get_children_move' value='>'></td> |
51 | </tr></table> |
52 | </form> |
53 | --> |
54 | <span class='important'>last sumbissions</span><br> |
55 | {include file="modules/get_last.tpl" vector=$action listing_amount=1000} |
56 | <!--end of central column--> |
57 | |
58 | </td></tr></table> |
59 | {/if} |
60 | |
61 | {include file="modules/footer.tpl"} |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | |