Project

General

Profile

« Previous | Next » 

Revision 1975

Added by Matt Jones over 20 years ago

Updated registry further for NCEAS-specific needs. Confirm data template
now handles new wg field. Still need to write WG metadata into EML document.

View differences:

confirmData.tmpl
55 55
<p><b><font size="-1">Last Name:</font></b>         [%providerSurName%]
56 56
</p>
57 57

  
58
[% IF cfg == 'nceas' %]
59
    [% FOREACH group = wg %]
60
      <p><b><font size="-1">Working Group:</font></b>  [%group%] </p>
61
    [% END %]
62
[% ELSE %]
58 63
<p><b><font size="-1">[% usite %] Name:</font></b>  [%site%]
59 64
</p>
65
[% END %]
60 66

  
61 67
<p><b><font size="-1">Data Set Title:</font></b>     [%title%]
62 68
</p>
......
552 558
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
553 559
  <input type="hidden" name="providerSurName" value="[%providerSurName%]">
554 560
  <input type="hidden" name="site" value="[%site%]">
561
  [% IF cfg == 'nceas' %]
562
      [% FOREACH group = wg %]
563
          <input type="hidden" name="wg" value="[%group%]">
564
      [% END %]
565
  [% END %]
555 566
  <input type="hidden" name="identifier" value="[%identifier%]">
556 567
  <input type="hidden" name="title" value="[%title%]">
557 568
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">

Also available in: Unified diff