From af46719c829f604c267cf93c82c4cb6f74e590bc Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sat, 18 Dec 2004 17:14:04 +0000 Subject: [PATCH] Added description of the new colored column "Time reported or deadline". Also added "Done" to the possible client states. svn path=/trunk/boinc/; revision=4889 --- html/user/explain_state.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/html/user/explain_state.php b/html/user/explain_state.php index 9621ee51f8..c5ffd93978 100644 --- a/html/user/explain_state.php +++ b/html/user/explain_state.php @@ -56,11 +56,10 @@ page_head("Result state explanation"); if ($field == "result_client_state") { echo " - The client state of a result is defined - if its outcome is client error. - It indicates the stage of processing - at which the error occurred. - It has the following values: + The client state of a result is either \"Done\" for a successful result; or + it is defined to be one of the following values if the outcome is a client error.
+ These error states indicate the stage of processing at which the client error occurred: +
Downloading
The client couldn't download the application or input files. @@ -71,6 +70,13 @@ page_head("Result state explanation");
"; } + if ($field == "result_time"){ + echo "The Time reported or deadline-field shows the + received time if the result has been received.
+ If the result has not yet been received it shows the + reporting deadline in green if in the future + and in red if in the past."; + } if ($field == "validate_state") { }