website fixes

svn path=/trunk/boinc/; revision=726
This commit is contained in:
David Anderson 2002-12-11 18:23:19 +00:00
parent 24c059eea7
commit 1ac507dc81
2 changed files with 2 additions and 6 deletions

View File

@ -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", "<a href=db.php?show=host&id=$result->hostid>" . host_name_by_id($result->hostid) . "</a>");
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", "<pre>".htmlspecialchars($result->xml_doc_in)."</pre>");

View File

@ -85,7 +85,7 @@ function display_team_page($team) {
$j = $i+1;
echo "<tr><td align=left>$j) $user->name";
echo "<td align=center>$user->total_credit</td>";
echo "<td align=center>$user->expavg_time</td>";
echo "<td align=center>$user->expavg_credit</td>";
echo "<td align=center>$user->country</td>";
echo "</tr>";
}
@ -93,8 +93,4 @@ function display_team_page($team) {
page_tail();
}
?>