Project

General

Profile

« Previous | Next » 

Revision 1983

Added by Matt Jones over 20 years ago

Added geographic description to the fields of data collected, as it is
a required field and was being improperly defaulted to an empty string in the
XML document. This is a new field for all registries.

View differences:

confirmData.tmpl
385 385

  
386 386

  
387 387
<table cellspacing="0" border="0" cellpadding="9" width="760">
388
    <tr>
389
      <td valign="TOP" colspan="4"> 
390
        <p><span class="label">Geographic Description:</span> [%geogdesc%]</p>
391
      </td>
392
    </tr>
388 393
    <tr> 
389 394
      <td valign="TOP" colspan="4"> 
390 395
        <p><font size="-1"><b>Coordinates (in Degrees, Minutes and Seconds):</b></font></p>
......
673 678
  <input type="hidden" name="endingYear" value="[%endingYear%]">
674 679
  <input type="hidden" name="endingMonth" value="[%endingMonth%]">
675 680
  <input type="hidden" name="endingDay" value="[%endingDay%]">
681
  <input type="hidden" name="geogdesc" value="[%geogdesc%]">
676 682
  <input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
677 683
  <input type="hidden" name="latDeg1" value="[% latDeg1 %]">
678 684
  <input type="hidden" name="latMin1" value="[%latMin1%]">

Also available in: Unified diff