Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 941)
+++ /issm/trunk/cron/report.sh	(revision 942)
@@ -20,5 +20,5 @@
 cat nightly.log | grep SUCCESS > success.log
 cat errors.log success.log > tests.log
-mail -s "Nightly runs of $ISSM_RELEASE on: $host_name. Date:$today." mathieu.morlighem@jpl.nasa.gov < tests.log
+#mail -s "Nightly runs of $ISSM_RELEASE on: $host_name. Date:$today." mathieu.morlighem@jpl.nasa.gov < tests.log
 
 #build report.html
@@ -30,47 +30,48 @@
 <style type="text/css">
 	<!--
-	body {
-		width: 900px;
-		background:none;
+	.issmh1 {
+		margin-top:1em;
+		background: none;
+		color: #6495ed;
+		font-family: Arial, Verdana, Tahoma;
+		font-size: 35px;
+		text-align: center;
+		}
+
+	.issmh2 {
+		margin-top:1.5em;
+		width:900px;
+		background: transparent;
+		color: #6495ed;
+		font-family: Arial, Verdana, Tahoma;
+		font-size: 28px;
+		text-align: left;
+		}
+
+	.issmcomment
+		{white-space:pre-wrap;
+		word-wrap:break-word;
+		padding:4px;
+		width:900px;
+		border:1px dashed #000000;
+		text-align: left;
 		font-family: Arial, Verdana, Tahoma;
 		font-size: 14px;
 		color: #404040;
-		margin: auto;}
-	h1 {
-		margin-top:1em;
-		background: transparent;
-		color: #6495ed;
-		font-size: 250%;
-		text-align: center;
-		}
-
-	h2 {
-		margin-top:1.5em;
-		background: transparent;
-		color: #6495ed;
-		font-size: 200%;
-		text-align: left;
-		}
-
-	.comment
-		{white-space:pre-wrap;
-		word-wrap:break-word;
-		padding:4px;
-		border:1px dashed #000000;
 		background-color:#ffffdd}
 	-->
 </style>
-<div>
+<div align="center" style=" font-family:Arial,Verdana,Tahoma; font-size: 14px; color: #404040;">
 <br>
-<h1>ISSM Nightly run report</h1>
+<pre class="issmh1">ISSM Nightly run report</pre>
 <br>
-<pre class="comment">
+<pre class="issmcomment">
 host: $host_name
 date: $today
 release: $ISSM_RELEASE
 
-remark: $(if [ `wc -l check.log | awk '{printf("%s",$1);}'`  = "0" ];
+status: $(if [ `wc -l check.log | awk '{printf("%s",$1);}'`  = "0" ];
 then
-	echo "stopped before the end"
+	echo "<span style=\"color:#FF0000\">stopped before the end</span>"
 else
 	echo "all test desks have been run"
@@ -79,5 +80,6 @@
 number of errors: $(wc -l errors.log | awk '{printf("%s",$1);}')/$(wc -l tests.log | awk '{printf("%s",$1);}';  rm errors.log)
 number of success: $(wc -l success.log | awk '{printf("%s",$1);}')/$(wc -l tests.log | awk '{printf("%s",$1);}';rm success.log tests.log)</pre>
-<hr>
+<br>
+<hr width="900px">
 
 $(for  package in "macayeal" "ice" "cielo_serial" "cielo_parallel"; do
@@ -85,14 +87,14 @@
 	#enter title
 	if [ $package == "macayeal" ]; then
-		echo "<h2>MacAyeal package</h2>"
+		echo "<pre class=\"issmh2\">MacAyeal package</pre>"
 	fi
 	if [ $package == "ice" ]; then
-		echo "<h2>Ice package</h2>"
+		echo "<pre class=\"issmh2\">Ice package</pre>"
 	fi
 	if [ $package == "cielo_serial" ]; then
-		echo "<h2>Cielo Serial package</h2>"
+		echo "<pre class=\"issmh2\">Cielo Serial package</pre>"
 	fi
 	if [ $package == "cielo_parallel" ]; then
-		echo "<h2>Cielo Parallel package</h2>"
+		echo "<pre class=\"issmh2\">Cielo Parallel package</pre>"
 	fi
 
@@ -102,5 +104,5 @@
 	else
 
-		echo "<table cellspacing="-1" width="900px">"
+		echo "<table cellspacing=\"-1\" width=\"900px\" style=\"font-family: Arial, Verdana, Tahoma; color: #404040;\">"
 		echo "<tr> <th>Result</th> <th>Tolerance</th> <th>Test</th>  <th>Solution</th> <th>Field</th> </tr>"
 
@@ -129,5 +131,8 @@
 
 	<br>
+	<br>
 	<center><small></a><a href="http://issm.jpl.nasa.gov" title="ISSM website" target="_blank">ISSM</a> nightly run report</small></center>
-</div>
+	</div>
+	</body>
+	</html>
 END
