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") { }