Changeset 2194


Ignore:
Timestamp:
09/10/09 16:54:50 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed bad indentation of report.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/report.sh

    r2186 r2194  
    8989<tr>
    9090<td $TABLE_FONT>number of failures: $NUM_FAI/$NUM_TOT
    91 <td $TABLE_FONT>installation elapsed time: $EL_INSTALL</td>
     91<td $TABLE_FONT>execution elapsed time: $EL_RUN</td>
    9292</tr>
    9393</table>
     
    134134<th $(echo $BODY_FONT)>Tolerance</th>
    135135<th $(echo $BODY_FONT)>Test name</th> 
    136 <th $(echo $BODY_FONT)>Analysis type</th>
    137 <th $(echo $BODY_FONT)>Sub type</th>
     136<th $(echo $BODY_FONT)>Analysis</th>
     137<th $(echo $BODY_FONT)>Subanalysis </th>
    138138<th $(echo $BODY_FONT)>Qmu</th>
    139 <th $(echo $BODY_FONT)>control</th>
     139<th $(echo $BODY_FONT)>Control</th>
    140140<th $(echo $BODY_FONT)>Control fit</th>
    141141<th $(echo $BODY_FONT)>Parallel</th>
     
    174174                  FONTL=$(echo "$BODY_FONTL $color")
    175175                  echo $line | awk -v FONTC="$FONTC" -v FONTL="$FONTL" '
    176                   { printf("<td %s>%s</td><td %s>%s%s%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);}
     176                  { 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<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);}
    177177                          ';
    178178          fi
Note: See TracChangeset for help on using the changeset viewer.