From b7e7a6aa845b4a1826cc106f0978da00657044b2 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sat, 18 Dec 2004 17:27:03 +0000 Subject: [PATCH] Added explain for the new "Time reported or deadline" as well as preparations for making this page HTML 4.01 transitional valid svn path=/trunk/boinc/; revision=4891 --- html/inc/result.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/html/inc/result.inc b/html/inc/result.inc index 3b311abca1..2e73d8c40f 100644 --- a/html/inc/result.inc +++ b/html/inc/result.inc @@ -129,15 +129,16 @@ function result_table_start($show_wu_link, $show_host_link, $show_result_link) {
or deadline
(future | past) +
explain Server state -
explain +
explain Outcome -
explain +
explain Client state -
explain +
explain CPU time (sec) claimed credit @@ -176,10 +177,10 @@ function show_result_row( "; if ($show_result_link) { - echo "id>$result->id\n"; + echo "id\">$result->id\n"; } if ($show_wu_link) { - echo "workunitid>$result->workunitid\n"; + echo "workunitid\">$result->workunitid\n"; } if ($show_host_link) { echo "", host_link($result->hostid), "\n"; @@ -257,7 +258,7 @@ function show_result($result) { start_table(); row2("Result ID", $result->id); row2("Name", $result->name); - row2("Workunit", "workunitid>$result->workunitid"); + row2("Workunit", "workunitid\">$result->workunitid"); row2("Created", time_str($result->create_time)); row2("Sent", time_str($result->sent_time)); row2("Received", time_str($result->received_time));