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: sgarg $'
|
8
|
* '$Date: 2005-03-16 15:12:35 -0800 (Wed, 16 Mar 2005) $'
|
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
|
<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
|
|
40
|
<tr><td align="left"><span class="regtext">You can print this page for your record.<span></td></tr>
|
41
|
</table>
|
42
|
|
43
|
<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
|
</p>
|
48
|
<p><span class="label">First Name:</span> [%providerGivenName%]
|
49
|
</p>
|
50
|
<p><span class="label">Last Name:</span> [%providerSurName%]
|
51
|
</p>
|
52
|
<p><span class="label">Data Set Title:</span> [%title%]
|
53
|
</p>
|
54
|
|
55
|
|
56
|
|
57
|
[% IF cfg == 'nceas' %]
|
58
|
[% FOREACH group = wg %]
|
59
|
<p><span class="label">NCEAS Project:</span> [%group%] </p>
|
60
|
[% END %]
|
61
|
|
62
|
[% ELSE %]
|
63
|
[% 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
|
[% END %]
|
69
|
|
70
|
<hr>
|
71
|
<a name="DataSetOriginator"></a>
|
72
|
<p><span class="sectionnames">PRINCIPAL DATA SET OWNER</span>
|
73
|
|
74
|
<p><span class="label">First Name:</span> [%origNamefirst0%]
|
75
|
</p>
|
76
|
|
77
|
<p><span class="label">Last Name:</span> [%origNamelast0%]
|
78
|
</p>
|
79
|
|
80
|
<p><span class="label">Organization Name:</span> [%origNameOrg%]
|
81
|
</p>
|
82
|
|
83
|
<p><span class="label">E-Mail:</span> [%origEmail%]
|
84
|
</p>
|
85
|
|
86
|
<p><span class="label">Phone:</span> [%origPhone%]
|
87
|
</p>
|
88
|
|
89
|
<p><span class="label">FAX:</span> [%origFAX%]
|
90
|
</p>
|
91
|
|
92
|
<p><span class="label">Street Information:</span>
|
93
|
[%origDelivery%]
|
94
|
</p>
|
95
|
|
96
|
<p><span class="label">City:</span> [%origCity%]
|
97
|
</p>
|
98
|
|
99
|
<p><span class="label">State:</span> [%origState%]
|
100
|
</p>
|
101
|
|
102
|
<p><span class="label">Other State/Province:</span> [%origStateOther%]
|
103
|
</p>
|
104
|
|
105
|
<p><span class="label">Postal Code:</span> [%origZIP%]
|
106
|
</p>
|
107
|
|
108
|
<p><span class="label">Country:</span> [%origCountry%]
|
109
|
</p>
|
110
|
|
111
|
<hr>
|
112
|
<a name="AdditionalOriginators"></a>
|
113
|
<p><span class="sectionnames">ASSOCIATED PARTIES</span>
|
114
|
|
115
|
[% numAO = 0 %]
|
116
|
[% IF aoCount > 0 %]
|
117
|
[% numAO = aoCount %]
|
118
|
[% END %]
|
119
|
|
120
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
121
|
<tr>
|
122
|
<td width="21%" valign="TOP">
|
123
|
<span class="label">First Name</span>
|
124
|
</td>
|
125
|
<td width="21%" valign="TOP">
|
126
|
<span class="label">Last Name</span>
|
127
|
</td>
|
128
|
<td width="58%" valign="TOP">
|
129
|
<span class="label">Role</span>
|
130
|
</td>
|
131
|
</tr>
|
132
|
[% cnt = 1 %]
|
133
|
[% WHILE cnt <= numAO %]
|
134
|
[% SET origNamefirst = "origNamefirst${cnt}" %]
|
135
|
[% SET origNamelast = "origNamelast${cnt}" %]
|
136
|
[% SET origRole = "origRole${cnt}" %]
|
137
|
<tr>
|
138
|
<td width="21%" valign="TOP">
|
139
|
[% $origNamefirst %]
|
140
|
</td>
|
141
|
<td width="21%" valign="TOP">
|
142
|
[% $origNamelast %]
|
143
|
</td>
|
144
|
<td width="58%" valign="TOP">
|
145
|
[% $origRole %]
|
146
|
</td>
|
147
|
</tr>
|
148
|
[% cnt = cnt + 1 %]
|
149
|
[% END %]
|
150
|
</table>
|
151
|
|
152
|
<hr>
|
153
|
<a name="DataSetAbstract"></a>
|
154
|
<p><span class="sectionnames">DATA SET ABSTRACT</span><br> [%abstract%]
|
155
|
</p>
|
156
|
[% IF hasKeyword == 'true' %]
|
157
|
<hr>
|
158
|
<a name="KeywordInformation"></a>
|
159
|
<p><span class="sectionnames">KEYWORD INFORMATION</span>
|
160
|
|
161
|
[% numKey = 0 %]
|
162
|
[% IF keyCount > 0 %]
|
163
|
[% numKey = keyCount %]
|
164
|
[% END %]
|
165
|
|
166
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
167
|
<tr>
|
168
|
<td width="21%" align="left" valign="TOP">
|
169
|
<span class="label">Keyword</span>
|
170
|
</td>
|
171
|
<td width="21%" align="left" valign="TOP">
|
172
|
<span class="label">Keyword Type</span>
|
173
|
</td>
|
174
|
<td width="58%" align="left" valign="TOP">
|
175
|
<span class="label">Keyword Thesaurus</span>
|
176
|
</td>
|
177
|
</tr>
|
178
|
[% cnt = 1 %]
|
179
|
[% WHILE cnt <= numKey %]
|
180
|
[% SET key = "keyword${cnt}" %]
|
181
|
[% SET keyType = "kwType${cnt}" %]
|
182
|
[% SET keyTh = "kwTh${cnt}" %]
|
183
|
<tr>
|
184
|
<td width="21%" align="left" valign="TOP">
|
185
|
[% $key %]
|
186
|
</td>
|
187
|
<td width="21%" align="left" valign="TOP">
|
188
|
[% $keyType %]
|
189
|
</td>
|
190
|
<td width="58%" align="left" valign="TOP">
|
191
|
[% $keyTh %]
|
192
|
</td>
|
193
|
</tr>
|
194
|
[% cnt = cnt + 1 %]
|
195
|
[% END %]
|
196
|
</table>
|
197
|
[% END %]
|
198
|
|
199
|
[% IF hasTemporal == 'true' %]
|
200
|
<hr>
|
201
|
<a name="TemporalCoverageOfData"></a>
|
202
|
<p><span class="sectionnames">TEMPORAL COVERAGE OF DATA</span>
|
203
|
|
204
|
<p><span class="label">Start Date:</span> [%beginningMonth%] [%beginningDay%] [%beginningYear%]
|
205
|
</p>
|
206
|
|
207
|
<p><span class="label">Stop Date:</span> [%endingMonth%] [%endingDay%] [%endingYear%]
|
208
|
</p>
|
209
|
[% END %]
|
210
|
|
211
|
[% IF hasSpatial == 'true' %]
|
212
|
<hr>
|
213
|
<a name="SpatialCoverageOfData"></a>
|
214
|
<p><span class="sectionnames">SPATIAL COVERAGE OF DATA</span>
|
215
|
|
216
|
|
217
|
<table cellspacing="0" border="0" cellpadding="9" width="760">
|
218
|
<tr>
|
219
|
<td valign="TOP" colspan="4">
|
220
|
<p><span class="label">Geographic Description:</span> [%geogdesc%]</p>
|
221
|
</td>
|
222
|
</tr>
|
223
|
<tr>
|
224
|
<td valign="TOP" colspan="4">
|
225
|
<p><span class="label">Coordinates (in Degrees, Minutes and Seconds):</span></p>
|
226
|
</td>
|
227
|
</tr>
|
228
|
|
229
|
<tr>
|
230
|
<td valign="TOP" colspan="4">
|
231
|
<p><span class="label">The first lat/long pair:</span></p>
|
232
|
</td>
|
233
|
</tr>
|
234
|
<tr>
|
235
|
<td width="18%" valign="TOP">
|
236
|
<p><span class="label"> Latitude</span></p>
|
237
|
</td>
|
238
|
<td width="20%" valign="TOP">
|
239
|
<p><span class="label"> North/South</span></p>
|
240
|
</td>
|
241
|
<td width="20%" valign="TOP">
|
242
|
<p><span class="label"> Longitude</span></p>
|
243
|
</td>
|
244
|
<td width="42%" valign="TOP">
|
245
|
<p><span class="label"> West/East</span></p>
|
246
|
</td>
|
247
|
</tr>
|
248
|
<tr>
|
249
|
<td width="18%" valign="TOP">
|
250
|
<p><font size="-1">
|
251
|
[%latDeg1%] [%latMin1%]' [%latSec1%]"
|
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%] [%longMin1%]' [%longSec1%]"
|
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
|
<p><span class="label">The second lat/long pair:</span></p>
|
273
|
</td>
|
274
|
</tr>
|
275
|
<tr>
|
276
|
<td width="18%" valign="TOP">
|
277
|
<p><span class="label">Latitude</span></p>
|
278
|
</td>
|
279
|
<td width="20%" valign="TOP">
|
280
|
<p><sapn class="label"> North/South</span></p>
|
281
|
</td>
|
282
|
<td width="20%" valign="TOP">
|
283
|
<p><span class="label">Longitude</span></p>
|
284
|
</td>
|
285
|
<td width="42%" valign="TOP">
|
286
|
<p><sapn class="label">West/East</span></p>
|
287
|
</td>
|
288
|
</tr>
|
289
|
<tr>
|
290
|
<td width="18%" valign="TOP">
|
291
|
<p><font size="-1">
|
292
|
[%latDeg2%] [%latMin2%]' [%latSec2%]"
|
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%] [%longMin2%]' [%longSec2%]"
|
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
|
[% END %]
|
313
|
|
314
|
[% IF hasTaxonomic == 'true' %]
|
315
|
[% numTaxa = 0 %]
|
316
|
[% IF taxaCount > 0 %]
|
317
|
[% numTaxa = taxaCount %]
|
318
|
[% END %]
|
319
|
<hr>
|
320
|
<a name="Taxonomic Coverage"></a>
|
321
|
<p><span class="sectionnames">TAXONOMIC COVERAGE OF DATA</span></p>
|
322
|
[% cnt = 1 %]
|
323
|
[% WHILE cnt <= numTaxa %]
|
324
|
[% SET trn = "taxonRankName${cnt}" %]
|
325
|
[% SET trv = "taxonRankValue${cnt}" %]
|
326
|
<p><span class="label">Taxon:</span> [% $trn %]: [% $trv %]</p>
|
327
|
[% cnt = cnt + 1 %]
|
328
|
[% END %]
|
329
|
<p><span class="label">Taxonomic Reference:</span> [% taxaAuth %]</p>
|
330
|
[% END %]
|
331
|
|
332
|
[% IF hasMethod == 'true' %]
|
333
|
<hr>
|
334
|
<a name="Methods"></a>
|
335
|
<p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
|
336
|
<p><span class="label">Method Title:</span> [%methodTitle%]</p>
|
337
|
[% FOREACH para = methodPara %]
|
338
|
<p><span class="label">Paragraph:</span> [%para%] </p>
|
339
|
[% END %]
|
340
|
<p><span class="label">Extent of Study Description:</span> [%studyExtentDescription%]</p>
|
341
|
<p><span class="label">Sampling Description:</span> [%samplingDescription%]</p>
|
342
|
[% END %]
|
343
|
|
344
|
<hr>
|
345
|
<a name="DataSetContactAddress"></a>
|
346
|
<p><span class="sectionnames">DATA SET CONTACT</span>
|
347
|
|
348
|
<p><span class="label">First Name:</span> [%origNamefirstContact%]
|
349
|
</p>
|
350
|
|
351
|
<p><span class="label">Last Name:</span> [%origNamelastContact%]
|
352
|
</p>
|
353
|
|
354
|
<p><span class="label">Organization Name:</span> [%origNameOrgContact%]
|
355
|
</p>
|
356
|
|
357
|
<p><span class="label">E-Mail:</span> [%origEmailContact%]
|
358
|
</p>
|
359
|
|
360
|
<p><span class="label">Phone:</span> [%origPhoneContact%]
|
361
|
</p>
|
362
|
|
363
|
<p><span class="label">FAX:</span> [%origFAXContact%]
|
364
|
</p>
|
365
|
|
366
|
<p><span class="label">Street Information:</span>
|
367
|
[%origDeliveryContact%]
|
368
|
</p>
|
369
|
|
370
|
<p><span class="label">City:</span> [%origCityContact%]
|
371
|
</p>
|
372
|
|
373
|
<p><span class="label">State:</span> [%origStateContact%]
|
374
|
</p>
|
375
|
|
376
|
<p><span class="label">Other State/Province:</span> [%origStateOtherContact%]
|
377
|
</p>
|
378
|
|
379
|
<p><span class="label">Postal Code:</span> [%origZIPContact%]
|
380
|
</p>
|
381
|
|
382
|
<p><span class="label">Country:</span> [%origCountryContact%]
|
383
|
</p>
|
384
|
|
385
|
|
386
|
<hr>
|
387
|
<a name="DistributionIinformation"></a>
|
388
|
<p><span class="sectionnames">DISTRIBUTION INFORMATION</span>
|
389
|
|
390
|
<a name=Site-specificCode></a>
|
391
|
<p><span class="label">Data Set Identifier:</span> [%identifier%]
|
392
|
</p>
|
393
|
|
394
|
<p><span class="label">Data Medium:</span> [%dataMedium%] <span class="label">Other Data Medium</span>: [%dataMediumOther%]
|
395
|
</p>
|
396
|
|
397
|
|
398
|
<p><span class="label">Usage Constraints:</span> [%useConstraints%] <span class="label">Other Usage Constraints:</span> [%useConstraintsOther%]
|
399
|
</p>
|
400
|
|
401
|
|
402
|
<p><span class="label">URL</span>: [%url%]
|
403
|
</p>
|
404
|
<p><span class="label">Additional Information:</span> [%addComments%]
|
405
|
</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
|
<input type="hidden" name="showSiteList" value="[% showSiteList %]">
|
413
|
<input type="hidden" name="showWgList" value="[% showWgList %]">
|
414
|
<input type="hidden" name="showOrganization" value="[% showOrganization %]">
|
415
|
<input type="hidden" name="lsite" value="[% lsite %]">
|
416
|
<input type="hidden" name="usite" value="[% usite %]">
|
417
|
<input type="hidden" name="hasKeyword" value="[% hasKeyword %]">
|
418
|
<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
|
<input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
|
425
|
<input type="hidden" name="providerSurName" value="[%providerSurName%]">
|
426
|
<input type="hidden" name="site" value="[%site%]">
|
427
|
[% IF cfg == 'nceas' %]
|
428
|
[% FOREACH group = wg %]
|
429
|
<input type="hidden" name="wg" value="[%group%]">
|
430
|
[% END %]
|
431
|
[% END %]
|
432
|
<input type="hidden" name="identifier" value="[%identifier%]">
|
433
|
<input type="hidden" name="title" value="[%title%]">
|
434
|
<input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">
|
435
|
<input type="hidden" name="origNamelast0" value="[%origNamelast0%]">
|
436
|
<input type="hidden" name="origNameOrg" value="[%origNameOrg%]">
|
437
|
<input type="hidden" name="origRole0" value="[%origRole0%]">
|
438
|
<input type="hidden" name="origDelivery" value="[%origDelivery%]">
|
439
|
<input type="hidden" name="origCity" value="[%origCity%]">
|
440
|
<input type="hidden" name="origState" value="[%origState%]">
|
441
|
<input type="hidden" name="origStateOther" value="[%origStateOther%]">
|
442
|
<input type="hidden" name="origZIP" value="[%origZIP%]">
|
443
|
<input type="hidden" name="origCountry" value="[%origCountry%]">
|
444
|
<input type="hidden" name="origPhone" value="[%origPhone%]">
|
445
|
<input type="hidden" name="origFAX" value="[%origFAX%]">
|
446
|
<input type="hidden" name="origEmail" value="[%origEmail%]">
|
447
|
<input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]">
|
448
|
<input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]">
|
449
|
<input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]">
|
450
|
<input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]">
|
451
|
<input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]">
|
452
|
<input type="hidden" name="origCityContact" value="[%origCityContact%]">
|
453
|
<input type="hidden" name="origStateContact" value="[%origStateContact%]">
|
454
|
<input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]">
|
455
|
<input type="hidden" name="origZIPContact" value="[%origZIPContact%]">
|
456
|
<input type="hidden" name="origCountryContact" value="[%origCountryContact%]">
|
457
|
<input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]">
|
458
|
<input type="hidden" name="origFAXContact" value="[%origFAXContact%]">
|
459
|
<input type="hidden" name="origEmailContact" value="[%origEmailContact%]">
|
460
|
<input type="hidden" name="aoCount" value="[%aoCount%]">
|
461
|
[% cnt = 1 %]
|
462
|
[% WHILE cnt <= numAO %]
|
463
|
[% SET origNamefirst = "origNamefirst${cnt}" %]
|
464
|
[% SET origNamelast = "origNamelast${cnt}" %]
|
465
|
[% SET origRole = "origRole${cnt}" %]
|
466
|
<input type="hidden" name="[% origNamefirst %]" value="[% $origNamefirst %]">
|
467
|
<input type="hidden" name="[% origNamelast %]" value="[% $origNamelast %]">
|
468
|
<input type="hidden" name="[% origRole %]" value="[% $origRole %]">
|
469
|
[% cnt = cnt + 1 %]
|
470
|
[% END %]
|
471
|
<input type="hidden" name="abstract" value="[%abstract%]">
|
472
|
<input type="hidden" name="keyCount" value="[%keyCount%]">
|
473
|
[% cnt = 1 %]
|
474
|
[% WHILE cnt <= numKey %]
|
475
|
[% SET kyd = "keyword${cnt}" %]
|
476
|
[% SET keyType = "kwType${cnt}" %]
|
477
|
[% SET keyTh = "kwTh${cnt}" %]
|
478
|
<input type="hidden" name="[% kyd %]" value="[% $kyd %]">
|
479
|
<input type="hidden" name="[% keyType %]" value="[% $keyType %]">
|
480
|
<input type="hidden" name="[% keyTh %]" value="[% $keyTh %]">
|
481
|
[% cnt = cnt + 1 %]
|
482
|
[% END %]
|
483
|
<input type="hidden" name="addComments" value="[%addComments%]">
|
484
|
<input type="hidden" name="useConstraints" value="[%useConstraints%]">
|
485
|
<input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]">
|
486
|
<input type="hidden" name="url" value="[%url%]">
|
487
|
<input type="hidden" name="dataMedium" value="[%dataMedium%]">
|
488
|
<input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]">
|
489
|
<input type="hidden" name="beginningYear" value="[%beginningYear%]">
|
490
|
<input type="hidden" name="beginningMonth" value="[%beginningMonth%]">
|
491
|
<input type="hidden" name="beginningDay" value="[%beginningDay%]">
|
492
|
<input type="hidden" name="endingYear" value="[%endingYear%]">
|
493
|
<input type="hidden" name="endingMonth" value="[%endingMonth%]">
|
494
|
<input type="hidden" name="endingDay" value="[%endingDay%]">
|
495
|
<input type="hidden" name="geogdesc" value="[%geogdesc%]">
|
496
|
<input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
|
497
|
<input type="hidden" name="latDeg1" value="[% latDeg1 %]">
|
498
|
<input type="hidden" name="latMin1" value="[%latMin1%]">
|
499
|
<input type="hidden" name="latSec1" value="[%latSec1%]">
|
500
|
<input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]">
|
501
|
<input type="hidden" name="longDeg1" value="[% longDeg1 %]">
|
502
|
<input type="hidden" name="longMin1" value="[%longMin1%]">
|
503
|
<input type="hidden" name="longSec1" value="[%longSec1%]">
|
504
|
<input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]">
|
505
|
<input type="hidden" name="latDeg2" value="[%latDeg2%]">
|
506
|
<input type="hidden" name="latMin2" value="[%latMin2%]">
|
507
|
<input type="hidden" name="latSec2" value="[%latSec2%]">
|
508
|
<input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]">
|
509
|
<input type="hidden" name="longDeg2" value="[%longDeg2%]">
|
510
|
<input type="hidden" name="longMin2" value="[%longMin2%]">
|
511
|
<input type="hidden" name="longSec2" value="[%longSec2%]">
|
512
|
<input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
|
513
|
<input type="hidden" name="taxaCount" value="[%taxaCount%]">
|
514
|
[% cnt = 1 %]
|
515
|
[% WHILE cnt <= numTaxa %]
|
516
|
[% SET trn = "taxonRankName${cnt}" %]
|
517
|
[% SET trv = "taxonRankValue${cnt}" %]
|
518
|
<input type="hidden" name="[% trn %]" value="[% $trn %]">
|
519
|
<input type="hidden" name="[% trv %]" value="[% $trv %]">
|
520
|
[% cnt = cnt + 1 %]
|
521
|
[% END %]
|
522
|
<input type="hidden" name="taxaAuth" value="[%taxaAuth%]">
|
523
|
|
524
|
<input type="hidden" name="methodTitle" value="[%methodTitle%]">
|
525
|
[% FOREACH para = methodPara %]
|
526
|
<input type="hidden" name="methodPara" value="[%para%]">
|
527
|
[% END %]
|
528
|
<input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]">
|
529
|
<input type="hidden" name="samplingDescription" value="[%samplingDescription%]">
|
530
|
|
531
|
</td><tr></table>
|
532
|
|
533
|
|
534
|
<table class="intro" cellspacing="0" border="0" cellpadding="9">
|
535
|
<tr><td class="sectbody"><span class="sectionnames">SIGN IN</span></td></tr>
|
536
|
<tr><td class="sectbody"><span class="label"><u>NOTE:</u> You must enter your username
|
537
|
and password. This is for the protection of your metadata. The
|
538
|
username and password will prevent any unauthorized person from
|
539
|
modifying your metadata. If you do not have an account, click <a
|
540
|
target="ldap" href="@cgi-prefix@/ldapweb.cgi?cfg=[% cfg %]">here</a>.
|
541
|
If you don't remember your password, you can
|
542
|
have it reset and e-mailed to you by clicking <a target="ldap"
|
543
|
href="@cgi-prefix@/ldapweb.cgi?stage=initresetpass&cfg=[% cfg %]">here</a>. If you want to
|
544
|
change your password, click <a target="ldap"
|
545
|
href="@cgi-prefix@/ldapweb.cgi?stage=initchangepass&cfg=[% cfg %]">here</a>.
|
546
|
</span>
|
547
|
<table cellspacing="0" border="0" cellpadding="9" width="360" align="left">
|
548
|
<tr>
|
549
|
<td>
|
550
|
<span class="label">
|
551
|
Username:
|
552
|
</span></td>
|
553
|
<td>
|
554
|
<input type="TEXT" name="username"></td></tr>
|
555
|
<tr>
|
556
|
<td>
|
557
|
<span class="label">
|
558
|
Organization:
|
559
|
</span></td>
|
560
|
<td>
|
561
|
<select name="organization">
|
562
|
<option value="unaffiliated">unaffiliated</option>
|
563
|
<option value="NCEAS">NCEAS</option>
|
564
|
<option value="LTER">LTER</option>
|
565
|
<option value="SDSC">SDSC</option>
|
566
|
<option value="OBFS">OBFS</option>
|
567
|
<option value="KU">KU</option>
|
568
|
<option value="UCNRS">UCNRS</option>
|
569
|
</select></td></tr>
|
570
|
<tr>
|
571
|
<td>
|
572
|
<span class="label">
|
573
|
Password:
|
574
|
</span></td>
|
575
|
<td>
|
576
|
<input type="PASSWORD" name="password">
|
577
|
</td></tr>
|
578
|
</table>
|
579
|
</td></tr>
|
580
|
</table>
|
581
|
<p> </p>
|
582
|
|
583
|
|
584
|
<table class="intro" cellspacing="0" cellpadding="3" >
|
585
|
<tr><td align="left">
|
586
|
<p><span class="label">Is the information above correct?</span></p>
|
587
|
<p>
|
588
|
<input type="SUBMIT" value=" Yes, submit " name="dataCorrect">
|
589
|
<input type="SUBMIT" value="No, go back to editing" name="dataWrong">
|
590
|
</p>
|
591
|
</td></tr>
|
592
|
</table>
|
593
|
</form>
|
594
|
<p> </p>
|
595
|
[% INCLUDE "genericFooter.tmpl" %]
|