From 1ac507dc817445d129afcecd40482fa502758312 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 11 Dec 2002 18:23:19 +0000 Subject: [PATCH] website fixes svn path=/trunk/boinc/; revision=726 --- html/ops/db.inc | 2 +- html/user/team.inc | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/html/ops/db.inc b/html/ops/db.inc index dd3d7eef71..c18575bea0 100644 --- a/html/ops/db.inc +++ b/html/ops/db.inc @@ -177,7 +177,7 @@ function show_result($result,$show_xml_docs,$show_stderr,$show_times) { row("state", res_state_string($result->state)); row("Deadline", time_str($result->report_deadline)); row("Host ID", "hostid>" . host_name_by_id($result->hostid) . ""); - row("Exit Status", $result->exit_status); + row("Client State", $result->client_state); row("CPU time", $result->cpu_time); if ($show_xml_docs) { row("XML doc in", "
".htmlspecialchars($result->xml_doc_in)."
"); diff --git a/html/user/team.inc b/html/user/team.inc index 37c7bacf72..838c5c4777 100644 --- a/html/user/team.inc +++ b/html/user/team.inc @@ -85,7 +85,7 @@ function display_team_page($team) { $j = $i+1; echo "$j) $user->name"; echo "$user->total_credit"; - echo "$user->expavg_time"; + echo "$user->expavg_credit"; echo "$user->country"; echo ""; } @@ -93,8 +93,4 @@ function display_team_page($team) { page_tail(); } - - - - ?>