Project

General

Profile

« Previous | Next » 

Revision 9633

merge changes to accommodate multiple alternative identifiers into trunk from 2.6 branch.

View differences:

confirmData.tmpl
399 399
<h4>Distribution Information</h4> 
400 400

  
401 401
<a name="Site-specificCode"></a>
402
<p><span class="text-info">Data Set Identifier:</span> [%identifier%]
402
<p><span class="text-info">Data Set Identifiers:</span> 
403

  
404
[% numIdentifier = 0 %]
405
[% IF identifierCount > 0 %]
406
    [% numIdentifier = identifierCount %]
407
[% END %]
408
[% cnt = 1 %]
409
[% WHILE cnt <= numIdentifier %]
410
    [% SET id = "identifierValue${cnt}" %]
411
    <p><span class="text-info">Identifier:</span> [% $id %]</p>
412
    [% cnt = cnt + 1 %]
413
 [% END %]
414

  
403 415
</p>
404 416

  
405 417
<p><span class="text-info">Data Medium:</span>       [%dataMedium%]    <span class="text-info">Other Data Medium</span>: [%dataMediumOther%]
......
458 470
          <input type="hidden" name="wg" value="[%group%]" />
459 471
      [% END %]
460 472
  [% END %]
461
  <input type="hidden" name="identifier" value="[%identifier%]" /> 
473

  
474
  [% cnt = 1 %]
475
  [% WHILE cnt <= numIdentifier %]
476
      [% SET id = "identifierValue${cnt}" %]
477
      <input type="hidden" name="[% id %]" value="[% $id %]" />
478
      <input type="hidden" name="identifier" value="[% $id %]" />
479
      [% cnt = cnt + 1 %]
480
  [% END %]  
481
  <input type="hidden" name="identifierCount" value="[% identifierCount %]" />
482

  
462 483
  <input type="hidden" name="title" value="[%title%]" />
463 484
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]" />
464 485
  <input type="hidden" name="origNamelast0" value="[%origNamelast0%]" />

Also available in: Unified diff