[Dart-dev] [6498] DART/trunk/cov_cutoff/cov_cutoff_mod.html: fix a missing </TD> and add a 'summary' tag to
nancy at ucar.edu
nancy at ucar.edu
Tue Oct 8 11:15:24 MDT 2013
Revision: 6498
Author: nancy
Date: 2013-10-08 11:15:24 -0600 (Tue, 08 Oct 2013)
Log Message:
-----------
fix a missing </TD> and add a 'summary' tag to
the tables so the 'tidy' html checker is happier.
Modified Paths:
--------------
DART/trunk/cov_cutoff/cov_cutoff_mod.html
-------------- next part --------------
Modified: DART/trunk/cov_cutoff/cov_cutoff_mod.html
===================================================================
--- DART/trunk/cov_cutoff/cov_cutoff_mod.html 2013-09-30 16:17:15 UTC (rev 6497)
+++ DART/trunk/cov_cutoff/cov_cutoff_mod.html 2013-10-08 17:15:24 UTC (rev 6498)
@@ -74,12 +74,13 @@
<THEAD align=left>
<TR><TH> Item </TH>
<TH> Type </TH>
- <TH> Description </TH> </TR>
+ <TH> Description </TH>
+</TR>
</THEAD>
<TBODY valign=top>
<TR><TD>select_localization</TD>
- <TD>integer<br>
+ <TD>integer</TD>
<TD>Selects the localization function.
<UL style="list-style: none;">
<LI>1 = Gaspari-Cohn 5th order polynomial with halfwidth c.</LI>
@@ -87,7 +88,8 @@
<LI>3 = Ramped Boxcar. Has value 1 for z_in < c and then
reduces linearly to 0 at z_in = 2c. </LI>
</UL>
-</TD></TR>
+ </TD>
+</TR>
</TABLE>
</div>
@@ -116,7 +118,7 @@
<div class="top">[<a href="#">top</a>]</div><hr />
<H2>PUBLIC INTERFACES</H2>
-<TABLE>
+<TABLE summary='modules used'>
<TR><TD><em class=call>use cov_factor_mod, only : </em></TD>
<TD><A HREF="#comp_cov_factor">comp_cov_factor</A> </TD></TR>
</TABLE>
@@ -162,7 +164,7 @@
functions.
</P>
-<TABLE width=100% border=0 summary="" cellpadding=3>
+<TABLE width=100% border=0 summary="function arguments" cellpadding=3>
<TR><TD valign=top><em class=code>var</em></TD>
<TD>Weighting factor.</TD></TR>
<TR><TD valign=top><em class=code>z_in</em></TD>
@@ -178,7 +180,7 @@
<TD>Location of target.</TD></TR>
<TR><TD valign=top><em class=optionalcode>target_kind</em></TD>
<TD>Generic kind of target.</TD></TR>
-<TR><TD valign=top><em class=optionalcode>localization_override </em></TD>
+<TR><TD valign=top><em class=optionalcode>localization_override</em></TD>
<TD>Controls localization type if present. Same values as for
namelist control.</TD></TR>
</TABLE>
@@ -193,7 +195,7 @@
<A NAME="FilesUsed"></A>
<div class="top">[<a href="#">top</a>]</div><hr />
<H2>FILES</H2>
-<TABLE border=0 >
+<TABLE border=0 summary="files used">
<TR><TH>filename</TH>
<TH>purpose</TH></TR>
<TR><TD>input.nml</TD>
@@ -219,7 +221,7 @@
<div class="top">[<a href="#">top</a>]</div><hr />
<H2>ERROR CODES and CONDITIONS</H2>
<div class=errors>
-<TABLE border=1 cellspacing=1 cellpadding=10 width=100%>
+<TABLE border=1 cellspacing=1 cellpadding=10 width=100% summary="errors">
<TR><TH>Routine</TH><TH>Message</TH><TH>Comment</TH></TR>
<TR><!-- routine --><TD VALIGN=top>comp_cov_factor</TD>
@@ -277,7 +279,7 @@
<TR><TD valign=top>Revision: </TD><TD> $Revision$ </TD></TR>
<TR><TD valign=top>Source: </TD><TD> $URL$ </TD></TR>
<TR><TD valign=top>Change Date: </TD><TD> $Date$ </TD></TR>
-<TR><TD valign=top>Change history: </TD><TD> try "svn log" or "svn diff" </TD></TR>
+<TR><TD valign=top>Change history:</TD><TD> try "svn log" or "svn diff"</TD></TR>
</TABLE>
<!--==================================================================-->
More information about the Dart-dev
mailing list