/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by edhill, Sun Dec 7 06:52:17 2003 UTC revision 1.5 by edhill, Tue Dec 9 18:35:57 2003 UTC
# Line 143  echo "done" Line 143  echo "done"
143  #  Create the "latest" links  #  Create the "latest" links
144  echo "Creating the \"latest\" file for each machine: "  echo "Creating the \"latest\" file for each machine: "
145  LATEST=$OUTDIR"/latest_"$PERIOD".html"  LATEST=$OUTDIR"/latest_"$PERIOD".html"
146    the_date=`date`
147  cat > $LATEST << EOF  cat > $LATEST << EOF
148  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
149      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# Line 214  cat > $LATEST << EOF Line 215  cat > $LATEST << EOF
215    
216      <p><br />      <p><br />
217        The complete output for the verification runs can be found in        The complete output for the verification runs can be found in
218        <a href="http://mitgcm.org/testing/summary/">the summary pages</a>.        <a href="http://mitgcm.org/testing/summary/">the summary pages</a>
219          and the <a href="http://mitgcm.org/testing/results/">testing archives</a>.
220        The latest reports are:</p>        The latest reports are:</p>
221      <table align="center" cellpadding="0" cellspacing="0" border="0" width="95%">      <table align="center" cellpadding="0" cellspacing="0" border="0" width="95%">
222  <tr bgcolor="#00cccc">  <tr bgcolor="#00cccc">
223    <td height="0"> <b>Nickname</b> </td>    <td height="0"> <b>Nickname</b> </td>
224    <td> <b>OPTFILE Name</b> </td>    <td> <b>OPTFILE Name</b> </td>
225    <td> <b>Type</b> </td>    <td> <b>Type</b> </td>
226    <td> <b>Date (yyyymmdd)</b> </td>    <td> <b>Date</b> </td>
227    <td> <b>Summary</b> </td>    <td> <b>Summary</b> </td>
228  </tr>  </tr>
229    
# Line 323  EOF Line 325  EOF
325  done  done
326    
327  cat >> $LATEST << EOF  cat >> $LATEST << EOF
328    <tr bgcolor="#00cccc">
329      <td height="0" colspan="5" align="center" >
330        === This table generated on: $the_date ===
331      </td>    
332    </tr>      
333    
334      </table>      </table>
335    </body>    </body>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22