Project

General

Profile

1 1929 brooke
<!--
2
  *  '$RCSfile$'
3
  *    Copyright: 2000 Regents of the University of California and the
4
  *               National Center for Ecological Analysis and Synthesis
5
  *  For Details: http://www.nceas.ucsb.edu/
6
  *
7
  *   '$Author$'
8
  *     '$Date$'
9
  *
10
  * This program is free software; you can redistribute it and/or modify
11
  * it under the terms of the GNU General Public License as published by
12
  * the Free Software Foundation; either version 2 of the License, or
13
  * (at your option) any later version.
14
  *
15
  * This program is distributed in the hope that it will be useful,
16
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
  * GNU General Public License for more details.
19
  *
20
  * You should have received a copy of the GNU General Public License
21
  * along with this program; if not, write to the Free Software
22
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
-->
24
25
[% INCLUDE "genericHeader.tmpl" %]
26
[% IF cfg == 'nrs' %]
27
  [% lsite = 'reserve' %]
28
  [% usite = 'Reserve' %]
29
[% ELSE %]
30
  [% lsite = 'station' %]
31
  [% usite = 'Station' %]
32
[% END %]
33
34 2413 sgarg
<table class="intro" cellpadding="3" cellspacing="0">
35
<tr><td align="left"><span class="regtext">
36
Please review the information that you entered in the [% orgabbrev %]
37
 Data Registry Form. If the information below is correct, provide your username, organization, and password at the bottom of this page, and submit the information.
38
If you need to edit something, click on the edit button that is provided at the bottom of this page.<span></td></tr>
39 1929 brooke
40 2413 sgarg
<tr><td align="left"><span class="regtext">You can print this page for your record.<span></td></tr>
41
</table>
42 1929 brooke
43 2413 sgarg
<table class="intro" cellpadding="3" cellspacing="0">
44
<tr><td align="left">
45
<hr><a name="BasicInformation"></a>
46
<p><span class="sectionnames">BASIC INFORMATION</span>
47 1929 brooke
</p>
48 2413 sgarg
<p><span class="label">First Name:</span>        [%providerGivenName%]
49 1929 brooke
</p>
50 2413 sgarg
<p><span class="label">Last Name:</span>         [%providerSurName%]
51 1929 brooke
</p>
52 2413 sgarg
<p><span class="label">Data Set Title:</span>     [%title%]
53 1929 brooke
</p>
54
55 2413 sgarg
56
57 1975 jones
[% IF cfg == 'nceas' %]
58
    [% FOREACH group = wg %]
59 2413 sgarg
      <p><span class="label">NCEAS Project:</span>  [%group%] </p>
60 1975 jones
    [% END %]
61 2413 sgarg
62 1975 jones
[% ELSE %]
63 2413 sgarg
    [% IF cfg == 'esa' %]
64
      <p><span class="label">Organization Name:</span>  [%site%]</p>
65
    [% ELSE %]
66
      <p><span class="label">[% usite %] Name:</span>  [%site%]</p>
67
    [% END %]
68 1975 jones
[% END %]
69 1929 brooke
70
<hr>
71
<a name="DataSetOriginator"></a>
72 2413 sgarg
<p><span class="sectionnames">PRINCIPAL DATA SET OWNER</span>
73 1929 brooke
74 2413 sgarg
<p><span class="label">First Name:</span>        [%origNamefirst0%]
75 1929 brooke
</p>
76
77 2413 sgarg
<p><span class="label">Last Name:</span>         [%origNamelast0%]
78 1929 brooke
</p>
79
80 2413 sgarg
<p><span class="label">Organization Name:</span> [%origNameOrg%]
81 1929 brooke
</p>
82
83 2413 sgarg
<p><span class="label">E-Mail:</span>            [%origEmail%]
84 1929 brooke
</p>
85
86 2413 sgarg
<p><span class="label">Phone:</span>             [%origPhone%]
87 1929 brooke
</p>
88
89 2413 sgarg
<p><span class="label">FAX:</span>               [%origFAX%]
90 1929 brooke
</p>
91
92 2413 sgarg
<p><span class="label">Street Information:</span>
93 1929 brooke
                                                    [%origDelivery%]
94
</p>
95
96 2413 sgarg
<p><span class="label">City:</span>              [%origCity%]
97 1929 brooke
</p>
98
99 2413 sgarg
<p><span class="label">State:</span>             [%origState%]
100 1929 brooke
</p>
101
102 2413 sgarg
<p><span class="label">Other State/Province:</span>       [%origStateOther%]
103 1929 brooke
</p>
104
105 2413 sgarg
<p><span class="label">Postal Code:</span>               [%origZIP%]
106 1929 brooke
</p>
107
108 2413 sgarg
<p><span class="label">Country:</span>               [%origCountry%]
109 1929 brooke
</p>
110
111
<hr>
112
<a name="AdditionalOriginators"></a>
113 2413 sgarg
<p><span class="sectionnames">ASSOCIATED PARTIES</span>
114 1929 brooke
115 2271 sgarg
    [% numAO = 0 %]
116
    [% IF aoCount > 0 %]
117
        [% numAO = aoCount %]
118
    [% END %]
119
120 1929 brooke
<table cellspacing="0" border="0" cellpadding="9" width="760">
121
    <tr>
122
      <td width="21%" valign="TOP">
123 2413 sgarg
        <span class="label">First Name</span>
124 1929 brooke
      </td>
125
      <td width="21%" valign="TOP">
126 2413 sgarg
        <span class="label">Last Name</span>
127 1929 brooke
      </td>
128
      <td width="58%" valign="TOP">
129 2413 sgarg
        <span class="label">Role</span>
130 1929 brooke
      </td>
131
    </tr>
132 2271 sgarg
    [% cnt = 1 %]
133
    [% WHILE cnt <= numAO %]
134
     [% SET origNamefirst = "origNamefirst${cnt}" %]
135
     [% SET origNamelast = "origNamelast${cnt}" %]
136
     [% SET origRole = "origRole${cnt}" %]
137
     <tr>
138 1929 brooke
      <td width="21%" valign="TOP">
139 2271 sgarg
        [% $origNamefirst %]
140 1929 brooke
      </td>
141
      <td width="21%" valign="TOP">
142 2271 sgarg
        [% $origNamelast %]
143 1929 brooke
      </td>
144
      <td width="58%" valign="TOP">
145 2271 sgarg
	[% $origRole %]
146 1929 brooke
      </td>
147 2271 sgarg
     </tr>
148
     [% cnt = cnt + 1 %]
149
     [% END %]
150 1929 brooke
</table>
151
152
<hr>
153
<a name="DataSetAbstract"></a>
154 2413 sgarg
<p><span class="sectionnames">DATA SET ABSTRACT</span><br>  [%abstract%]
155 1929 brooke
</p>
156 2138 sgarg
 [% IF hasKeyword == 'true' %]
157 1929 brooke
<hr>
158
<a name="KeywordInformation"></a>
159 2413 sgarg
<p><span class="sectionnames">KEYWORD INFORMATION</span>
160 2027 sgarg
161
    [% numKey = 0 %]
162
    [% IF keyCount > 0 %]
163
        [% numKey = keyCount %]
164
    [% END %]
165
166 1929 brooke
<table cellspacing="0" border="0" cellpadding="9" width="760">
167
    <tr>
168 2413 sgarg
      <td width="21%" align="left" valign="TOP">
169
        <span class="label">Keyword</span>
170 1929 brooke
      </td>
171 2413 sgarg
      <td width="21%" align="left" valign="TOP">
172
        <span class="label">Keyword Type</span>
173 1929 brooke
      </td>
174 2413 sgarg
      <td width="58%" align="left" valign="TOP">
175
        <span class="label">Keyword Thesaurus</span>
176 1929 brooke
      </td>
177
    </tr>
178 2027 sgarg
    [% cnt = 1 %]
179
    [% WHILE cnt <= numKey %]
180
     [% SET key = "keyword${cnt}" %]
181
     [% SET keyType = "kwType${cnt}" %]
182
     [% SET keyTh = "kwTh${cnt}" %]
183
     <tr>
184 2413 sgarg
      <td width="21%" align="left" valign="TOP">
185 2027 sgarg
        [% $key %]
186 1929 brooke
      </td>
187 2413 sgarg
      <td width="21%" align="left" valign="TOP">
188 2027 sgarg
        [% $keyType %]
189 1929 brooke
      </td>
190 2413 sgarg
      <td width="58%" align="left" valign="TOP">
191 2027 sgarg
	[% $keyTh %]
192 1929 brooke
      </td>
193 2027 sgarg
     </tr>
194
     [% cnt = cnt + 1 %]
195
     [% END %]
196 2413 sgarg
</table>
197 2138 sgarg
[% END %]
198
199 2150 sgarg
[% IF hasTemporal == 'true' %]
200 1929 brooke
<hr>
201
<a name="TemporalCoverageOfData"></a>
202 2413 sgarg
<p><span class="sectionnames">TEMPORAL COVERAGE OF DATA</span>
203 1929 brooke
204 2643 sgarg
<p><span class="label">Start Date:</span> [%beginningYear%]&nbsp;[%beginningMonth%]&nbsp;[%beginningDay%]
205 1929 brooke
</p>
206
207 2643 sgarg
<p><span class="label">Stop Date:</span>    [%endingYear%]&nbsp;[%endingMonth%]&nbsp;[%endingDay%]
208 1929 brooke
</p>
209 2150 sgarg
[% END %]
210 1929 brooke
211 2150 sgarg
[% IF hasSpatial == 'true' %]
212 1929 brooke
<hr>
213
<a name="SpatialCoverageOfData"></a>
214 2413 sgarg
<p><span class="sectionnames">SPATIAL COVERAGE OF DATA</span>
215 1929 brooke
216
217
<table cellspacing="0" border="0" cellpadding="9" width="760">
218 1983 jones
    <tr>
219
      <td valign="TOP" colspan="4">
220
        <p><span class="label">Geographic Description:</span> [%geogdesc%]</p>
221
      </td>
222
    </tr>
223 1929 brooke
    <tr>
224
      <td valign="TOP" colspan="4">
225 2413 sgarg
        <p><span class="label">Coordinates (in Degrees, Minutes and Seconds):</span></p>
226 1929 brooke
      </td>
227
    </tr>
228 2413 sgarg
229 1929 brooke
    <tr>
230
      <td valign="TOP" colspan="4">
231 2413 sgarg
        <p><span class="label">The first lat/long pair:</span></p>
232 1929 brooke
      </td>
233
    </tr>
234
    <tr>
235
      <td width="18%" valign="TOP">
236 2413 sgarg
        <p><span class="label">&nbsp;Latitude</span></p>
237 1929 brooke
      </td>
238
      <td width="20%" valign="TOP">
239 2413 sgarg
        <p><span class="label">&nbsp;North/South</span></p>
240 1929 brooke
      </td>
241
      <td width="20%" valign="TOP">
242 2413 sgarg
        <p><span class="label">&nbsp;Longitude</span></p>
243 1929 brooke
      </td>
244
      <td width="42%" valign="TOP">
245 2413 sgarg
        <p><span class="label">&nbsp;West/East</span></p>
246 1929 brooke
      </td>
247
    </tr>
248
    <tr>
249
      <td width="18%" valign="TOP">
250
        <p><font size="-1">
251
	[%latDeg1%]&nbsp;[%latMin1%]'&nbsp;[%latSec1%]&quot;
252
        </font></p>
253
      </td>
254
      <td width="20%" valign="TOP">
255
        <p> <font size="-1">
256
          [%hemisphLat1%]
257
	</font></p>
258
      </td>
259
      <td width="20%" valign="TOP">
260
        <p><font size="-1">
261
	  [%longDeg1%]&nbsp;[%longMin1%]'&nbsp;[%longSec1%]&quot;
262
        </font></p>
263
      </td>
264
      <td width="42%" valign="TOP">
265
        <p> <font size="-1">
266
          [%hemisphLong1%]
267
        </font></p>
268
      </td>
269
    </tr>
270
    <tr>
271
      <td valign="TOP" colspan="4">
272 2413 sgarg
        <p><span class="label">The second lat/long pair:</span></p>
273 1929 brooke
      </td>
274
    </tr>
275
    <tr>
276
      <td width="18%" valign="TOP">
277 2413 sgarg
        <p><span class="label">Latitude</span></p>
278 1929 brooke
      </td>
279
      <td width="20%" valign="TOP">
280 2413 sgarg
        <p><sapn class="label">&nbsp;North/South</span></p>
281 1929 brooke
      </td>
282
      <td width="20%" valign="TOP">
283 2413 sgarg
        <p><span class="label">Longitude</span></p>
284 1929 brooke
      </td>
285
      <td width="42%" valign="TOP">
286 2413 sgarg
        <p><sapn class="label">West/East</span></p>
287 1929 brooke
      </td>
288
    </tr>
289
    <tr>
290
      <td width="18%" valign="TOP">
291
        <p><font size="-1">
292
	[%latDeg2%]&nbsp;[%latMin2%]'&nbsp;[%latSec2%]&quot;
293
        </font></p>
294
      </td>
295
      <td width="20%" valign="TOP">
296
        <p> <font size="-1">
297
          [%hemisphLat2%]
298
	</font></p>
299
      </td>
300
      <td width="20%" valign="TOP">
301
        <p><font size="-1">
302
	  [%longDeg2%]&nbsp;[%longMin2%]'&nbsp;[%longSec2%]&quot;
303
        </font></p>
304
      </td>
305
      <td width="42%" valign="TOP">
306
        <p> <font size="-1">
307
          [%hemisphLong2%]
308
        </font></p>
309
      </td>
310
    </tr>
311
  </table>
312 2150 sgarg
[% END %]
313 1929 brooke
314 2150 sgarg
[% IF hasTaxonomic == 'true' %]
315 1984 jones
    [% numTaxa = 0 %]
316
    [% IF taxaCount > 0 %]
317
        [% numTaxa = taxaCount %]
318
    [% END %]
319
    <hr>
320
    <a name="Taxonomic Coverage"></a>
321 2413 sgarg
    <p><span class="sectionnames">TAXONOMIC COVERAGE OF DATA</span></p>
322 1984 jones
    [% cnt = 1 %]
323
    [% WHILE cnt <= numTaxa %]
324
        [% SET trn = "taxonRankName${cnt}" %]
325
        [% SET trv = "taxonRankValue${cnt}" %]
326 2413 sgarg
        <p><span class="label">Taxon:</span>  [% $trn %]: [% $trv %]</p>
327 1984 jones
        [% cnt = cnt + 1 %]
328
     [% END %]
329 2413 sgarg
     <p><span class="label">Taxonomic Reference:</span>  [% taxaAuth %]</p>
330 2150 sgarg
[% END %]
331 1929 brooke
332 2150 sgarg
[% IF hasMethod == 'true' %]
333 1982 jones
    <hr>
334
    <a name="Methods"></a>
335 2413 sgarg
    <p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
336
    <p><span class="label">Method Title:</span> [%methodTitle%]</p>
337 1982 jones
    [% FOREACH para = methodPara %]
338 2413 sgarg
        <p><span class="label">Paragraph:</span> [%para%] </p>
339 1982 jones
    [% END %]
340 2413 sgarg
    <p><span class="label">Extent of Study Description:</span> [%studyExtentDescription%]</p>
341
    <p><span class="label">Sampling Description:</span> [%samplingDescription%]</p>
342 2150 sgarg
[% END %]
343 1982 jones
344 1929 brooke
<hr>
345
<a name="DataSetContactAddress"></a>
346 2413 sgarg
<p><span class="sectionnames">DATA SET CONTACT</span>
347 1929 brooke
348 2413 sgarg
<p><span class="label">First Name:</span>        [%origNamefirstContact%]
349 1929 brooke
</p>
350
351 2413 sgarg
<p><span class="label">Last Name:</span>         [%origNamelastContact%]
352 1929 brooke
</p>
353
354 2413 sgarg
<p><span class="label">Organization Name:</span> [%origNameOrgContact%]
355 1929 brooke
</p>
356
357 2413 sgarg
<p><span class="label">E-Mail:</span>            [%origEmailContact%]
358 1929 brooke
</p>
359
360 2413 sgarg
<p><span class="label">Phone:</span>             [%origPhoneContact%]
361 1929 brooke
</p>
362
363 2413 sgarg
<p><span class="label">FAX:</span>               [%origFAXContact%]
364 1929 brooke
</p>
365
366 2413 sgarg
<p><span class="label">Street Information:</span>
367 1929 brooke
                                                    [%origDeliveryContact%]
368
</p>
369
370 2413 sgarg
<p><span class="label">City:</span>              [%origCityContact%]
371 1929 brooke
</p>
372
373 2413 sgarg
<p><span class="label">State:</span>             [%origStateContact%]
374 1929 brooke
</p>
375
376 2413 sgarg
<p><span class="label">Other State/Province:</span>       [%origStateOtherContact%]
377 1929 brooke
</p>
378
379 2413 sgarg
<p><span class="label">Postal Code:</span>               [%origZIPContact%]
380 1929 brooke
</p>
381
382 2413 sgarg
<p><span class="label">Country:</span>           [%origCountryContact%]
383 1929 brooke
</p>
384
385
386
<hr>
387
<a name="DistributionIinformation"></a>
388 2413 sgarg
<p><span class="sectionnames">DISTRIBUTION INFORMATION</span>
389 1929 brooke
390
<a name=Site-specificCode></a>
391 2413 sgarg
<p><span class="label">Data Set Identifier:</span> [%identifier%]
392 1929 brooke
</p>
393
394 2413 sgarg
<p><span class="label">Data Medium:</span>       [%dataMedium%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Data Medium</span>: [%dataMediumOther%]
395 1929 brooke
</p>
396
397
398 2413 sgarg
<p><span class="label">Usage Constraints:</span>   [%useConstraints%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Usage Constraints:</span>  [%useConstraintsOther%]
399 1929 brooke
</p>
400
401
402 2413 sgarg
<p><span class="label">URL</span>:               [%url%]
403 1929 brooke
</p>
404 2413 sgarg
<p><span class="label">Additional Information:</span>  [%addComments%]
405 1929 brooke
</p>
406
<hr>
407
408
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
409
  <input type="hidden" name="cfg" value="[% cfg %]">
410
  <input type="hidden" name="docid" value="[% docid %]">
411
  <input type="hidden" name="stage" value="confirmed">
412 2281 sgarg
  <input type="hidden" name="showSiteList" value="[% showSiteList %]">
413
  <input type="hidden" name="showWgList" value="[% showWgList %]">
414
  <input type="hidden" name="showOrganization" value="[% showOrganization %]">
415 2282 sgarg
  <input type="hidden" name="lsite" value="[% lsite %]">
416 2281 sgarg
  <input type="hidden" name="usite" value="[% usite %]">
417 2138 sgarg
  <input type="hidden" name="hasKeyword" value="[% hasKeyword %]">
418 2150 sgarg
  <input type="hidden" name="hasSpatial" value="[% hasSpatial %]">
419
  <input type="hidden" name="hasTemporal" value="[% hasTemporal %]">
420
  <input type="hidden" name="hasTaxonomic" value="[% hasTaxonomic %]">
421
  <input type="hidden" name="hasMethod" value="[% hasMethod %]">
422
  <input type="hidden" name="temporalRequired" value="[% temporalRequired %]">
423
  <input type="hidden" name="spatialRequired" value="[% spatialRequired %]">
424 2689 sgarg
  <input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]">
425 1929 brooke
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
426
  <input type="hidden" name="providerSurName" value="[%providerSurName%]">
427
  <input type="hidden" name="site" value="[%site%]">
428 1975 jones
  [% IF cfg == 'nceas' %]
429
      [% FOREACH group = wg %]
430
          <input type="hidden" name="wg" value="[%group%]">
431
      [% END %]
432
  [% END %]
433 1929 brooke
  <input type="hidden" name="identifier" value="[%identifier%]">
434
  <input type="hidden" name="title" value="[%title%]">
435
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">
436
  <input type="hidden" name="origNamelast0" value="[%origNamelast0%]">
437
  <input type="hidden" name="origNameOrg" value="[%origNameOrg%]">
438
  <input type="hidden" name="origRole0" value="[%origRole0%]">
439
  <input type="hidden" name="origDelivery" value="[%origDelivery%]">
440
  <input type="hidden" name="origCity" value="[%origCity%]">
441
  <input type="hidden" name="origState" value="[%origState%]">
442
  <input type="hidden" name="origStateOther" value="[%origStateOther%]">
443
  <input type="hidden" name="origZIP" value="[%origZIP%]">
444
  <input type="hidden" name="origCountry" value="[%origCountry%]">
445
  <input type="hidden" name="origPhone" value="[%origPhone%]">
446
  <input type="hidden" name="origFAX" value="[%origFAX%]">
447
  <input type="hidden" name="origEmail" value="[%origEmail%]">
448
  <input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]">
449
  <input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]">
450
  <input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]">
451
  <input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]">
452
  <input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]">
453
  <input type="hidden" name="origCityContact" value="[%origCityContact%]">
454
  <input type="hidden" name="origStateContact" value="[%origStateContact%]">
455
  <input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]">
456
  <input type="hidden" name="origZIPContact" value="[%origZIPContact%]">
457
  <input type="hidden" name="origCountryContact" value="[%origCountryContact%]">
458
  <input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]">
459
  <input type="hidden" name="origFAXContact" value="[%origFAXContact%]">
460
  <input type="hidden" name="origEmailContact" value="[%origEmailContact%]">
461 2271 sgarg
  <input type="hidden" name="aoCount" value="[%aoCount%]">
462
  [% cnt = 1 %]
463
  [% WHILE cnt <= numAO %]
464
      [% SET origNamefirst = "origNamefirst${cnt}" %]
465
      [% SET origNamelast = "origNamelast${cnt}" %]
466
      [% SET origRole = "origRole${cnt}" %]
467
      <input type="hidden" name="[% origNamefirst %]" value="[% $origNamefirst %]">
468
      <input type="hidden" name="[% origNamelast %]" value="[% $origNamelast %]">
469
      <input type="hidden" name="[% origRole %]" value="[% $origRole %]">
470
      [% cnt = cnt + 1 %]
471
  [% END %]
472 1929 brooke
  <input type="hidden" name="abstract" value="[%abstract%]">
473 2027 sgarg
  <input type="hidden" name="keyCount" value="[%keyCount%]">
474
  [% cnt = 1 %]
475
  [% WHILE cnt <= numKey %]
476
      [% SET kyd = "keyword${cnt}" %]
477
      [% SET keyType = "kwType${cnt}" %]
478
      [% SET keyTh = "kwTh${cnt}" %]
479
      <input type="hidden" name="[% kyd %]" value="[% $kyd %]">
480
      <input type="hidden" name="[% keyType %]" value="[% $keyType %]">
481
      <input type="hidden" name="[% keyTh %]" value="[% $keyTh %]">
482
      [% cnt = cnt + 1 %]
483
  [% END %]
484 1929 brooke
  <input type="hidden" name="addComments" value="[%addComments%]">
485
  <input type="hidden" name="useConstraints" value="[%useConstraints%]">
486
  <input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]">
487
  <input type="hidden" name="url" value="[%url%]">
488
  <input type="hidden" name="dataMedium" value="[%dataMedium%]">
489
  <input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]">
490
  <input type="hidden" name="beginningYear" value="[%beginningYear%]">
491
  <input type="hidden" name="beginningMonth" value="[%beginningMonth%]">
492
  <input type="hidden" name="beginningDay" value="[%beginningDay%]">
493
  <input type="hidden" name="endingYear" value="[%endingYear%]">
494
  <input type="hidden" name="endingMonth" value="[%endingMonth%]">
495
  <input type="hidden" name="endingDay" value="[%endingDay%]">
496 1983 jones
  <input type="hidden" name="geogdesc" value="[%geogdesc%]">
497 1929 brooke
  <input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
498
  <input type="hidden" name="latDeg1" value="[% latDeg1 %]">
499
  <input type="hidden" name="latMin1" value="[%latMin1%]">
500
  <input type="hidden" name="latSec1" value="[%latSec1%]">
501
  <input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]">
502
  <input type="hidden" name="longDeg1" value="[% longDeg1 %]">
503
  <input type="hidden" name="longMin1" value="[%longMin1%]">
504
  <input type="hidden" name="longSec1" value="[%longSec1%]">
505
  <input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]">
506
  <input type="hidden" name="latDeg2" value="[%latDeg2%]">
507
  <input type="hidden" name="latMin2" value="[%latMin2%]">
508
  <input type="hidden" name="latSec2" value="[%latSec2%]">
509
  <input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]">
510
  <input type="hidden" name="longDeg2" value="[%longDeg2%]">
511
  <input type="hidden" name="longMin2" value="[%longMin2%]">
512
  <input type="hidden" name="longSec2" value="[%longSec2%]">
513
  <input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
514 1984 jones
  <input type="hidden" name="taxaCount" value="[%taxaCount%]">
515
  [% cnt = 1 %]
516
  [% WHILE cnt <= numTaxa %]
517
      [% SET trn = "taxonRankName${cnt}" %]
518
      [% SET trv = "taxonRankValue${cnt}" %]
519
      <input type="hidden" name="[% trn %]" value="[% $trn %]">
520
      <input type="hidden" name="[% trv %]" value="[% $trv %]">
521
      [% cnt = cnt + 1 %]
522
  [% END %]
523 1985 jones
  <input type="hidden" name="taxaAuth" value="[%taxaAuth%]">
524 1984 jones
525 1985 jones
  <input type="hidden" name="methodTitle" value="[%methodTitle%]">
526
  [% FOREACH para = methodPara %]
527
      <input type="hidden" name="methodPara" value="[%para%]">
528 1982 jones
  [% END %]
529 1989 jones
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]">
530
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]">
531 1985 jones
532 2413 sgarg
</td><tr></table>
533
534
535
<table class="intro" cellspacing="0" border="0" cellpadding="9">
536
  <tr><td class="sectbody"><span class="sectionnames">SIGN IN</span></td></tr>
537
  <tr><td class="sectbody"><span class="label"><u>NOTE:</u> You must enter your username
538 1929 brooke
      and password. This is for the protection of your metadata. The
539
      username and password will prevent any unauthorized person from
540
      modifying your metadata. If you do not have an account, click <a
541 2413 sgarg
      target="ldap" href="@cgi-prefix@/ldapweb.cgi?cfg=[% cfg %]">here</a>.
542 1929 brooke
      If you don't remember your password, you can
543 2413 sgarg
      have it reset and e-mailed to you by clicking <a target="ldap"
544
      href="@cgi-prefix@/ldapweb.cgi?stage=initresetpass&cfg=[% cfg %]">here</a>. If you want to
545
      change your password, click <a target="ldap"
546
      href="@cgi-prefix@/ldapweb.cgi?stage=initchangepass&cfg=[% cfg %]">here</a>.
547
      </span>
548
      <table cellspacing="0" border="0" cellpadding="9" width="360" align="left">
549 1929 brooke
        <tr>
550
	  <td>
551 2413 sgarg
	    <span class="label">
552 1929 brooke
	      Username:
553 2413 sgarg
	    </span></td>
554 1929 brooke
	  <td>
555 2413 sgarg
	    <input type="TEXT" name="username"></td></tr>
556 1929 brooke
	<tr>
557
	  <td>
558 2413 sgarg
	    <span class="label">
559 1929 brooke
	      Organization:
560 2413 sgarg
	    </span></td>
561 1929 brooke
	  <td>
562
	    <select name="organization">
563
	    	<option value="unaffiliated">unaffiliated</option>
564
	    	<option value="NCEAS">NCEAS</option>
565
	    	<option value="LTER">LTER</option>
566
	    	<option value="SDSC">SDSC</option>
567
	    	<option value="OBFS">OBFS</option>
568
	    	<option value="KU">KU</option>
569 1999 jones
	    	<option value="UCNRS">UCNRS</option>
570 2413 sgarg
	    </select></td></tr>
571 1929 brooke
	<tr>
572
	  <td>
573 2413 sgarg
	    <span class="label">
574 1929 brooke
	      Password:
575 2413 sgarg
	    </span></td>
576 1929 brooke
	  <td>
577
	    <input type="PASSWORD" name="password">
578 2413 sgarg
	  </td></tr>
579 1929 brooke
      </table>
580 2413 sgarg
    </td></tr>
581 1929 brooke
</table>
582 2413 sgarg
<p>&nbsp;</p>
583
584
585
<table class="intro" cellspacing="0" cellpadding="3" >
586
  <tr><td align="left">
587
  <p><span class="label">Is the information above correct?</span></p>
588 1929 brooke
      <p>
589 2014 sgarg
        <input type="SUBMIT" value="     Yes, submit    " name="dataCorrect">
590
        <input type="SUBMIT" value="No, go back to editing" name="dataWrong">
591 1929 brooke
      </p>
592 2413 sgarg
    </td></tr>
593 1929 brooke
</table>
594
</form>
595
<p>&nbsp;</p>
596
[% INCLUDE "genericFooter.tmpl" %]