Project

General

Profile

« Previous | Next » 

Revision 1982

Added by Matt Jones over 20 years ago

Modifications to add "Methods" collection to the data registry, and to
make the forms HTML 4.0.1 valid (in an attempt to figure out some of
the rendering and layout oddities I'm seeing).

View differences:

confirmData.tmpl
480 480
  </table>
481 481

  
482 482

  
483
[% IF cfg == 'nceas' %]
484
    <hr>
485
    <a name="Methods"></a>
486
    <p><b><font size="-1">Mthod Title:</font></b>  [%methodTitle%]</p>
487
    [% FOREACH para = methodPara %]
488
        <p><b><font size="-1">Paragraph:</font></b>  [%para%] </p>
489
    [% END %]
490
[% END %]
491

  
483 492
<hr>
484 493
<a name="DataSetContactAddress"></a>
485 494
<p><b><font size="4" color="#0000ff">DATA SET CONTACT ADDRESS</font></b> 
......
681 690
  <input type="hidden" name="longMin2" value="[%longMin2%]">
682 691
  <input type="hidden" name="longSec2" value="[%longSec2%]">
683 692
  <input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
693
  [% IF cfg == 'nceas' %]
694
      <input type="hidden" name="methodTitle" value="[%methodTitle%]">
695
      [% FOREACH para = methodPara %]
696
          <input type="hidden" name="methodPara" value="[%para%]">
697
      [% END %]
698
  [% END %]
684 699
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
685 700
  <tr> 
686 701
    <td> 

Also available in: Unified diff