Index: /issm/trunk/scripts/report.sh
===================================================================
--- /issm/trunk/scripts/report.sh	(revision 8718)
+++ /issm/trunk/scripts/report.sh	(revision 8719)
@@ -82,5 +82,5 @@
 </tr>
 <tr>
-<td $TABLE_FONT>number of errors: $NUM_ERR/$NUM_TOT
+<td $TABLE_FONT>number of <a href="#ERROR">errors</a>: $NUM_ERR/$NUM_TOT
 
 <td $TABLE_FONT>installation elapsed time: $EL_INSTALL</td>
@@ -135,5 +135,5 @@
 		  FONTL=$(echo "$BODY_FONTL bgcolor=#ffff00");
 		  echo $line | awk -v FONTC="$FONTC" -v FONTL="$FONTL" '
-		  { printf("<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n\n",FONTL,$1,FONTC,$3,FONTC,$6,FONTL,$9,FONTL,$11);}
+		  { printf("<td %s id=FAILURE>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n\n",FONTL,$1,FONTC,$3,FONTC,$6,FONTL,$9,FONTL,$11);}
 			  '; 
 
@@ -143,13 +143,13 @@
 		  if [ "$STATUS" = "SUCCESS" ]
 		  then
-			  color="bgcolor=#ddffdd";
-
+			  FONTC=$(echo "$BODY_FONTC bgcolor=#ddffdd")
+			  FONTL=$(echo "$BODY_FONTL bgcolor=#ddffdd")
 		  #ERROR
 		  else
-			  color="bgcolor=#ffdddd";
+			  FONTC=$(echo "$BODY_FONTC bgcolor=#ffdddd id=ERROR")
+			  FONTL=$(echo "$BODY_FONTL bgcolor=#ffdddd")
 		  fi
 
-		  FONTC=$(echo "$BODY_FONTC $color")
-		  FONTL=$(echo "$BODY_FONTL $color")
+
 		  echo $line | awk -v FONTC="$FONTC" -v FONTL="$FONTL" '
 		  { printf("<td %s>%s</td>\n<td %s>%s%s%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n\n",FONTL,$1,FONTL,$3,$4,$5,FONTC,$8,FONTL,$11,FONTL,$13);}
