3 {include file="modules/header.tpl"}
6 <center><font style='error'>{$error}</font></center>
10 <center>{include file="modules/loginbox.tpl"}</center>
14 <table width='100%'><tr valign='top'><td>
17 <span class='important'>friendz</span>
18 <table width='100' class='header'>
19 {foreach name=friends from=$active_friends item=active_friend}
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}
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/>
32 <span class='important'>random forumz</span><br><br>
33 {include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=10}
35 <span class='important'>data</span><br><br>
36 {include file="modules/get_nodes_by_type_small.tpl" type=12 listing_amount=10}
39 <!--end of left column-->
41 <!--main central column-->
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>
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-->
61 {include file="modules/footer.tpl"}