[Dart-dev] [3960] DART/trunk/doc/html/boilerplate.html: something i' d edited eons ago and just found that i'd never committed.

nancy at ucar.edu nancy at ucar.edu
Thu Jul 9 16:53:50 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090709/82cc47b4/attachment.html 
-------------- next part --------------
Modified: DART/trunk/doc/html/boilerplate.html
===================================================================
--- DART/trunk/doc/html/boilerplate.html	2009-07-09 20:55:32 UTC (rev 3959)
+++ DART/trunk/doc/html/boilerplate.html	2009-07-09 22:53:49 UTC (rev 3960)
@@ -40,20 +40,14 @@
 <A HREF="#Errors">ERRORS</A> /
 <A HREF="#KnownBugs">BUGS</A> /
 <A HREF="#FuturePlans">PLANS</A> /
-<A HREF="#PrivateComponents">PRIVATE COMPONENTS</A>
+<A HREF="#PrivateComponents">PRIVATE COMPONENTS</A> /
+<A HREF="#Contact">CONTACT INFO</A>
 </DIV>
 
 <!--==================================================================-->
 
 <H1>MODULE xxxxxxx</H1>
 <A NAME="HEADER"></A>
-<TABLE summary="">
-<TR><TD>Contact:       </TD><TD> Jeff Anderson     </TD></TR>
-<TR><TD>Revision:      </TD><TD> $Revision$ </TD></TR>
-<TR><TD>Source:        </TD><TD> $URL$ </TD></TR>
-<TR><TD>Change Date:   </TD><TD> $Date$ </TD></TR>
-<TR><TD>Change history:</TD><TD> try "svn log" or "svn diff" </TD></TR>
-</TABLE>
 
 <!--==================================================================-->
 
@@ -73,7 +67,7 @@
 <!--==================================================================-->
 
 <A NAME="OTHER MODULES USED"></A>
-<BR><HR><BR>
+<HR>
 <H2>OTHER MODULES USED</H2>
 <PRE>
 types_mod
@@ -87,7 +81,7 @@
 <!--Note to authors. The first row of the table is different.         -->
 
 <A NAME="Interface"></A>
-<BR><HR><BR>
+<HR>
 <H2>PUBLIC INTERFACE</H2>
 
 <TABLE>
@@ -101,7 +95,7 @@
 <H3 class=indent1>NOTES</H3>
 
 <P>
-Optional namelist interface <em class=code>&#38;lim_obs_seq_nml</em> 
+Optional namelist interface <em class=code>&amp;lim_obs_seq_nml</em> 
 may be read from file <em class=file>input.nml</em>.
 </P>
 
@@ -120,7 +114,7 @@
 <!--=================== DESCRIPTION OF A LOCAL TYPE ==================-->
 
 <A NAME="yyypubtype1"></A>
-<BR><HR><BR>
+<HR>
 <div class=type><pre>
 <em class=call>type location_type</em>
    private
@@ -300,13 +294,13 @@
 <!--==================================================================-->
 
 <A NAME="Namelist"></A>
-<BR><HR><BR>
+<HR>
 <H2>NAMELIST</H2>
 <P>We adhere to the F90 standard of starting a namelist with an ampersand 
-'&#38;' and terminating with a slash '/'.
+'&amp;' and terminating with a slash '/'.
 <div class=namelist><pre>
-<em class=call>namelist / lim_obs_seq_nml / </em> &#38;
-    ens_size, spin_up_steps, num_steps, output_start, ens_spin_up_steps, &#38;
+<em class=call>namelist / lim_obs_seq_nml / </em> &amp;
+    ens_size, spin_up_steps, num_steps, output_start, ens_spin_up_steps, &amp;
     obs_freq, cov_inflate, mean_inflate, restart, add_on, noise_amp
 </pre></div>
 
@@ -360,7 +354,7 @@
 <!--==================================================================-->
 
 <A NAME="FilesUsed"></A>
-<BR><HR><BR>
+<HR>
 <H2>FILES</H2>
 <UL><LI>inputfile1</LI>
     <LI>namelistfile</LI>
@@ -372,7 +366,7 @@
 <!--==================================================================-->
 
 <A NAME="References"></A>
-<BR><HR><BR>
+<HR>
 <H2>REFERENCES</H2>
 
 <!--==================================================================-->
@@ -405,27 +399,27 @@
 <!--==================================================================-->
 
 <A NAME="KnownBugs"></A>
-<BR><HR><BR>
+<HR>
 <H2>KNOWN BUGS</H2>
 <P>
 </P>
 
 <!--==================================================================-->
-<!-- Descibe Future Plans.                                            -->
+<!-- Describe Future Plans.                                           -->
 <!--==================================================================-->
 
 <A NAME="FuturePlans"></A>
-<BR><HR><BR>
+<HR>
 <H2>FUTURE PLANS</H2>
 <P>
 </P>
 
 <!--==================================================================-->
-<!-- Have not fleshed out this part yet ... ha ha ha                  -->
+<!-- Have not fleshed out this part yet ...                           -->
 <!--==================================================================-->
 
 <A NAME="PrivateComponents"></A>
-<BR><HR><BR>
+<HR>
 <H2>PRIVATE COMPONENTS</H2>
 
 <div class=routine>
@@ -440,6 +434,22 @@
 
 <!--==================================================================-->
 
+<A NAME="Contact"></A>
 <HR>
+<H2>Contact Info, History:</H2>
+
+<TABLE summary="">
+<TR><TD>Contact:       </TD><TD> Jeff Anderson     </TD></TR>
+<TR><TD>Revision:      </TD><TD> $Revision$ </TD></TR>
+<TR><TD>Source:        </TD><TD> $URL$ </TD></TR>
+<TR><TD>Change Date:   </TD><TD> $Date$ </TD></TR>
+<TR><TD>Change history:</TD><TD> try "svn log" or "svn diff" </TD></TR>
+</TABLE>
+
+<BR>
+
+<!--==================================================================-->
+
+<HR>
 </BODY>
 </HTML>


More information about the Dart-dev mailing list