1 <!-- PHP code and design stolen from "frr", "MARIN" and "hromi" || regards & thanks -->
3 {include file="modules/header.tpl"}
6 <center><font style='error'>{$error}</font></center>
10 <center>{include file="modules/loginbox.tpl"}</center>
18 <a href="/configure">conf</a>
20 ::<span class='important'> friendz</span>
23 {foreach name=friends from=$active_friends item=active_friend}
24 {if $smarty.foreach.friends.iteration is div by 3}{/if}
25 <a href='/id/{$active_friend.user_id}/'>
26 <img border='0' name='{$active_friend.login}' width='40' height='40' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a>
41 >><span class='important'> friendz</span>
42 <table width='100' style="border-bottom:1px solid #6dae42;"><tr><td>
43 {foreach name=friends from=$active_friends item=active_friend}
44 <div style=" clear:left; margin-bottom:15px">
45 <a href='/id/{$active_friend.user_id}/' style="float:left;">
46 <img width='23' height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}' border='0'></a></font>
47 {$active_friend.login}
48 [<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a></b></font>] {$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s
51 </td></tr></table><br>
65 <table align='center'><tr>
66 <td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
67 <td><input type='submit' name='get_children_move' value='<'></td>
68 <td><input type='submit' name='get_children_move' value='<<'></td>
69 <td><input name='get_children_move' type='submit' value='>>'></td>
70 <td><input type='submit' name='get_children_move' value='>'></td>
83 {include file="modules/footer.tpl"}