Project

General

Profile

« Previous | Next » 

Revision 2349

Added by sgarg over 19 years ago

I (Andrea) reformatted the file by changing the layout of tables, trs,
and tds, and also by removing style info from the html in the file, and
defining styles in the associated .css files

(Committed for Andrea Chadden by Saurabh Garg)

View differences:

lib/style/common/templates/entryForm.tmpl
25 25
    }
26 26

  
27 27
    function createTaxonRow(taxaCount) {
28
        var rankField=createTextField("taxonRankName" + taxaCount, "25");
28
        var rankField=createTextField("taxonRankName" + taxaCount, "30");
29 29
        var rankCell = document.createElement("td");
30 30
        rankCell.appendChild(rankField);
31
        var taxonField=createTextField("taxonRankValue" + taxaCount, "25");
31
        var taxonField=createTextField("taxonRankValue" + taxaCount, "30");
32 32
        var taxonCell = document.createElement("td");
33 33
        taxonCell.appendChild(taxonField);
34 34
        var taxonRow = document.createElement("tr");
......
59 59
    }
60 60

  
61 61
    function createKeywordRow(keyCount) {
62
        var nameField=createTextField("keyword" + keyCount, "40");
62
        var nameField=createTextField("keyword" + keyCount, "30");
63 63
        var nameCell = document.createElement("td");
64 64
        nameCell.appendChild(nameField);
65 65

  
......
137 137
    }
138 138

  
139 139
    function createAORow(aoCount) {
140
        var nameField=createTextField("origNamefirst" + aoCount, "25");
140
        var nameField=createTextField("origNamefirst" + aoCount, "30");
141 141
        var nameCell = document.createElement("td");
142 142
        nameCell.appendChild(nameField);
143 143

  
144
        var namelastField=createTextField("origNamelast" + aoCount, "25");
144
        var namelastField=createTextField("origNamelast" + aoCount, "30");
145 145
        var namelastCell = document.createElement("td");
146 146
        namelastCell.appendChild(namelastField);
147 147

  
......
269 269
  </script>
270 270

  
271 271
      [% IF form != 're_entry' %]	
272
      <p>Use this page to submit a <b>new</b> data set description for
273
         inclusion in the registry.</p>
272
      <p><span class="regtext">Use this page to submit a <span class="emphasis">new</span> data set description for
273
         inclusion in the registry.</span></p>
274 274
      <p>&nbsp;</p>
275
      <p>Please have a look at the 
275
      <p><span class="regtext">Please have a look at the 
276 276
      <a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide" target="guide">
277
        <b>Guide on How to Complete Data Registry Entries</b></a> 
277
        <span class="boldlink">Guide on How to Complete Data Registry Entries</span></a> 
278 278
        before you start filling in this catalog form. Also, use your browser's 
279 279
        Reload/Refresh function to make sure you see the latest version of this 
280
        page.
280
        page.</span>
281 281
      </p>
282 282
      <p>&nbsp;</p>
283
      <p align="left">Fields in <span class="required">red</span> are required.
283
      <p align="left"><span class="regtext">Fields in <span class="redbold">red</span> are required.</span>
284 284
      </p>
285 285
      <p>&nbsp;</p>
286
      <p align="left">If you have any questions, comments or problems 
286
      <p align="left"><span class="regtext">If you have any questions, comments or problems 
287 287
      regarding this form, please contact [% adminname %] at 
288
      <a href="mailto:[% recipient %]"><i>[% recipient %]</i></a>.      
288
      <a href="mailto:[% recipient %]"><span class="italic">[% recipient %]</span></a></span>.      
289 289
      </p>
290 290
      [% ELSE %]
291
      <p>Use this page to edit the data set description that you submitted earlier to the registry.<br>The ID of this data set is: <b><a href="@servlet-path@?action=read&qformat=[% cfg %]&docid=[% docid %]">[% docid %]</a></b></p>
291
      <p><span class="regtext">Use this page to edit the data set description that you submitted earlier to the registry.<br>The ID of this data set is: <span class="boldlink"><a href="@servlet-path@?action=read&qformat=[% cfg %]&docid=[% docid %]">[% docid %]</a></span></span></p>
292 292
      <p>&nbsp;</p>
293
      <p>Please have a look at the 
293
      <p><span class="regtext">Please have a look at the 
294 294
      <a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide" target="guide">
295
        <b>Guide on How to Complete Data Registry Entries</b></a> 
296
        for help with filling of this catalog form.
295
        <span class="boldlink">Guide on How to Complete Data Registry Entries</span></a> 
296
        for help with filling of this catalog form.</span>
297 297
      </p>
298 298
      <p>&nbsp;</p>
299
      <p align="left">Fields in <span class="required">red</span> are required.
299
      <p align="left"><span class="regtext">Fields in <span class="redbold">red</span> are required.</span>
300 300
      </p>
301 301
      <p>&nbsp;</p>
302
      <p align="left">If you have any questions, comments or problems 
302
      <p align="left"><span class="regtext">If you have any questions, comments or problems 
303 303
      regarding this form, please contact [% adminname %] at 
304
      <a href="mailto:[% recipient %]"><i>[% recipient %]</i></a>.      
304
      <a href="mailto:[% recipient %]"><span class="italicized">[% recipient %]</span></a>.</span>
305 305
      </p>
306 306
      [% END %]
307 307
  <!--
......
326 326
  <input type="hidden" name="temporalRequired" value="[% temporalRequired %]">
327 327
  <input type="hidden" name="spatialRequired" value="[% spatialRequired %]>"
328 328
  <p align="left">
329
 	<b>BASIC INFORMATION&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#BasicInformation" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
330
  </p>
331
  <table width="760" border="0" cellspacing="0" cellpadding="9"
332
bgcolor="#c6d6e7">
333
    <tr> 
334
      <td> 
335
        <p align="left">
336
          <span class="label">Name of Person completing this form</span>
337
	    </p>
338
        <p>
339
          <input type="TEXT" name="providerGivenName" size="40" value="[%providerGivenName%]">
340
          <span class="required">First Name</span></p>
341
        <p>
342
          <input type="TEXT" name="providerSurName" size="40" value="[%providerSurName%]">
343
          <span class="required">Last Name</span></p>
329
 	<span class="label">BASIC INFORMATION&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#BasicInformation" target="guide"><span class="smalltext">(What's this?)</span></a>
330
	</p>
331
  <table class="tables">
332
    <COLGROUP align="right" width="175">
333
    <COLGROUP align="left" width="585">
334
        <tr><td><td>
335
        <tr><td colspan="2" align="left"><span class="label">Name of Person completing this form</span>
336
        <tr><td align="right"><span class="required">First Name</span><td><input type="TEXT" name="providerGivenName" size="30" value="[%providerGivenName%]">
337
        <tr><td align="right"><span class="required">Last Name</span><td><input type="TEXT" name="providerSurName" size="30" value="[%providerSurName%]">
338
        <tr><td><td>
344 339
[% IF showSiteList == 'true' %]
345
        <p align="left">
346
          <select name="site">
340
        <tr><td align="right"><span class="required">[% usite %] Name</span><td><select name="site">
347 341
	    [% IF form == 're_entry' %]
348 342
	    	<option selected>[%site%]</option>
349 343
	    [% ELSE %]
......
352 346
            [% FOREACH site = siteList %]
353 347
              <option>[% site %]</option>
354 348
            [% END %]
355
          </select>
356
          <span class="required">[% usite %] Name</span></p>
349
          </select></tr>
357 350
[% END %]
358
        <p align="left">&nbsp;</p>
359
        <p align="left">
360
          <input type="TEXT" name="title" value="[%title%]" size="53">
361
          <span class="required">Data Set Title</span></p>
351
        <tr><td align="right"><span class="required">Data Set Title</span><td><input type="TEXT" name="title" value="[%title%]" size="60">
362 352
[% IF showWgList == 'true' %]
363
        <p align="left"> 
364
          <span class="required">NCEAS Project(s):</span></p>
365
          <select name="wg" multiple="multiple" size="5">
353
        <tr><td align="right"><span class="required">NCEAS Project(s):</span>
354
            <td><select name="wg" multiple="multiple" size="5">
366 355
            [% FOREACH project = projects %]
367 356
              [% SET pname = $project.3 %]
368 357
              [% IF pname.length > 50 %]
......
381 370
          </select>
382 371
[% END %]
383 372
[% IF showOrganization == 'true' %]
384
        <p align="left">
385
          <input type="TEXT" name="site" size="40" value="[%site%]">
386
          <span class="required">Organization Name</span>
387
        </p>
373
        <tr><td align="right"><span class="label">Organization Name</span>
374
            <td><input type="TEXT" name="site" size="60" value="[%site%]">
388 375
[% END %]
389
      </td>
390 376
    </tr>
391
  </table>
377
    <tr><td><td></tr>
378
    </table>
392 379
  <p align="left">
393
      <b>PRINCIPAL DATA SET OWNER&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
380
      <span class="label">PRINCIPAL DATA SET OWNER&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="guide"><span class="smalltext">(What's this?)</span></a>
394 381
  </p>
395
  <table border="0" cellpadding="9" width="760" bgcolor="#c6d6e7"
396
cellspacing="0">
397
    <tr> 
398
      <td valign="TOP" colspan="3"> 
399
        <p>
400
          <input type="TEXT" name="origNamefirst0" size="40" id="origNameFirst" value="[%origNamefirst0%]">
401
          <span class="required">First Name</span></p>
402
        <p>
403
          <input type="TEXT" name="origNamelast0" size="40" id="origNameLast" value="[%origNamelast0%]">
404
          <span class="required">Last Name</span></p>
405
        <p><font size="-1"> 
406
          <input type="TEXT" name="origNameOrg" size="60" id="origNameOrg" value="[%origNameOrg%]">
407
          <b>Organization Name</b></font></p>
408
        <p><font size="-1"> 
409
          <input type="TEXT" name="origEmail" id="origEmail" value="[%origEmail%]">
410
          <b>E-Mail</b></font></p>
411
        <p><font size="-1"> 
412
          <input type="TEXT" name="origPhone" id="origPhone" value="[%origPhone%]">
413
          <b>Phone</b></font></p>
414
        <p><font size="-1"> 
415
          <input type="TEXT" name="origFAX" id="origFAX" value="[%origFAX%]">
416
          <b>FAX</b></font></p>
417
        <p><font size="-1"><b>Street information (number, street, unit, etc., 
418
          comma-separated)</b></font></p>
419
        <p><font size="-1"> 
420
          <textarea rows="5" cols="60" id="origDelivery" name="origDelivery">[%origDelivery%]</textarea>
421
          </font></p>
422
        <p><font size="-1"> 
423
          <input type="TEXT" name="origCity" id="origCity" value="[%origCity%]" size="50">
424
          <b>City</b></font></p>
425
        <p> <font size="-1">
426
          <select name="origState" id="origState">
382
  <table class="tables">
383
    <COLGROUP align="right" width="175">
384
    <COLGROUP align="left" width="585">
385
    <tr><td><td>
386
    <tr><td align="right"><span class="required">First Name</span>
387
        <td><input type="TEXT" name="origNamefirst0" size="30" id="origNameFirst" value="[%origNamefirst0%]">
388
    <tr><td align="right"><span class="required">Last Name</span>
389
        <td><input type="TEXT" name="origNamelast0" size="30" id="origNameLast" value="[%origNamelast0%]">
390
    <tr><td align="right"><span class="label">Organization Name</span>
391
        <td><input type="TEXT" name="origNameOrg" size="60" id="origNameOrg" value="[%origNameOrg%]">
392
    <tr><td align="right"><span class="label">E-Mail</span>
393
         <td><input type="TEXT" name="origEmail" size="30" id="origEmail" value="[%origEmail%]">
394
    <tr><td align="right"><span class="label">Phone</span>
395
        <td><input type="TEXT" name="origPhone" size="30" id="origPhone" value="[%origPhone%]">
396
    <tr><td align="right"><span class="label">FAX</span>
397
        <td><input type="TEXT" name="origFAX" size="30" id="origFAX" value="[%origFAX%]">
398
    <tr><td align="right"><span class="label">Street information (number, street, unit, etc., comma-separated)</span>
399
        <td><textarea rows="3" cols="30" id="origDelivery" name="origDelivery">[%origDelivery%]</textarea>
400
    <tr><td align="right"><span class="label">City</span>
401
        <td><input type="TEXT" name="origCity" id="origCity" value="[%origCity%]" size="30">
402
    <tr><td align="right"><span class="label">State</span>
403
        <td><select name="origState" id="origState">
427 404
	    [% IF form == 're_entry' %]
428 405
                <option selected>[%origState%]</option>
429 406
	    [% ELSE %]
......
489 466
            <option>Wisconsin</option>
490 467
            <option>Wyoming</option>
491 468
          </select>
492
          <b>State</b></font>
493
          <font size="-1"> 
494
          <input type="TEXT" name="origStateOther" id="origStateOther" value="[%origStateOther%]">
495
          <b>Other State or Province</b></font>
496
          </p>
497
        <p><font size="-1"><b> 
498
          <input type="TEXT" name="origZIP" id="origZip" value="[%origZIP%]" size="10">
499
          <b>ZIP</b></b></font></p>
500
        <p><font size="-1"> 
501
          <input type="TEXT" name="origCountry" id="origCountry" value="[%origCountry%]">
502
          <b>Country</b></font></p>
469
    <tr><td align="right"><span class="label">Other State or Province</span>
470
          <td><input type="TEXT" name="origStateOther" size="30" id="origStateOther" value="[%origStateOther%]">
471
    <tr><td align="right"><span class="label">Postal Code</span>
472
        <td><input type="TEXT" name="origZIP" id="origZip" value="[%origZIP%]" size="30">
473
    <tr><td align="right"><span class="label">Country</span>
474
        <td><input type="TEXT" name="origCountry" size="30" id="origCountry" value="[%origCountry%]">
503 475
    </tr>
504
  </table>
505
  <p><b><font size="-1">
476
    <tr><td><td></tr>
477
    </table>
478
  <p><span class="label">
506 479
      ASSOCIATED PARTIES&nbsp;<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#AdditionalOriginators"
507
       target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
508
	</font></b>
480
       target="guide"><span class="smalltext">(What's this?)</span></a></span>
509 481
  </p>
510 482
   [% numAO = 1 %]
511 483
 [% IF aoCount > 0 %]
......
513 485
 [% END %]
514 486
  <input type="hidden" name="aoCount" value="[%numAO%]" 
515 487
            id="aoCount">
516
  <table cellspacing="0" border="0" cellpadding="9" width="760"
517
bgcolor="#c6d6e7">
488
  <table class="tables">
489
    <tr><td><td><td></tr>
518 490
    <tr> 
519
      <td width="21%" valign="TOP"> 
520
        <p><font size="-1"><b>First Name</b></font></p>
491
      <td width="33%" valign="TOP"> 
492
        <p><span class="label">First Name</span></p>
521 493
      </td>
522
      <td width="21%" valign="TOP"> 
523
        <p><font size="-1"><b>Last Name</b></font></p>
494
      <td width="33%" valign="TOP"> 
495
        <p><span class="label">Last Name</span></p>
524 496
      </td>
525
      <td width="58%" valign="TOP"> 
526
        <p><font size="-1"><b>Role</b></font></p>
497
      <td width="33%" valign="TOP"> 
498
        <p><span class="label">Role</span></p>
527 499
      </td>
528 500
    </tr>
529 501
    [% cnt = 1 %]
......
531 503
            <tr> 
532 504
            <td>
533 505
            [% SET key = "origNamefirst${cnt}" %]
534
            <input name="origNamefirst[%cnt%]" value="[%$key%]" size="25">
506
            <input name="origNamefirst[%cnt%]" value="[%$key%]" size="30">
535 507
            </td>
536

  
537

  
538 508
            <td>
539 509
            [% SET key = "origNamelast${cnt}" %]
540
            <input name="origNamelast[%cnt%]" value="[%$key%]" size="25">
510
            <input name="origNamelast[%cnt%]" value="[%$key%]" size="30">
541 511
            </td>
542

  
543
	   <td> 
512
            <td> 
544 513
           [% SET origR = "origRole${cnt}" %]
545 514
	  <select name="origRole[%cnt%]">
546 515
	    [% IF form == 're_entry' && $origR != ""%]
......
555 524
            </tr>
556 525
            [% cnt = cnt + 1 %]
557 526
         [% END %]
558
	 <tr id="addaorow"> 
527
	 <tr><td><td><td></tr>
528
         <tr id="addaorow"> 
559 529
            <td>
560 530
                <input type="button" value="Add Associated Party" id="addaobutton1"
561 531
                    onClick="addAdditionalPeople()">
562 532
            </td>
563 533
        </tr>
534
  <tr><td><td><td></tr>
564 535
  </table>
565
  <br>
566
  <p align="left"><b><font size="-1">
567
       DATA SET ABSTRACT &nbsp;<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetAbstract"
568
          target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
569
	</font></b></p>
570

  
571
  <table width="760" border="0" cellspacing="0" cellpadding="9"
572
bgcolor="#c6d6e7">
573
    <tr> 
574
      <td> 
575
        <h2 align="left"><b><font size="-1" color="#b00000">Data 
576
          Set Abstract</font></b></h2>
577
        <p align="left"> 
578
          <textarea rows="5" cols="80" name="abstract">[%abstract%]</textarea>
579
        </p>
580
      </td>
581
    </tr>
582
  </table>
536
  <p align="left"><span class="label">DATA SET ABSTRACT &nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetAbstract"
537
          target="guide"><span class="smalltext">(What's this?)</span></a>
538
	</p>
539
  <table class="tables">     
540
    <tr><td></tr>
541
    <tr><td><span class="required">Data Set Abstract</span>
542
        <p align="left"><textarea rows="6" cols="60" name="abstract">[%abstract%]</textarea></p></tr>
543
    <tr><td></tr>
544
    </table>
583 545
  [% IF hasKeyword == 'true' %]
584
  <p align="left"><b><font size="-1">
546
  <p align="left"><span class="label">
585 547
       KEYWORD INFORMATION&nbsp;<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#KeywordInformation"
586
        target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
587
	</font></b> 
588
    <font size="-1"><b><br>
589
    </b>(for example keywords, have a look at the keyword thesaurus for the <a href=
590
"http://gcmd.nasa.gov/Resources/valids/gcmd_parameters.html" target="nasa"><font color=
591
"008000">NASA Global Change Master Directory (GCMD))</font></a></font></p>
548
        target="guide"><span class="smalltext">(What's this?)</span></a></span></p>
549
	<p align="left"><span class="regtext">(for example keywords, have a look at the keyword thesaurus for the <a href=
550
"http://gcmd.nasa.gov/Resources/valids/gcmd_parameters.html" target="nasa"><span class=
551
"greenbold">NASA Global Change Master Directory (GCMD)</span></a>)</span></p>
592 552
 [% numKey = 1 %]
593 553
 [% IF keyCount > 0 %]
594 554
   [% numKey = keyCount %]
595 555
 [% END %]
596 556
 <input type="hidden" name="keyCount" value="[%numKey%]" 
597 557
            id="keyCount">
598
 <table cellspacing="0" border="0" cellpadding="9" width="760"
599
bgcolor="#c6d6e7">
558
 <table class="tables">
559
    <tr><td><td><td></tr>
600 560
    <tr> 
601
      <td width="34%" valign="TOP"> 
602
        <p><font size="-1"><b>Keyword</b></font></p>
561
      <td width="33%" valign="TOP"> 
562
        <p><span class="label">Keyword</span></p>
603 563
      </td>
604
      <td width="18%" valign="TOP"> 
605
        <p><font size="-1"><b>Keyword Type</b></font></p>
564
      <td width="33%" valign="TOP"> 
565
        <p><span class="label">Keyword Type</span></p>
606 566
      </td>
607
      <td width="48%" valign="TOP"> 
608
        <p><font size="-1"><b>Keyword Thesaurus</b></font></p>
567
      <td width="33%" valign="TOP"> 
568
        <p><span class="label">Keyword Thesaurus</span></p>
609 569
      </td>
610 570
    </tr>
611 571
        [% cnt = 1 %]
......
613 573
            <tr> 
614 574
            <td>
615 575
            [% SET key = "keyword${cnt}" %]
616
            <input name="keyword[%cnt%]" value="[%$key%]" size="40">
576
            <input name="keyword[%cnt%]" value="[%$key%]" size="30">
617 577
            </td>
618 578

  
619 579
            <td>
......
644 604
            </tr>
645 605
            [% cnt = cnt + 1 %]
646 606
         [% END %]
647
        <tr id="addkeyrow"> 
607
         <tr><td><td><td></tr>
608
         <tr id="addkeyrow"> 
648 609
            <td>
649 610
                <input type="button" value="Add Keyword" id="addkeybutton1"
650 611
                    onClick="addKeyword()">
651 612
            </td>
652 613
        </tr>
614
  <tr><td><td><td></tr>
653 615
  </table>
654 616
  [% END %]
655
  <br>
656 617

  
657 618
  [% IF hasTemporal == 'true' %]
658 619

  
659
  <p align="left"><b><font size="-1">
620
  <p align="left"><span class="label">
660 621
  TEMPORAL COVERAGE OF DATA&nbsp;<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#TemporalCoverageOfData"
661
   target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
662
	</font></b></p>
663
  <table cellspacing="0" border="0" cellpadding="9" width="760"
664
bgcolor="#c6d6e7">
622
   target="guide"><span class="smalltext">(What's this?)</span></a>
623
	</span></p>
624
  <table class="tables">
625
    <tr><td><td><td></tr>
665 626
    <tr> 
666 627
      <td valign="TOP" colspan="3"> 
667
        <p><font size="-1"><b>Beginning Date of Data Set:</b></font></p>
628
        <p><span class="label">Beginning Date of Data Set:</span></p>
668 629
      </td>
669 630
    </tr>
631
    <tr><td><td><td></tr>
670 632
    <tr> 
671 633
      <td width="33%" valign="TOP"> 
672
        <p><font size="-1"> 
673
          <input type="TEXT" name="beginningYear" value="[%beginningYear%]" size="8" maxlength="4">
634
        <p>
674 635
          [% IF temporalRequired == 'true' %]
675
          	<b><font color="#b00000">Year (YYYY)</font></b></font></p>
636
          	<span class="required">Year (YYYY)</span>
676 637
          [% ELSE %]
677
		<b>Year (YYYY)</b></font></p>
638
		<span class="label">Year (YYYY)</span>
678 639
	  [% END %]
640
	  <input type="TEXT" name="beginningYear" value="[%beginningYear%]" size="8" maxlength="4"></p>
679 641
      </td>
680 642
      <td width="33%" valign="TOP"> 
681
        <p><font size="-1"> 
682
          <select name="beginningMonth">
643
        <p>
644
          [% IF temporalRequired == 'true' %]
645
	        <span class="required">Month (MM)</span>
646
          [% ELSE %]
647
		<span class="label">Month (MM)</span>
648
	  [% END %]
649
	  <select name="beginningMonth">
683 650
	    [% IF form == 're_entry' && $beginningMonth != ""%]
684 651
	    	<option selected>[%beginningMonth%]</option>
685 652
	    [% END %]
......
687 654
            <option>04</option>            <option>05</option>            <option>06</option>            <option>07</option>
688 655
            <option>08</option>            <option>09</option>            <option>10</option>            <option>11</option>
689 656
            <option>12</option>
690
          </select>
657
          </select></p>
658
      </td>
659
      <td width="33%" valign="TOP"> 
660
        <p>
691 661
          [% IF temporalRequired == 'true' %]
692
	        <b><font color="#b00000">Month (MM)</font></b></font></p>
662
        	  <span class="required">Day (DD)</span>
693 663
          [% ELSE %]
694
		<b>Month (MM)</b></font></p>
664
	          <span class="label">Day (DD)</span>
695 665
	  [% END %]
696
      </td>
697
      <td width="33%" valign="TOP"> 
698
        <p><font size="-1">
699
          <select name="beginningDay">
666
	  <select name="beginningDay">
700 667
	    [% IF form == 're_entry' && $beginningDay != ""%]
701 668
	    	<option selected>[%beginningDay%]</option>
702 669
	    [% END %]
......
708 675
            <option>20</option>            <option>21</option>            <option>22</option>            <option>23</option>
709 676
            <option>24</option>            <option>25</option>            <option>26</option>            <option>27</option>
710 677
            <option>28</option>            <option>29</option>            <option>30</option>            <option>31</option>
711
          </select>
712
          [% IF temporalRequired == 'true' %]
713
        	  <b><font color="#b00000">Day (DD)</font></b></font></p>
714
          [% ELSE %]
715
	          <b>Day (DD)</b></font></p>
716
	  [% END %]
678
          </select></p>
717 679
      </td>
718 680
    </tr>
681
    <tr><td><td><td></tr>
719 682
    <tr> 
720 683
      <td valign="TOP" colspan="3"> 
721
        <p><font size="-1"><b>Ending Date of Data Set (provide no ending date 
722
          at all if your data set is open-ended):</b></font></p>
684
        <p><span class="label">Ending Date of Data Set (provide no ending date 
685
          at all if your data set is open-ended):</span></p>
723 686
      </td>
724 687
    </tr>
688
    <tr><td><td><td></tr>
725 689
    <tr> 
726 690
      <td width="33%" valign="TOP"> 
727
        <p><font size="-1"> 
728
          <input type="TEXT" name="endingYear" value="[%endingYear%]" size="8" maxlength="4">
729
          <b>Year (YYYY)</b></font></p>
691
        <p>
692
          <span class="label">Year (YYYY)</span>
693
	  <input type="TEXT" name="endingYear" value="[%endingYear%]" size="8" maxlength="4">
694
          </p>
730 695
      </td>
731 696
      <td width="33%" valign="TOP"> 
732
        <p><font size="-1"> 
733
          <select name="endingMonth">
697
        <p>
698
         <span class="label">Month (MM)</span>
699
	 <select name="endingMonth">
734 700
	    [% IF form == 're_entry' && $endingMonth != ""%]
735 701
	    	<option selected>[%endingMonth%]</option>
736 702
	    [% END %]
......
739 705
            <option>08</option>            <option>09</option>            <option>10</option>            <option>11</option>
740 706
            <option>12</option>
741 707
          </select>
742
          <b>Month (MM)</b>
743
	</font></p>
708
	</p>
744 709
      </td>
745 710
      <td width="33%" valign="TOP"> 
746
        <p><font size="-1"> 
747
          <select name="endingDay">
711
        <p>
712
         <span class="label">Day (DD)</span>
713
	 <select name="endingDay">
748 714
	    [% IF form == 're_entry' && $endingDay != ""%]
749 715
	    	<option selected>[%endingDay%]</option>
750 716
	    [% END %]
......
757 723
            <option>24</option>            <option>25</option>            <option>26</option>            <option>27</option>
758 724
            <option>28</option>            <option>29</option>            <option>30</option>            <option>31</option>
759 725
          </select>
760
          <b>Day (DD)</b> </font></p>
726
          </p>
761 727
      </td>
762 728
    </tr>
729
  <tr><td><td><td></tr>
763 730
  </table>
764 731
  [% END %]
765 732

  
766 733
  [% IF hasSpatial == 'true' %]
767 734
  <p align="left">
768
  <b>SPATIAL COVERAGE OF DATA&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#SpatialCoverageOfData" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
735
  <span class="label">SPATIAL COVERAGE OF DATA&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#SpatialCoverageOfData" target="guide"><span class="smalltext">(What's this?)</span></a>
769 736
  </p>
770
  <table cellspacing="0" border="0" cellpadding="9" width="760"
771
bgcolor="#c6d6e7">
737
  <table class="tables">
738
    <tr><td><td><td><td></tr>
772 739
    <tr>
773 740
    <td valign="top" colspan="4">
774
          
775 741
    [% IF spatialRequired == 'true' %]
776
      	  <span class="required">Geographic Description</span><br>
742
      	  <p><span class="required">Geographic Description</span></p>
777 743
    [% ELSE %]
778
          <span class="label">Geographic Description</span><br>
744
          <p><span class="label">Geographic Description</span></p>
779 745
    [% END %]    
780

  
781
    Enter a general description of the geographic area in which the data were collected.
782
    This can be a simple place name (e.g., Santa Barbara) or a fuller description.<br>
783
    <textarea rows="3" cols="80" name="geogdesc">[% geogdesc %]</textarea>
746
    <p><span class="regtext">Enter a general description of the geographic area in which the data were collected.
747
    This can be a simple place name (e.g., Santa Barbara) or a fuller description.</span></p>
748
    <textarea rows="3" cols="60" name="geogdesc">[% geogdesc %]</textarea>
784 749
    </td>
785 750
    </tr>
751
    <tr><td><td><td><td></tr>
786 752
    <tr> 
787 753
      <td valign="TOP" colspan="4"> 
788
        <p class="label">Coordinates (in Degrees, Minutes and Seconds; at 
789
          least 1 lat./long. pair is required):</p>
790
      </td>
791
    </tr>
792
    <tr> 
793
      <td valign="TOP" colspan="4"> 
794
        <p>Enter the first lat./long. pair only to indicate 
754
        <p><span class="label">Coordinates (in Degrees, Minutes and Seconds; at 
755
          least 1 lat./long. pair is required):</span></p> 
756
        <p><span class="regtext">Enter the first lat./long. pair only to indicate 
795 757
          a point location. Enter both coordinate pairs to indicate a bounding
796 758
          box. In case of a bounding box, the first coordinate pair is the
797 759
          northwest corner and the second coordinate pair is the southeast
798
          corner of the bounding box.</p>
760
          corner of the bounding box.</span></p>
799 761
      </td>
800 762
    </tr>
763
    <tr><td><td><td><td></tr>
801 764
[% IF showSiteList == 'true' %]
802 765
    <tr>
803
      <td valign="TOP" colspan="4" class="tablepanel">
766
      <td valign="TOP" colspan="4">
804 767
        <input class="required"
805 768
        type="CHECKBOX" name="useSiteCoord" [%useSiteCoord%]>
806
        Use [% lsite %] coordinates. (This indicates that the data were
769
        <span class="regtext">Use [% lsite %] coordinates. (This indicates that the data were
807 770
        collected at the [% lsite %]. If you check this box, you don't need
808
        to fill in the lat./long. fields below).
771
        to fill in the lat./long. fields below).</span>
809 772
        </td>
810 773
    </tr>
811 774
[% END %]
775
    <tr><td><td><td><td></tr>
812 776
    <tr> 
813
      <td width="18%" valign="TOP">
777
      <td width="25%" valign="TOP">
814 778
      [% IF spatialRequired == 'true' %]
815 779
        <span class="required">Latitude</span>
816 780
      [% ELSE %]
817 781
        <span class="label">Latitude</span>
818 782
      [% END %]     
819 783
      </td>
820
      <td width="20%" valign="TOP"> 
821
        &nbsp;North/South
784
      <td width="20%" valign="TOP"><span class="label">
785
        &nbsp;North/South</span>
822 786
      </td>
823
      <td width="20%" valign="TOP"> 
824

  
787
      <td width="25%" valign="TOP"> 
825 788
      [% IF spatialRequired == 'true' %]
826 789
        <span class="required">Longitude</span>
827 790
      [% ELSE %]
828 791
        <span class="label">Longitude</span>
829 792
      [% END %]
830

  
831 793
      </td>
832
      <td width="42%" valign="TOP"> 
833
        &nbsp;West/East
794
      <td width="30%" valign="TOP"><span class="label">
795
        &nbsp;West/East</span>
834 796
      </td>
835 797
    </tr>
836 798
    <tr> 
......
863 825
          </select>
864 826
      </td>
865 827
    </tr>
828
    <tr><td><td><td><td></tr>
866 829
    <tr> 
867
      <td valign="TOP" colspan="4"> 
830
      <td valign="TOP" colspan="4"><p><span class="regtext">
868 831
        The second lat./long. pair, if provided, indicates 
869
        the southeast corner of a bounding box.
832
        the southeast corner of a bounding box.</span></p>
870 833
      </td>
871 834
    </tr>
872 835
    <tr> 
873
      <td width="18%" valign="TOP"> 
874
        Latitude
836
      <td width="25%" valign="TOP"><span class="label">
837
        Latitude</span>
875 838
      </td>
876
      <td width="20%" valign="TOP"> 
877
        &nbsp;North/South
839
      <td width="20%" valign="TOP"><span class="label">
840
        &nbsp;North/South</span>
878 841
      </td>
879
      <td width="20%" valign="TOP"> 
880
        Longitude
842
      <td width="25%" valign="TOP"><span class="label">
843
        Longitude</span>
881 844
      </td>
882
      <td width="42%" valign="TOP"> 
883
        West/East
845
      <td width="30%" valign="TOP"><span class="label">
846
        West/East</span>
884 847
      </td>
885 848
    </tr>
886 849
    <tr> 
......
913 876
          </select>
914 877
      </td>
915 878
    </tr>
879
  <tr><td><td><td><td></tr>
916 880
  </table>
917 881
  [% END %]
918 882

  
919 883
  [% IF hasTaxonomic == 'true' %]
920 884
  <p align="left">
921
  <b>TAXONOMIC COVERAGE OF DATA&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#TaxonomicCoverage" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
885
  <span class="label">TAXONOMIC COVERAGE OF DATA&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#TaxonomicCoverage" target="guide"><span class="smalltext">(What's this?)</span></a>
922 886
   </p>
923
  <table cellspacing="0" border="0" cellpadding="9" width="760" 
924
    bgcolor="#c6d6e7">
925
    <tbody>
887
  <table class="tables">
888
    <tr><td><td></tr>
926 889
    <tr> 
927 890
        <td colspan="2">
928
        <p class="label">List the taxa associated with this set of data.</p>
929
        <p>The Taxon Rank should indicate the level in the taxonomic
891
        <p><span class="label">List the taxa associated with this set of data.</span></p>
892
        <p><span class="regtext">The Taxon Rank should indicate the level in the taxonomic
930 893
        hierarchy (e.g., Phylum or Species) and the Taxonomic Name should 
931 894
        be the scientific name for the organism at that level 
932
        (e.g., <i>Ursus arctos</i>).</p>
895
        (e.g., <span class="italicized">Ursus arctos</span>).</span></p>
933 896
        [% numTaxa = 1 %]
934 897
        [% IF taxaCount > 0 %]
935 898
            [% numTaxa = taxaCount %]
......
938 901
            id="taxaCount">
939 902
        </td>
940 903
    </tr>
941

  
942 904
    <tr>
943
    <td>
944
        <table border="0">
945
        <tbody>
946
        <tr> 
947
            <td><span class="label">Taxon Rank</span></td>
948
            <td><span class="label">Taxon Name</span></td>
949
        </tr>
905
        <td width="33%"><span class="label">Taxon Rank</span></td>
906
        <td width="66%"><span class="label">Taxon Name</span></td>
907
    </tr>
950 908
        [% cnt = 1 %]
951 909
        [% WHILE cnt <= numTaxa %]
952 910
            <tr> 
953
            <td>
911
            <td width="33%">
954 912
            [% SET trn = "taxonRankName${cnt}" %]
955
            <input name="taxonRankName[%cnt%]" value="[% $trn %]" size="25">
913
            <input name="taxonRankName[%cnt%]" value="[% $trn %]" size="30">
956 914
            </td>
957
            <td>
915
            <td width="66%">
958 916
            [% SET trv = "taxonRankValue${cnt}" %]
959
            <input name="taxonRankValue[%cnt%]" value="[% $trv %]" size="25">
917
            <input name="taxonRankValue[%cnt%]" value="[% $trv %]" size="30">
960 918
            </td>
961 919
            </tr>
962 920
            [% cnt = cnt + 1 %]
963 921
         [% END %]
964
        <tr id="addtaxarow"> 
922
         <tr><td><td></tr>
923
         <tr id="addtaxarow"> 
965 924
            <td>
966 925
                <input type="button" value="Add taxon" id="addtaxabutton1"
967 926
                    onClick="addTaxon()">
968 927
            </td>
969 928
        </tr>
970
        </tbody>
971
        </table>
972

  
973
     </td>
974
     </tr>
929
        <tr><td><td></tr>
930
        <tr><td><td></tr>
975 931
     <tr> 
976 932
        <td colspan="2">
977
        <p class="label">Taxonomic Authority</p>
978
        <p>List the source(s) used for identifying and naming taxa in this
933
        <p><span class="label">Taxonomic Authority</span></p>
934
        <p><span class="regtext">List the source(s) used for identifying and naming taxa in this
979 935
        list.  These sources should provide comprehensive information about
980
        the taxonomic concepts indicated by the names listed.</p>
981
        <textarea rows="5" cols="80" name="taxaAuth">[% taxaAuth %]</textarea>
936
        the taxonomic concepts indicated by the names listed.</span></p>
937
        <textarea rows="3" cols="30" name="taxaAuth">[% taxaAuth %]</textarea>
982 938
        </td>
983 939
     </tr>
984
     </tbody>
940
   <tr><td><td></tr>
985 941
   </table>
986 942
  [% END %]	
987 943

  
988 944
  [% IF hasMethod == 'true' %]
989 945
  <p align="left">
990
  <b>METHODS&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#Methods" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
946
  <span class="label">METHODS&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#Methods" target="guide"><span class="smalltext">(What's this?)</span></a>
991 947
   </p>
992
  <table cellspacing="0" border="0" cellpadding="9" width="760" bgcolor="#c6d6e7">
993
    <tbody>
948
  <table class="tables">
949
    <tr><td><td><td></tr>
994 950
    <tr> 
995 951
      <td valign="top" colspan="3"> 
996
        <p class="label">Data Collection Methods</p>
952
        <p><span class="label">Data Collection Methods</span></p>
997 953
      </td>
998 954
    </tr>
999 955
    <tr> 
1000 956
      <td valign="top"> 
1001
        <p>
1002
          <input type="text" name="methodTitle" value="[%methodTitle%]" size="40">
1003
          <span class="label">Title of Method</span>
1004
        </p>
1005
        <p>
1006
          <span class="label">Method Description</span>
957
       <p><span class="label">Title of Method&nbsp;</span><input type="text" name="methodTitle" value="[%methodTitle%]" size="60"></p>
958
       <p><span class="label">Method Description</span></p>
1007 959
        [% IF methodPara.size < 1 %]
1008
          <br>
1009
          <textarea rows="5" cols="80" name="methodPara"></textarea>
960
          <textarea rows="6" cols="60" name="methodPara"></textarea></td></tr>
1010 961
        [% END %]
1011 962
        [% FOREACH para = methodPara %]
1012
          <br>
1013
          <textarea rows="5" cols="80" name="methodPara">[% para %]</textarea>
963
          <tr><td><textarea rows="6" cols="60" name="methodPara">[% para %]</textarea></tr>
1014 964
        [% END %]
1015
        </p>
1016
        <p>
965
        <tr><td>
1017 966
          <input type="button" value="Add paragraph" id="addparabutton1"
1018 967
                 onClick="addParagraph()">
1019
        </p><br>
1020
        <p class="label">Description of Study Extent</p>
1021
        <p>Describe the temporal, spatial and taxonomic extent of the study,
968
        <tr><td><td></tr>
969
        <tr><td><p><span class="label">Description of Study Extent</span></p>
970
        <p><span class="regtext">Describe the temporal, spatial and taxonomic extent of the study,
1022 971
        supplementing the information on coverage provided above.  For example,
1023 972
        if the temporal coverage of the data is 1990-2000, you might provide 
1024 973
        details about any years that were missed or the months in which sampling
1025
        occurred.</p>
1026
        <p>
1027
          <textarea rows="5" cols="80" name="studyExtentDescription">[% studyExtentDescription %]</textarea>
1028
        </p><br>
1029
        <p class="label">Sampling Description</p>
1030
        <p>Describe the sampling design of the study.  For example, you might 
1031
        describe the way in which treatments were assigned to sampling units.
1032
        </p>
1033
        <p>
1034
          <textarea rows="5" cols="80" name="samplingDescription">[% samplingDescription %]</textarea>
1035
        </p>
1036
      </td>
1037
     </tbody>
974
        occurred.</span></p>
975
          <textarea rows="6" cols="60" name="studyExtentDescription">[% studyExtentDescription %]</textarea></td></tr>
976
        <tr><td><p><span class="label">Sampling Description</span></p>
977
        <p><span class="regtext">Describe the sampling design of the study.  For example, you might 
978
        describe the way in which treatments were assigned to sampling units.</span></p>
979
        <textarea rows="6" cols="60" name="samplingDescription">[% samplingDescription %]</textarea>
980
      </td></tr>
981
   <tr><td><td></tr>
1038 982
   </table>
1039 983
  [% END %]
1040 984
  <p align="left">
1041
  <b>DATA SET CONTACT&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetContactAddress" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
985
  <span class="label">DATA SET CONTACT&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetContactAddress" target="guide"><span class="smalltext">(What's this?)</span></a>
1042 986
  </p>
1043
  <table border="0" cellspacing="0" cellpadding="9" width="760" bgcolor="#c6d6e7">
1044
    <tr> 
1045
      <td valign="TOP" colspan="3">
987
  <table class="tables">
988
  <COLGROUP align="right" width="175">
989
  <COLGROUP align="left" width="585">
990
  <tr><td><td></tr>
991
  <tr><td valign="TOP" align="left" colspan="2">
1046 992
        <input type="CHECKBOX" name="useOrigAddress" onClick="copyContact()" id="copyCheckBox" [%useOrigAddress%]>
1047
        Use the same name and address as the PRINCIPAL DATA SET OWNER above (If you check this box, 
1048
        you don't need to fill in the address fields below).</td>
993
        <span class="regtext">Use the same name and address as the <span class="label">PRINCIPAL DATA SET OWNER</span> above (if you check this box, 
994
        you don't need to fill in the name and address fields below).</span></td>
1049 995
    </tr>
996
    <tr><td><td></tr>
1050 997
    <tr> 
1051
      <td valign="TOP" colspan="8"> 
1052
        <p>
1053
          <input type="TEXT" name="origNamefirstContact" id="contactNameFirst" value="[%origNamefirstContact%]" size="40">
1054
          <b><font color="#b00000">First Name</font></b></p>
1055
        <p>
1056
          <input type="TEXT" name="origNamelastContact" id="contactNameLast" value="[%origNamelastContact%]" size="40">
1057
          <b><font color="#b00000">Last Name</font></b></p>
1058
        <p>
1059
          <input type="TEXT" name="origNameOrgContact" id="contactNameOrg" value="[%origNameOrgContact%]" size="60">
1060
          <b>Organization Name</b></p>
1061
        <p>
1062
          <input type="TEXT" name="origEmailContact" id="contactEmail" value="[%origEmailContact%]">
1063
          <b>E-Mail</b></p>
1064
        <p>
1065
          <input type="TEXT" name="origPhoneContact" id="contactPhone" value="[%origPhoneContact%]">
1066
          <b>Phone</b></p>
1067
        <p>
1068
          <input type="TEXT" name="origFAXContact" id="contactFAX" value="[%origFAXContact%]">
1069
          <b>FAX</b></p>
1070
        <p><b>Street information (number, street, unit, etc., 
1071
          comma-separated)</b></p>
1072
        <p>
1073
          <textarea rows="5" cols="60" name="origDeliveryContact" id="contactDelivery">[%origDeliveryContact%]</textarea></p>
1074
        <p>
1075
          <input type="TEXT" name="origCityContact" id="contactCity" value="[%origCityContact%]" size="50">
1076
          <b>City</b></p>
1077
        <p> 
1078
          <select id="contactState" name="origStateContact">
998
      <td align="right"><span class="required">First Name</span>
999
      <td><input type="TEXT" name="origNamefirstContact" id="contactNameFirst" value="[%origNamefirstContact%]" size="30">
1000
    <tr>
1001
      <td align="right"><span class="required">Last Name</span>
1002
      <td><input type="TEXT" name="origNamelastContact" id="contactNameLast" value="[%origNamelastContact%]" size="30">
1003
    <tr>
1004
      <td align="right"><span class="label">Organization Name</span>
1005
      <td><input type="TEXT" name="origNameOrgContact" id="contactNameOrg" value="[%origNameOrgContact%]" size="60">
1006
    <tr>      
1007
      <td align="right"><span class="label">E-Mail</span>
1008
      <td><input type="TEXT" name="origEmailContact" id="contactEmail" value="[%origEmailContact%]" size="30">
1009
    <tr>
1010
      <td align="right"><span class="label">Phone</span>
1011
      <td><input type="TEXT" name="origPhoneContact" id="contactPhone" value="[%origPhoneContact%]" size="30">
1012
    <tr>
1013
      <td align="right"><span class="label">FAX</span>
1014
      <td><input type="TEXT" name="origFAXContact" id="contactFAX" value="[%origFAXContact%]" size="30">
1015
    <tr> 
1016
      <td align="right"><span class="label">Street information (number, street, unit, etc., comma-separated)</span>
1017
      <td><textarea rows="3" cols="30" name="origDeliveryContact" id="contactDelivery">[%origDeliveryContact%]</textarea>
1018
    <tr>    
1019
      <td align="right"><span class="label">City</span>
1020
      <td><input type="TEXT" name="origCityContact" id="contactCity" value="[%origCityContact%]" size="30">
1021
    <tr>
1022
      <td align="right"><span class="label">State</span>
1023
      <td><select id="contactState" name="origStateContact">
1079 1024
	    [% IF form == 're_entry' %]	
1080 1025
            	<option>[%origStateContact%]</option>
1081 1026
	    [% ELSE %]
......
1141 1086
            <option>Wisconsin</option>
1142 1087
            <option>Wyoming</option>
1143 1088
          </select>
1144
          <b>State</b>&nbsp;&nbsp;&nbsp;
1145
          <input type="TEXT" name="origStateOtherContact" id="contactStateOther" value="[%origStateOtherContact%]">
1146
          <b>Other State or Province</b>
1147
          </p>
1148
        <p>
1149
          <input type="TEXT" name="origZIPContact" size="10" id="contactZip" value="[%origZIPContact%]">
1150
          <b>ZIP</b></p>
1151
        <p>
1152
          <input type="TEXT" name="origCountryContact" id="contactCountry" value="[%origCountryContact%]">
1153
          <b>Country</b></p>
1154
      </td>
1155
    </tr>
1089
     <tr>
1090
        <td align="right"><span class="label">Other State or Province</span>
1091
	<td><input type="TEXT" name="origStateOtherContact" id="contactStateOther" value="[%origStateOtherContact%]" size="30">
1092
     <tr>     
1093
        <td align="right"><span class="label">Postal Code</span>
1094
	<td><input type="TEXT" name="origZIPContact" size="30" id="contactZip" value="[%origZIPContact%]">
1095
     <tr>
1096
        <td align="right"><span class="label">Country</span>
1097
        <td><input type="TEXT" name="origCountryContact" id="contactCountry" value="[%origCountryContact%]" size="30">
1098
  <tr><td><td></tr>
1156 1099
  </table>
1157

  
1158 1100
  <p align="left">
1159
  <b>DISTRIBUTION INFORMATION&nbsp;</b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DistributionIinformation" target="guide"><font size="2"><sup>(What's this?)</sup></font></a>
1101
  <span class="label">DISTRIBUTION INFORMATION&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DistributionIinformation" target="guide"><span class="smalltext">(What's this?)</span></a>
1160 1102
  </p>
1161
  <table cellspacing="0" border="0" cellpadding="9" width="760" bgcolor="#c6d6e7">
1162
    <tr> 
1163
      <td width="50%" valign="TOP"> 
1164
        <p align="left"><font size="-1"> 
1165
          <input type="TEXT" name="identifier" value="[%identifier%]" size="40">
1166
  <b>Dataset Name or Identifier (important)&nbsp;<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#Site-specificCode"
1167
   target="guide"><font size="2"><sup>(What's this?)</sup></font></a> </b></font></p>
1168

  
1169
        <p><font size="-1"><b><font color="#b00000">Data Medium:</font></b></font></p>
1170
        <p> <font size="-1">
1171
          <select name="dataMedium">
1103
  <table class="tables">
1104
  <tr><td></tr>
1105
  <tr><td><span class="label">Dataset Name or Identifier (important)&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#Site-specificCode"
1106
   target="guide"><span class="smalltext">(What's this?)</span></a>
1107
  <tr><td><input type="TEXT" name="identifier" value="[%identifier%]" size="60">
1108
  <tr><td></tr>
1109
  <tr><td><span class="required">Data Medium:&nbsp;</span>
1110
  <select name="dataMedium">
1172 1111
	    [% IF form == 're_entry' %]	
1173 1112
	    	<option selected>[%dataMedium%]</option>
1174 1113
	    [% ELSE %]
......
1178 1117
            <option>hardcopy</option>
1179 1118
            <option>other</option>
1180 1119
          </select>
1181
          </font></p>
1182
        <p><font size="-1"><b>If you selected "other" for Data Medium, enter detail 
1183
          below</b></font></p>
1184
        <p><font size="-1"> 
1185
          <input type="TEXT" name="dataMediumOther" value="[%dataMediumOther%]" size="40">
1186
          </font></p>
1187
      </td>
1188
    </tr>
1189
    <tr> 
1190
      <td width="50%" valign="TOP"> 
1191
        <p> <font size="-1"><b><font color="#b00000">Use Constraints:</font></b></font> 
1192
        </p>
1193
        <p> <font size="-1">
1194
          <select name="useConstraints">
1120
  <tr><td><span class="label">If you selected "other" for Data Medium, enter detail 
1121
          here</span>
1122
  <tr><td><input type="TEXT" name="dataMediumOther" value="[%dataMediumOther%]" size="60">
1123
  <tr><td></tr>
1124
  <tr><td><span class="required">Use Constraints:&nbsp;</span>
1125
      <select name="useConstraints">
1195 1126
	    [% IF form == 're_entry' %]	
1196 1127
	        <option selected>[%useConstraints%]</option>
1197 1128
	    [% ELSE %]
......
1201 1132
            <option>obtain permission from originator(s)</option>
1202 1133
            <option>other</option>
1203 1134
          </select>
1204
          </font></p>
1205
        <p><font size="-1"><b>If you selected "other" for Use Constraints, enter 
1206
          detail below.</b></font></p>
1207
        <p><font size="-1"> 
1208
          <input type="TEXT" name="useConstraintsOther" value="[%useConstraintsOther%]" size="40">
1209
          </font></p>
1210
      </td>
1211
    </tr>
1212
    <tr> 
1213
      <td> 
1214
        <p align="left"><font size="-1"> 
1215
          <input type="TEXT" name="url" value="[%url%]" size="50">
1216
          <b>URL (for location of data set or of more metadata)</b></font></p>
1217

  
1218
        <p align="left"><font size="-1"><b>
1219
  Additional Information&nbsp;<a
1220
   href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#AdditionalInformation"
1221
   target="guide"><font size="2"><sup>(What's this?)</sup></font></a>	
1222
	</b></font></p>
1223
        <p align="left"><font size="-1"> 
1224
          <textarea rows="5" cols="60" name="addComments">[%addComments%]</textarea>
1225
          </font></p>
1226
      </td>
1227
    </tr>
1228
  </table>
1229

  
1230
  <div align="center"> 
1231
    <table width="760" border="0" cellpadding="9" align="left" bgcolor="#C6d6e7" cellspacing="0">
1232
      <tr> 
1233
        <td width="760"> 
1234
          <div align="left"> <font color="#FF0000" size="-1">NOTE: You must submit 
1235
            your data in order for these to be entered in the Data Registry!</font> 
1236
            <p> 
1237
              <input type="SUBMIT" value="Submit Dataset" name="SUBMIT">
1238
              <input type="RESET" name="RESET">
1239
            </p>
1240
          </div>
1241
        </td>
1242
      </tr>
1135
   <tr><td><span class="label">If you selected "other" for Use Constraints, enter 
1136
          detail here</span>
1137
   <tr><td><input type="TEXT" name="useConstraintsOther" value="[%useConstraintsOther%]" size="60">
1138
   <tr><td></tr>
1139
   <tr><td><span class="label">URL (for location of data set or of more metadata)</span>
1140
   <tr><td><input type="TEXT" name="url" value="[%url%]" size="60">
1141
   <tr><td></tr>
1142
   <tr><td><span class="label">Additional Information&nbsp;</span><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#AdditionalInformation" target="guide"><span class="smalltext">(What's this?)</span></a>
1143
   <tr><td><textarea rows="6" cols="60" name="addComments">[%addComments%]</textarea>
1144
   <tr><td></tr>
1145
   <tr><td><span class="redbold">NOTE: You must submit 
1146
            your information in order for it to be entered in the Data Registry!</span></tr>
1147
   <tr><td><input type="SUBMIT" value="Submit Dataset" name="SUBMIT">
1148
              <input type="RESET" name="RESET"></tr>
1149
    <tr><td></tr>
1243 1150
    </table>
1244 1151
    <p>&nbsp;</p>
1245 1152
    <div align="left"> </div>
1246
    <p align="left"> 
1153
    <p align="left"></p>
1247 1154
    <p align="left">&nbsp; </p>
1248 1155
    <p align="left">&nbsp; </p>
1249
  </div>
1250 1156
</form>
1251 1157
<p>&nbsp;</p>
1252 1158
<p>&nbsp;</p>

Also available in: Unified diff