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