1
|
<!--
|
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: jones $'
|
8
|
* '$Date: 2003-12-02 17:02:08 -0800 (Tue, 02 Dec 2003) $'
|
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
|
|
35
|
<p>Please confirm the data that you entered in [% orgabbrev %]
|
36
|
Data Registry Form. If you want to edit anything please press the change button
|
37
|
on the bottom of the page.You can also take a printout of this page for your record.</p>
|
38
|
|
39
|
<p>You can look at
|
40
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide" target="guide">
|
41
|
Guide on How to Complete Data Registry Entries</a></b>
|
42
|
for further assistance.</p>
|
43
|
|
44
|
<p> </p>
|
45
|
<hr>
|
46
|
<a name="BasicInformation"></a>
|
47
|
<p><b><font size="4" color="#0000ff">BASIC INFORMATION </font>
|
48
|
</p>
|
49
|
|
50
|
<p><b><font size="-1">Name of Person completing this form</font></b>
|
51
|
</p>
|
52
|
<p><b><font size="-1">First Name:</font></b> [%providerGivenName%]
|
53
|
</p>
|
54
|
|
55
|
<p><b><font size="-1">Last Name:</font></b> [%providerSurName%]
|
56
|
</p>
|
57
|
|
58
|
<p><b><font size="-1">[% usite %] Name:</font></b> [%site%]
|
59
|
</p>
|
60
|
|
61
|
<p><b><font size="-1">Data Set Title:</font></b> [%title%]
|
62
|
</p>
|
63
|
<hr>
|
64
|
<a name="DataSetOriginator"></a>
|
65
|
<p><b><font size="4" color="#0000ff">DATA SET ORIGINATOR</font>
|
66
|
|
67
|
<!-- <p><b><font size="-1">Originator's Role:</font></b> [%origRole0%]
|
68
|
</p> -->
|
69
|
|
70
|
<p><b><font size="-1">First Name:</font></b> [%origNamefirst0%]
|
71
|
</p>
|
72
|
|
73
|
<p><b><font size="-1">Last Name:</font></b> [%origNamelast0%]
|
74
|
</p>
|
75
|
|
76
|
<p><b><font size="-1">Organization Name:</font></b> [%origNameOrg%]
|
77
|
</p>
|
78
|
|
79
|
<p><b><font size="-1">E-Mail:</font></b> [%origEmail%]
|
80
|
</p>
|
81
|
|
82
|
<p><b><font size="-1">Phone:</font></b> [%origPhone%]
|
83
|
</p>
|
84
|
|
85
|
<p><b><font size="-1">FAX:</font></b> [%origFAX%]
|
86
|
</p>
|
87
|
|
88
|
<p><b><font size="-1">Delivery Information:</font></b>
|
89
|
[%origDelivery%]
|
90
|
</p>
|
91
|
|
92
|
<p><b><font size="-1">City:</font></b> [%origCity%]
|
93
|
</p>
|
94
|
|
95
|
<p><b><font size="-1">State:</font></b> [%origState%]
|
96
|
</p>
|
97
|
|
98
|
<p><b><font size="-1">Other State:</font></b> [%origStateOther%]
|
99
|
</p>
|
100
|
|
101
|
<p><b><font size="-1">ZIP:</font></b> [%origZIP%]
|
102
|
</p>
|
103
|
|
104
|
<p><b><font size="-1">Country:</font></b> [%origCountry%]
|
105
|
</p>
|
106
|
|
107
|
<hr>
|
108
|
<a name="AdditionalOriginators"></a>
|
109
|
<p><b><font size="4" color="#0000ff">ADDITIONAL ORIGINATORS</font></b>
|
110
|
|
111
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
112
|
<tr>
|
113
|
<td width="21%" valign="TOP">
|
114
|
<p><font size="-1"><b>First Name</b></font></p>
|
115
|
</td>
|
116
|
<td width="21%" valign="TOP">
|
117
|
<p><font size="-1"><b>Last Name</b></font></p>
|
118
|
</td>
|
119
|
<td width="58%" valign="TOP">
|
120
|
<p><font size="-1"><b>Role</b></font></p>
|
121
|
</td>
|
122
|
</tr>
|
123
|
<tr>
|
124
|
<td width="21%" valign="TOP">
|
125
|
[%origNamefirst1%]
|
126
|
</td>
|
127
|
<td width="21%" valign="TOP">
|
128
|
[%origNamelast1%]
|
129
|
</td>
|
130
|
<td width="58%" valign="TOP">
|
131
|
[%origRole1%]
|
132
|
</td>
|
133
|
</tr>
|
134
|
<tr>
|
135
|
<td width="21%" valign="TOP">
|
136
|
[%origNamefirst2%]
|
137
|
</td>
|
138
|
<td width="21%" valign="TOP">
|
139
|
[%origNamelast2%]
|
140
|
</td>
|
141
|
<td width="58%" valign="TOP">
|
142
|
[%origRole2%]
|
143
|
</td>
|
144
|
</tr>
|
145
|
<tr>
|
146
|
<td width="21%" valign="TOP">
|
147
|
[%origNamefirst3%]
|
148
|
</td>
|
149
|
<td width="21%" valign="TOP">
|
150
|
[%origNamelast3%]
|
151
|
</td>
|
152
|
<td width="58%" valign="TOP">
|
153
|
[%origRole3%]
|
154
|
</td>
|
155
|
</tr>
|
156
|
<tr>
|
157
|
<td width="21%" valign="TOP">
|
158
|
[%origNamefirst4%]
|
159
|
</td>
|
160
|
<td width="21%" valign="TOP">
|
161
|
[%origNamelast4%]
|
162
|
</td>
|
163
|
<td width="58%" valign="TOP">
|
164
|
[%origRole4%]
|
165
|
</td>
|
166
|
</tr>
|
167
|
<tr>
|
168
|
<td width="21%" valign="TOP">
|
169
|
[%origNamefirst5%]
|
170
|
</td>
|
171
|
<td width="21%" valign="TOP">
|
172
|
[%origNamelast5%]
|
173
|
</td>
|
174
|
<td width="58%" valign="TOP">
|
175
|
[%origRole5%]
|
176
|
</td>
|
177
|
</tr>
|
178
|
<tr>
|
179
|
<td width="21%" valign="TOP">
|
180
|
[%origNamefirst6%]
|
181
|
</td>
|
182
|
<td width="21%" valign="TOP">
|
183
|
[%origNamelast6%]
|
184
|
</td>
|
185
|
<td width="58%" valign="TOP">
|
186
|
[%origRole6%]
|
187
|
</td>
|
188
|
</tr>
|
189
|
<tr>
|
190
|
<td width="21%" valign="TOP">
|
191
|
[%origNamefirst7%]
|
192
|
</td>
|
193
|
<td width="21%" valign="TOP">
|
194
|
[%origNamelast7%]
|
195
|
</td>
|
196
|
<td width="58%" valign="TOP">
|
197
|
[%origRole7%]
|
198
|
</td>
|
199
|
</tr>
|
200
|
<tr>
|
201
|
<td width="21%" valign="TOP">
|
202
|
[%origNamefirst8%]
|
203
|
</td>
|
204
|
<td width="21%" valign="TOP">
|
205
|
[%origNamelast8%]
|
206
|
</td>
|
207
|
<td width="58%" valign="TOP">
|
208
|
[%origRole8%]
|
209
|
</td>
|
210
|
</tr>
|
211
|
<tr>
|
212
|
<td width="21%" valign="TOP">
|
213
|
[%origNamefirst9%]
|
214
|
</td>
|
215
|
<td width="21%" valign="TOP">
|
216
|
[%origNamelast9%]
|
217
|
</td>
|
218
|
<td width="58%" valign="TOP">
|
219
|
[%origRole9%]
|
220
|
</td>
|
221
|
</tr>
|
222
|
<tr>
|
223
|
<td width="21%" valign="TOP">
|
224
|
[%origNamefirst10%]
|
225
|
</td>
|
226
|
<td width="21%" valign="TOP">
|
227
|
[%origNamelast10%]
|
228
|
</td>
|
229
|
<td width="58%" valign="TOP">
|
230
|
[%origRole10%]
|
231
|
</td>
|
232
|
</tr>
|
233
|
</table>
|
234
|
|
235
|
<hr>
|
236
|
<a name="DataSetAbstract"></a>
|
237
|
<p><b><font size="4" color="#0000ff">DATA SET ABSTRACT</font></b><br> [%abstract%]
|
238
|
</p>
|
239
|
|
240
|
<hr>
|
241
|
<a name="KeywordInformation"></a>
|
242
|
<p><b><font size="4" color="#0000ff">KEYWORD INFORMATION</font></b>
|
243
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
244
|
<tr>
|
245
|
<td width="21%" valign="TOP">
|
246
|
<p><font size="-1"><b>Keyword</b></font></p>
|
247
|
</td>
|
248
|
<td width="21%" valign="TOP">
|
249
|
<p><font size="-1"><b>Keyword Type</b></font></p>
|
250
|
</td>
|
251
|
<td width="58%" valign="TOP">
|
252
|
<p><font size="-1"><b>Keyword Thesaurus</b></font></p>
|
253
|
</td>
|
254
|
</tr>
|
255
|
<tr>
|
256
|
<td width="21%" valign="TOP">
|
257
|
[%keyword0%]
|
258
|
</td>
|
259
|
<td width="21%" valign="TOP">
|
260
|
[%kwType0%]
|
261
|
</td>
|
262
|
<td width="58%" valign="TOP">
|
263
|
[%kwTh0%]
|
264
|
</td>
|
265
|
</tr>
|
266
|
<tr>
|
267
|
<td width="21%" valign="TOP">
|
268
|
[%keyword1%]
|
269
|
</td>
|
270
|
<td width="21%" valign="TOP">
|
271
|
[%kwType1%]
|
272
|
</td>
|
273
|
<td width="58%" valign="TOP">
|
274
|
[%kwTh1%]
|
275
|
</td>
|
276
|
</tr>
|
277
|
<tr>
|
278
|
<td width="21%" valign="TOP">
|
279
|
[%keyword2%]
|
280
|
</td>
|
281
|
<td width="21%" valign="TOP">
|
282
|
[%kwType2%]
|
283
|
</td>
|
284
|
<td width="58%" valign="TOP">
|
285
|
[%kwTh2%]
|
286
|
</td>
|
287
|
</tr>
|
288
|
<tr>
|
289
|
<td width="21%" valign="TOP">
|
290
|
[%keyword3%]
|
291
|
</td>
|
292
|
<td width="21%" valign="TOP">
|
293
|
[%kwType3%]
|
294
|
</td>
|
295
|
<td width="58%" valign="TOP">
|
296
|
[%kwTh3%]
|
297
|
</td>
|
298
|
</tr>
|
299
|
<tr>
|
300
|
<td width="21%" valign="TOP">
|
301
|
[%keyword4%]
|
302
|
</td>
|
303
|
<td width="21%" valign="TOP">
|
304
|
[%kwType4%]
|
305
|
</td>
|
306
|
<td width="58%" valign="TOP">
|
307
|
[%kwTh4%]
|
308
|
</td>
|
309
|
</tr>
|
310
|
<tr>
|
311
|
<td width="21%" valign="TOP">
|
312
|
[%keyword5%]
|
313
|
</td>
|
314
|
<td width="21%" valign="TOP">
|
315
|
[%kwType5%]
|
316
|
</td>
|
317
|
<td width="58%" valign="TOP">
|
318
|
[%kwTh5%]
|
319
|
</td>
|
320
|
</tr>
|
321
|
<tr>
|
322
|
<td width="21%" valign="TOP">
|
323
|
[%keyword6%]
|
324
|
</td>
|
325
|
<td width="21%" valign="TOP">
|
326
|
[%kwType6%]
|
327
|
</td>
|
328
|
<td width="58%" valign="TOP">
|
329
|
[%kwTh6%]
|
330
|
</td>
|
331
|
</tr>
|
332
|
<tr>
|
333
|
<td width="21%" valign="TOP">
|
334
|
[%keyword7%]
|
335
|
</td>
|
336
|
<td width="21%" valign="TOP">
|
337
|
[%kwType7%]
|
338
|
</td>
|
339
|
<td width="58%" valign="TOP">
|
340
|
[%kwTh7%]
|
341
|
</td>
|
342
|
</tr>
|
343
|
<tr>
|
344
|
<td width="21%" valign="TOP">
|
345
|
[%keyword8%]
|
346
|
</td>
|
347
|
<td width="21%" valign="TOP">
|
348
|
[%kwType8%]
|
349
|
</td>
|
350
|
<td width="58%" valign="TOP">
|
351
|
[%kwTh8%]
|
352
|
</td>
|
353
|
</tr>
|
354
|
<tr>
|
355
|
<td width="21%" valign="TOP">
|
356
|
[%keyword9%]
|
357
|
</td>
|
358
|
<td width="21%" valign="TOP">
|
359
|
[%kwType9%]
|
360
|
</td>
|
361
|
<td width="58%" valign="TOP">
|
362
|
[%kwTh9%]
|
363
|
</td>
|
364
|
</tr>
|
365
|
</table>
|
366
|
<hr>
|
367
|
<a name="TemporalCoverageOfData"></a>
|
368
|
<p><b><font size="4" color="#0000ff">TEMPORAL COVERAGE OF DATA</font></b>
|
369
|
|
370
|
<p><b><font size="-1">Beginning Date of Data Set:</font></b> [%beginningMonth%] [%beginningDay%] [%beginningYear%]
|
371
|
</p>
|
372
|
|
373
|
<p><b><font size="-1">Ending Date of Data Set:</font></b> [%endingMonth%] [%endingDay%] [%endingYear%]
|
374
|
</p>
|
375
|
|
376
|
<hr>
|
377
|
<a name="SpatialCoverageOfData"></a>
|
378
|
<p><b><font size="4" color="#0000ff">SPATIAL COVERAGE OF DATA</font></b>
|
379
|
|
380
|
|
381
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
382
|
<tr>
|
383
|
<td valign="TOP" colspan="4">
|
384
|
<p><font size="-1"><b>Coordinates (in Degrees, Minutes and Seconds):</b></font></p>
|
385
|
</td>
|
386
|
</tr>
|
387
|
<tr>
|
388
|
<td valign="TOP" colspan="4" class="tablepanel"><font size="-1">
|
389
|
Use station coordinates: [%useSiteCoord%]
|
390
|
</td>
|
391
|
</tr>
|
392
|
<tr>
|
393
|
<td valign="TOP" colspan="4">
|
394
|
<p><font size="-1"><b>The first lat./long. pair:</b></font></p>
|
395
|
</td>
|
396
|
</tr>
|
397
|
<tr>
|
398
|
<td width="18%" valign="TOP">
|
399
|
<p><font size="-1"><b><font color="#ff0000"> </font>Latitude</b></font></p>
|
400
|
</td>
|
401
|
<td width="20%" valign="TOP">
|
402
|
<p><font size="-1"> North/South</font></p>
|
403
|
</td>
|
404
|
<td width="20%" valign="TOP">
|
405
|
<p><font size="-1"><b><font color="#ff0000"> </font>Longitude</b></font></p>
|
406
|
</td>
|
407
|
<td width="42%" valign="TOP">
|
408
|
<p><font size="-1"> West/East</font></p>
|
409
|
</td>
|
410
|
</tr>
|
411
|
<tr>
|
412
|
<td width="18%" valign="TOP">
|
413
|
<p><font size="-1">
|
414
|
[%latDeg1%] [%latMin1%]' [%latSec1%]"
|
415
|
</font></p>
|
416
|
</td>
|
417
|
<td width="20%" valign="TOP">
|
418
|
<p> <font size="-1">
|
419
|
[%hemisphLat1%]
|
420
|
</font></p>
|
421
|
</td>
|
422
|
<td width="20%" valign="TOP">
|
423
|
<p><font size="-1">
|
424
|
[%longDeg1%] [%longMin1%]' [%longSec1%]"
|
425
|
</font></p>
|
426
|
</td>
|
427
|
<td width="42%" valign="TOP">
|
428
|
<p> <font size="-1">
|
429
|
[%hemisphLong1%]
|
430
|
</font></p>
|
431
|
</td>
|
432
|
</tr>
|
433
|
<tr>
|
434
|
<td valign="TOP" colspan="4">
|
435
|
<p><font size="-1"><b>The second lat./long. pair:</b></font></p>
|
436
|
</td>
|
437
|
</tr>
|
438
|
<tr>
|
439
|
<td width="18%" valign="TOP">
|
440
|
<p><font size="-1"><b>Latitude</b></font></p>
|
441
|
</td>
|
442
|
<td width="20%" valign="TOP">
|
443
|
<p><font size="-1"> North/South</font></p>
|
444
|
</td>
|
445
|
<td width="20%" valign="TOP">
|
446
|
<p><font size="-1"><b>Longitude</b></font></p>
|
447
|
</td>
|
448
|
<td width="42%" valign="TOP">
|
449
|
<p><font size="-1">West/East</font></p>
|
450
|
</td>
|
451
|
</tr>
|
452
|
<tr>
|
453
|
<td width="18%" valign="TOP">
|
454
|
<p><font size="-1">
|
455
|
[%latDeg2%] [%latMin2%]' [%latSec2%]"
|
456
|
</font></p>
|
457
|
</td>
|
458
|
<td width="20%" valign="TOP">
|
459
|
<p> <font size="-1">
|
460
|
[%hemisphLat2%]
|
461
|
</font></p>
|
462
|
</td>
|
463
|
<td width="20%" valign="TOP">
|
464
|
<p><font size="-1">
|
465
|
[%longDeg2%] [%longMin2%]' [%longSec2%]"
|
466
|
</font></p>
|
467
|
</td>
|
468
|
<td width="42%" valign="TOP">
|
469
|
<p> <font size="-1">
|
470
|
[%hemisphLong2%]
|
471
|
</font></p>
|
472
|
</td>
|
473
|
</tr>
|
474
|
</table>
|
475
|
|
476
|
|
477
|
<hr>
|
478
|
<a name="DataSetContactAddress"></a>
|
479
|
<p><b><font size="4" color="#0000ff">DATA SET CONTACT ADDRESS</font></b>
|
480
|
|
481
|
<p><b><font size="-1">First Name:</font></b> [%origNamefirstContact%]
|
482
|
</p>
|
483
|
|
484
|
<p><b><font size="-1">Last Name:</font></b> [%origNamelastContact%]
|
485
|
</p>
|
486
|
|
487
|
<p><b><font size="-1">Organization Name:</font></b> [%origNameOrgContact%]
|
488
|
</p>
|
489
|
|
490
|
<p><b><font size="-1">E-Mail:</font></b> [%origEmailContact%]
|
491
|
</p>
|
492
|
|
493
|
<p><b><font size="-1">Phone:</font></b> [%origPhoneContact%]
|
494
|
</p>
|
495
|
|
496
|
<p><b><font size="-1">FAX:</font></b> [%origFAXContact%]
|
497
|
</p>
|
498
|
|
499
|
<p><b><font size="-1">Delivery Information:</font></b>
|
500
|
[%origDeliveryContact%]
|
501
|
</p>
|
502
|
|
503
|
<p><b><font size="-1">City:</font></b> [%origCityContact%]
|
504
|
</p>
|
505
|
|
506
|
<p><b><font size="-1">State:</font></b> [%origStateContact%]
|
507
|
</p>
|
508
|
|
509
|
<p><b><font size="-1">Other State:</font></b> [%origStateOtherContact%]
|
510
|
</p>
|
511
|
|
512
|
<p><b><font size="-1">ZIP:</font></b> [%origZIPContact%]
|
513
|
</p>
|
514
|
|
515
|
<p><b><font size="-1">Country:</font></b> [%origCountryContact%]
|
516
|
</p>
|
517
|
|
518
|
|
519
|
<hr>
|
520
|
<a name="DistributionIinformation"></a>
|
521
|
<p><b><font size="4" color="#0000ff">DISTRIBUTION INFORMATION</font></b>
|
522
|
|
523
|
<a name=Site-specificCode></a>
|
524
|
<p><b><font size="-1">Dataset Name or Identifier</font>:</b> [%identifier%]
|
525
|
</p>
|
526
|
|
527
|
<p><b><font size="-1">Data Medium</font>:</b> [%dataMedium%]
|
528
|
</p>
|
529
|
|
530
|
<p><b><font size="-1">Other Data Medium</font></b>: [%dataMediumOther%]
|
531
|
</p>
|
532
|
|
533
|
<p><b><font size="-1">Use Constraints:</font></b> [%useConstraints%]
|
534
|
</p>
|
535
|
|
536
|
<p><b><font size="-1">Other Use Constraints:</font></b> [%useConstraintsOther%]
|
537
|
</p>
|
538
|
|
539
|
<p><b><font size="-1">URL</font></b>: [%url%]
|
540
|
</p>
|
541
|
|
542
|
<hr>
|
543
|
<a name="AdditionalInformation"></a>
|
544
|
<p><b><font size="4" color="#0000ff">Additional Information/Remarks:</font></b> <br> [%addComments%]
|
545
|
</p>
|
546
|
<hr>
|
547
|
|
548
|
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
|
549
|
<input type="hidden" name="cfg" value="[% cfg %]">
|
550
|
<input type="hidden" name="docid" value="[% docid %]">
|
551
|
<input type="hidden" name="stage" value="confirmed">
|
552
|
<input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
|
553
|
<input type="hidden" name="providerSurName" value="[%providerSurName%]">
|
554
|
<input type="hidden" name="site" value="[%site%]">
|
555
|
<input type="hidden" name="identifier" value="[%identifier%]">
|
556
|
<input type="hidden" name="title" value="[%title%]">
|
557
|
<input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">
|
558
|
<input type="hidden" name="origNamelast0" value="[%origNamelast0%]">
|
559
|
<input type="hidden" name="origNameOrg" value="[%origNameOrg%]">
|
560
|
<input type="hidden" name="origRole0" value="[%origRole0%]">
|
561
|
<input type="hidden" name="origDelivery" value="[%origDelivery%]">
|
562
|
<input type="hidden" name="origCity" value="[%origCity%]">
|
563
|
<input type="hidden" name="origState" value="[%origState%]">
|
564
|
<input type="hidden" name="origStateOther" value="[%origStateOther%]">
|
565
|
<input type="hidden" name="origZIP" value="[%origZIP%]">
|
566
|
<input type="hidden" name="origCountry" value="[%origCountry%]">
|
567
|
<input type="hidden" name="origPhone" value="[%origPhone%]">
|
568
|
<input type="hidden" name="origFAX" value="[%origFAX%]">
|
569
|
<input type="hidden" name="origEmail" value="[%origEmail%]">
|
570
|
<input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]">
|
571
|
<input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]">
|
572
|
<input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]">
|
573
|
<input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]">
|
574
|
<input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]">
|
575
|
<input type="hidden" name="origCityContact" value="[%origCityContact%]">
|
576
|
<input type="hidden" name="origStateContact" value="[%origStateContact%]">
|
577
|
<input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]">
|
578
|
<input type="hidden" name="origZIPContact" value="[%origZIPContact%]">
|
579
|
<input type="hidden" name="origCountryContact" value="[%origCountryContact%]">
|
580
|
<input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]">
|
581
|
<input type="hidden" name="origFAXContact" value="[%origFAXContact%]">
|
582
|
<input type="hidden" name="origEmailContact" value="[%origEmailContact%]">
|
583
|
<input type="hidden" name="origNamefirst1" value="[%origNamefirst1%]">
|
584
|
<input type="hidden" name="origNamelast1" value="[%origNamelast1%]">
|
585
|
<input type="hidden" name="origRole1" value="[%origRole1%]">
|
586
|
<input type="hidden" name="origNamefirst2" value="[%origNamefirst2%]">
|
587
|
<input type="hidden" name="origNamelast2" value="[%origNamelast2%]">
|
588
|
<input type="hidden" name="origRole2" value="[%origRole2%]">
|
589
|
<input type="hidden" name="origNamefirst3" value="[%origNamefirst3%]">
|
590
|
<input type="hidden" name="origNamelast3" value="[%origNamelast3%]">
|
591
|
<input type="hidden" name="origRole3" value="[%origRole3%]">
|
592
|
<input type="hidden" name="origNamefirst4" value="[%origNamefirst4%]">
|
593
|
<input type="hidden" name="origNamelast4" value="[%origNamelast4%]">
|
594
|
<input type="hidden" name="origRole4" value="[%origRole4%]">
|
595
|
<input type="hidden" name="origNamefirst5" value="[%origNamefirst5%]">
|
596
|
<input type="hidden" name="origNamelast5" value="[%origNamelast5%]">
|
597
|
<input type="hidden" name="origRole5" value="[%origRole5%]">
|
598
|
<input type="hidden" name="origNamefirst6" value="[%origNamefirst6%]">
|
599
|
<input type="hidden" name="origNamelast6" value="[%origNamelast6%]">
|
600
|
<input type="hidden" name="origRole6" value="[%origRole6%]">
|
601
|
<input type="hidden" name="origNamefirst7" value="[%origNamefirst7%]">
|
602
|
<input type="hidden" name="origNamelast7" value="[%origNamelast7%]">
|
603
|
<input type="hidden" name="origRole7" value="[%origRole7%]">
|
604
|
<input type="hidden" name="origNamefirst8" value="[%origNamefirst8%]">
|
605
|
<input type="hidden" name="origNamelast8" value="[%origNamelast8%]">
|
606
|
<input type="hidden" name="origRole8" value="[%origRole8%]">
|
607
|
<input type="hidden" name="origNamefirst9" value="[%origNamefirst9%]">
|
608
|
<input type="hidden" name="origNamelast9" value="[%origNamelast9%]">
|
609
|
<input type="hidden" name="origRole9" value="[%origRole9%]">
|
610
|
<input type="hidden" name="origNamefirst10" value="[%origNamefirst10%]">
|
611
|
<input type="hidden" name="origNamelast10" value="[%origNamelast10%]">
|
612
|
<input type="hidden" name="origRole10" value="[%origRole10%]">
|
613
|
<input type="hidden" name="abstract" value="[%abstract%]">
|
614
|
<input type="hidden" name="keyword0" value="[%keyword0%]">
|
615
|
<input type="hidden" name="kwType0" value="[%kwType0%]">
|
616
|
<input type="hidden" name="kwTh0" value="[%kwTh0%]">
|
617
|
<input type="hidden" name="keyword1" value="[%keyword1%]">
|
618
|
<input type="hidden" name="kwType1" value="[%kwType1%]">
|
619
|
<input type="hidden" name="kwTh1" value="[%kwTh1%]">
|
620
|
<input type="hidden" name="keyword2" value="[%keyword2%]">
|
621
|
<input type="hidden" name="kwType2" value="[%kwType2%]">
|
622
|
<input type="hidden" name="kwTh2" value="[%kwTh2%]">
|
623
|
<input type="hidden" name="keyword3" value="[%keyword3%]">
|
624
|
<input type="hidden" name="kwType3" value="[%kwType3%]">
|
625
|
<input type="hidden" name="kwTh3" value="[%kwTh3%]">
|
626
|
<input type="hidden" name="keyword4" value="[%keyword4%]">
|
627
|
<input type="hidden" name="kwType4" value="[%kwType4%]">
|
628
|
<input type="hidden" name="kwTh4" value="[%kwTh4%]">
|
629
|
<input type="hidden" name="keyword5" value="[%keyword5%]">
|
630
|
<input type="hidden" name="kwType5" value="[%kwType5%]">
|
631
|
<input type="hidden" name="kwTh5" value="[%kwTh5%]">
|
632
|
<input type="hidden" name="keyword6" value="[%keyword6%]">
|
633
|
<input type="hidden" name="kwType6" value="[%kwType6%]">
|
634
|
<input type="hidden" name="kwTh6" value="[%kwTh6%]">
|
635
|
<input type="hidden" name="keyword7" value="[%keyword7%]">
|
636
|
<input type="hidden" name="kwType7" value="[%kwType7%]">
|
637
|
<input type="hidden" name="kwTh7" value="[%kwTh7%]">
|
638
|
<input type="hidden" name="keyword8" value="[%keyword8%]">
|
639
|
<input type="hidden" name="kwType8" value="[%kwType8%]">
|
640
|
<input type="hidden" name="kwTh8" value="[%kwTh8%]">
|
641
|
<input type="hidden" name="keyword9" value="[%keyword9%]">
|
642
|
<input type="hidden" name="kwType9" value="[%kwType9%]">
|
643
|
<input type="hidden" name="kwTh9" value="[%kwTh9%]">
|
644
|
<input type="hidden" name="addComments" value="[%addComments%]">
|
645
|
<input type="hidden" name="useConstraints" value="[%useConstraints%]">
|
646
|
<input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]">
|
647
|
<input type="hidden" name="url" value="[%url%]">
|
648
|
<input type="hidden" name="dataMedium" value="[%dataMedium%]">
|
649
|
<input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]">
|
650
|
<input type="hidden" name="beginningYear" value="[%beginningYear%]">
|
651
|
<input type="hidden" name="beginningMonth" value="[%beginningMonth%]">
|
652
|
<input type="hidden" name="beginningDay" value="[%beginningDay%]">
|
653
|
<input type="hidden" name="endingYear" value="[%endingYear%]">
|
654
|
<input type="hidden" name="endingMonth" value="[%endingMonth%]">
|
655
|
<input type="hidden" name="endingDay" value="[%endingDay%]">
|
656
|
<input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
|
657
|
<input type="hidden" name="latDeg1" value="[% latDeg1 %]">
|
658
|
<input type="hidden" name="latMin1" value="[%latMin1%]">
|
659
|
<input type="hidden" name="latSec1" value="[%latSec1%]">
|
660
|
<input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]">
|
661
|
<input type="hidden" name="longDeg1" value="[% longDeg1 %]">
|
662
|
<input type="hidden" name="longMin1" value="[%longMin1%]">
|
663
|
<input type="hidden" name="longSec1" value="[%longSec1%]">
|
664
|
<input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]">
|
665
|
<input type="hidden" name="latDeg2" value="[%latDeg2%]">
|
666
|
<input type="hidden" name="latMin2" value="[%latMin2%]">
|
667
|
<input type="hidden" name="latSec2" value="[%latSec2%]">
|
668
|
<input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]">
|
669
|
<input type="hidden" name="longDeg2" value="[%longDeg2%]">
|
670
|
<input type="hidden" name="longMin2" value="[%longMin2%]">
|
671
|
<input type="hidden" name="longSec2" value="[%longSec2%]">
|
672
|
<input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
|
673
|
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
|
674
|
<tr>
|
675
|
<td>
|
676
|
<font color="#FF0000" size="-1">NOTE: You must enter your username
|
677
|
and password. This is for the protection of your metadata. The
|
678
|
username and password will prevent any unauthorized person from
|
679
|
modifying your metadata. If you do not have an account, click <a
|
680
|
target="ldap" href="@cgi-prefix@/ldapweb.cgi?cfg=[% cfg %]">here</a>.
|
681
|
If you don't remember your password, you can
|
682
|
have it reset and emailed to you <a target="ldap"
|
683
|
href="@cgi-prefix@/ldapweb.cgi?stage=resetpass&cfg=[% cfg %]">here.
|
684
|
</a> If you want to change your password, click here <a target="ldap"
|
685
|
href="@cgi-prefix@/ldapweb.cgi?stage=changepass&cfg=[% cfg %]">here.
|
686
|
</a></font>
|
687
|
<table cellspacing="0" border="0" cellpadding="9" width="360" bgcolor="#C6d6e7" align="left">
|
688
|
<tr>
|
689
|
<td>
|
690
|
<font size="-1"><b>
|
691
|
Username:
|
692
|
</b></font>
|
693
|
</td>
|
694
|
<td>
|
695
|
<input type="TEXT" name="username">
|
696
|
</td>
|
697
|
</tr>
|
698
|
<tr>
|
699
|
<td>
|
700
|
<font size="-1"><b>
|
701
|
Organization:
|
702
|
</b></font>
|
703
|
</td>
|
704
|
<td>
|
705
|
<select name="organization">
|
706
|
<option value="unaffiliated">unaffiliated</option>
|
707
|
<option value="NCEAS">NCEAS</option>
|
708
|
<option value="LTER">LTER</option>
|
709
|
<option value="SDSC">SDSC</option>
|
710
|
<option value="OBFS">OBFS</option>
|
711
|
<option value="KU">KU</option>
|
712
|
</select>
|
713
|
</td>
|
714
|
</tr>
|
715
|
<tr>
|
716
|
<td>
|
717
|
<font size="-1"><b>
|
718
|
Password:
|
719
|
</b></font>
|
720
|
</td>
|
721
|
<td>
|
722
|
<input type="PASSWORD" name="password">
|
723
|
</td>
|
724
|
</tr>
|
725
|
</table>
|
726
|
</td>
|
727
|
</tr>
|
728
|
</table>
|
729
|
<p>
|
730
|
<hr>
|
731
|
</p>
|
732
|
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
|
733
|
<tr>
|
734
|
<td>
|
735
|
<font size="-1"><b>Is the above data correct??</b></font>
|
736
|
<p>
|
737
|
<input type="SUBMIT" value=" Yes, it is correct!! " name="dataCorrect">
|
738
|
<input type="SUBMIT" value="No, I want to change it!!" name="dataWrong">
|
739
|
</p>
|
740
|
</td>
|
741
|
</tr>
|
742
|
</table>
|
743
|
</form>
|
744
|
<p> </p>
|
745
|
[% INCLUDE "genericFooter.tmpl" %]
|