Changeset 13714


Ignore:
Timestamp:
10/17/12 13:22:13 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: change MATLAB_FONT to CODE_FONT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/report.sh

    r13713 r13714  
    1010TABLE_STYLE='width="680px" rules=none bgcolor="#ffffdd" border=1 bordercolor="#000000" cellpadding="3"'
    1111TABLE_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"'
     12CODE_STYLE='width="700px" rules=none'
     13CODE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'
    1414BODY_STYLE='width="700px"'
    1515BODY_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px;"'
     
    263263cat << END >> report.html
    264264<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>
    266266<pre style="
    267267white-space: -moz-pre-wrap;
     
    278278        #Python {{{
    279279        cat << END >> report.html
    280         <table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
    281         <table $PYTHON_STYLE><tr><td $PYTHON_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
     280<table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
     281<table $CODE_STYLE><tr><td $CODE_FONT>
     282<pre style="
     283white-space: -moz-pre-wrap;
     284white-space: -pre-wrap;
     285white-space: -o-pre-wrap;
     286white-space: pre-wrap;
     287word-wrap: break-word;
     288">$(cat pythonerror.log)</pre>
     289</td></tr></table>
     290END
    291291        #}}}
    292292fi
     
    295295cat << END >> report.html
    296296<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>
    298298<pre style="
    299299white-space: -moz-pre-wrap;
Note: See TracChangeset for help on using the changeset viewer.