Index: /issm/trunk-jpl/scripts/report.sh
===================================================================
--- /issm/trunk-jpl/scripts/report.sh	(revision 13217)
+++ /issm/trunk-jpl/scripts/report.sh	(revision 13218)
@@ -4,8 +4,8 @@
 #style
 #{{{
-H1_STYLE='width="700px" cellpadding="5"'
-H1_FONT='style="color:#6495ed; font-family:Arial, Verdana, Tahoma; font-weight: bold; font-size:30px;" align="center"'
-H2_STYLE='width="700px" cellpadding="5"'
-H2_FONT='style="color:#6495ed; font-family:Arial, Verdana, Tahoma; font-size:25px; font-weight: bold;" align="left"'
+TITLE_STYLE='width="700px" cellpadding="10"'
+TITLE_FONT='style="color:#6495ed; font-family:Arial, Verdana, Tahoma; font-weight: bold; font-size:25px;" align="center"'
+SECTION_STYLE='width="700px" cellpadding="5"'
+SECTION_FONT='style="color:#6495ed; font-family:Arial, Verdana, Tahoma; font-size:20px; font-weight: bold;" align="left"'
 TABLE_STYLE='width="680px" rules=none bgcolor="#ffffdd" border=1 bordercolor="#000000" cellpadding="3"'
 TABLE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
@@ -53,5 +53,5 @@
 cat << END >> report.html
 <div align="center">
-<table $H1_STYLE><tr><td $H1_FONT>ISSM Nightly run report</td></tr></table>
+<table $TITLE_STYLE><tr><td $TITLE_FONT>ISSM Nightly run report</td></tr></table>
 
 <table $TABLE_STYLE>
@@ -78,5 +78,5 @@
 	cat << END >> report.html
 	<table $(echo $BODY_STYLE) style="border-collapse:collapse;">
-	<tr><td $BODY_FONTC>status: <span style=\"color:#ff0000\">Installation failed<\/span></td></tr>
+	<tr><td $BODY_FONTC>Status: <span style=\"color:#ff0000\">Installation failed<\/span></td></tr>
 	</table>
 	<table $FOOTER_STYLE><tr><td $FOOTER_FONT><a href="http://issm.jpl.nasa.gov" title="ISSM website" target="_blank">ISSM</a> nightly run report</td></tr></table>
@@ -100,10 +100,10 @@
 #write report {{{
 cat << END >> report.html
-<table $H2_STYLE><tr><td $H2_FONT>Matlab tests</td></tr></table>
+<table $SECTION_STYLE><tr><td $SECTION_FONT>Matlab tests</td></tr></table>
 <table $(echo $BODY_STYLE) style="border-collapse:collapse;">
 $(if [ $CRASH_MATLAB -eq 0 ]; then
-echo "<tr><td $BODY_FONTL>status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
+echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
 else
-	echo "<tr><td $BODY_FONTL>status: <span style=\"color:#ff0000\">Matlab crashed</span></td></tr>"
+	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#ff0000\">Matlab crashed</span></td></tr>"
 fi)
 <tr><td $BODY_FONTL>Total execution time: $EL_MATLAB</td></tr>
@@ -129,10 +129,10 @@
 #write report {{{
 cat << END >> report.html
-<table $H2_STYLE><tr><td $H2_FONT>Python tests</td></tr></table>
+<table $SECTION_STYLE><tr><td $SECTION_FONT>Python tests</td></tr></table>
 <table $(echo $BODY_STYLE) style="border-collapse:collapse;">
 $(if [ $CRASH_PYTHON -eq 0 ]; then
-	echo "<tr><td $BODY_FONTL>status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
+	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#008000\">all test desks have been run</span></td></tr>"
 else
-	echo "<tr><td $BODY_FONTL>status: <span style=\"color:#ff0000\">Python crashed</span></td></tr>"
+	echo "<tr><td $BODY_FONTL>Status: <span style=\"color:#ff0000\">Python crashed</span></td></tr>"
 fi)
 <tr><td $BODY_FONTL>Total execution time: $EL_PYTHON</td></tr>
@@ -152,5 +152,5 @@
 then
 	cat << END >> report.html
-<table $H2_STYLE><tr><td $(echo $H2_FONT)>List of Matlab tests</td></tr></table>
+<table $SECTION_STYLE><tr><td $(echo $SECTION_FONT)>List of Matlab tests</td></tr></table>
 <table $BODY_STYLE style="border-collapse:collapse;">
 <tr> 
@@ -205,5 +205,5 @@
 then
 	cat << END >> report.html
-	<table $(echo $H2_STYLE)><tr><td $(echo $H2_FONT)>List of Python tests</td></tr></table>
+	<table $(echo $SECTION_STYLE)><tr><td $(echo $SECTION_FONT)>List of Python tests</td></tr></table>
 	<table $(echo $BODY_STYLE) style="border-collapse:collapse;">
 	<tr> 
@@ -217,6 +217,4 @@
 do
 	echo "<tr>"
-
-	#get status
 	STATUS=`echo $line | awk '{print $1}'`
 
@@ -263,5 +261,5 @@
 #Matlab {{{
 cat << END >> report.html
-<table $H2_STYLE><tr><td $H2_FONT>Matlab errors</td></tr></table>
+<table $SECTION_STYLE><tr><td $SECTION_FONT>Matlab errors</td></tr></table>
 <table $MATLAB_STYLE><tr><td $MATLAB_FONT>
 <pre style="
@@ -279,5 +277,5 @@
 	#PETSc{{{
 cat << END >> report.html
-<table $H2_STYLE><tr><td $H2_FONT>PETSc errors</td></tr></table>
+<table $SECTION_STYLE><tr><td $SECTION_FONT>PETSc errors</td></tr></table>
 <table $MATLAB_STYLE><tr><td $MATLAB_FONT>
 <pre style="
