name"); echo "
id."\"> "; start_table(); echo " Remove? Name Total credit Recent average credit "; $users = BoincUser::enum("teamid = $team->id"); $ninactive_users = 0; foreach($users as $user) { $user_total_credit = format_credit($user->total_credit); $user_expavg_credit = format_credit($user->expavg_credit); echo " id> $user->name $user_total_credit $user_expavg_credit "; $ninactive_users++; } echo ""; end_table(); echo ""; echo "
"; page_tail(); ?>