Changeset 13714
- Timestamp:
- 10/17/12 13:22:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/report.sh
r13713 r13714 10 10 TABLE_STYLE='width="680px" rules=none bgcolor="#ffffdd" border=1 bordercolor="#000000" cellpadding="3"' 11 11 TABLE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"' 12 MATLAB_STYLE='width="700px" rules=none'13 MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'12 CODE_STYLE='width="700px" rules=none' 13 CODE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"' 14 14 BODY_STYLE='width="700px"' 15 15 BODY_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px;"' … … 263 263 cat << END >> report.html 264 264 <table $SECTION_STYLE><tr><td $SECTION_FONT>Matlab errors</td></tr></table> 265 <table $ MATLAB_STYLE><tr><td $MATLAB_FONT>265 <table $CODE_STYLE><tr><td $CODE_FONT> 266 266 <pre style=" 267 267 white-space: -moz-pre-wrap; … … 278 278 #Python {{{ 279 279 cat << END >> report.html 280 281 <table $PYTHON_STYLE><tr><td $PYTHON_FONT>282 283 284 285 286 287 288 289 290 280 <table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table> 281 <table $CODE_STYLE><tr><td $CODE_FONT> 282 <pre style=" 283 white-space: -moz-pre-wrap; 284 white-space: -pre-wrap; 285 white-space: -o-pre-wrap; 286 white-space: pre-wrap; 287 word-wrap: break-word; 288 ">$(cat pythonerror.log)</pre> 289 </td></tr></table> 290 END 291 291 #}}} 292 292 fi … … 295 295 cat << END >> report.html 296 296 <table $SECTION_STYLE><tr><td $SECTION_FONT>PETSc errors</td></tr></table> 297 <table $ MATLAB_STYLE><tr><td $MATLAB_FONT>297 <table $CODE_STYLE><tr><td $CODE_FONT> 298 298 <pre style=" 299 299 white-space: -moz-pre-wrap;
Note:
See TracChangeset
for help on using the changeset viewer.