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 3422 walbridge
    [% IF latDeg2 %]
271 1929 brooke
    <tr>
272
      <td valign="TOP" colspan="4">
273 2413 sgarg
        <p><span class="label">The second lat/long pair:</span></p>
274 1929 brooke
      </td>
275
    </tr>
276
    <tr>
277
      <td width="18%" valign="TOP">
278 2413 sgarg
        <p><span class="label">Latitude</span></p>
279 1929 brooke
      </td>
280
      <td width="20%" valign="TOP">
281 2413 sgarg
        <p><sapn class="label">&nbsp;North/South</span></p>
282 1929 brooke
      </td>
283
      <td width="20%" valign="TOP">
284 2413 sgarg
        <p><span class="label">Longitude</span></p>
285 1929 brooke
      </td>
286
      <td width="42%" valign="TOP">
287 2413 sgarg
        <p><sapn class="label">West/East</span></p>
288 1929 brooke
      </td>
289
    </tr>
290
    <tr>
291
      <td width="18%" valign="TOP">
292
        <p><font size="-1">
293
	[%latDeg2%]&nbsp;[%latMin2%]'&nbsp;[%latSec2%]&quot;
294
        </font></p>
295
      </td>
296
      <td width="20%" valign="TOP">
297
        <p> <font size="-1">
298
          [%hemisphLat2%]
299
	</font></p>
300
      </td>
301
      <td width="20%" valign="TOP">
302
        <p><font size="-1">
303
	  [%longDeg2%]&nbsp;[%longMin2%]'&nbsp;[%longSec2%]&quot;
304
        </font></p>
305
      </td>
306
      <td width="42%" valign="TOP">
307
        <p> <font size="-1">
308
          [%hemisphLong2%]
309
        </font></p>
310
      </td>
311
    </tr>
312 3422 walbridge
    [% END %]
313 1929 brooke
  </table>
314 2150 sgarg
[% END %]
315 1929 brooke
316 2150 sgarg
[% IF hasTaxonomic == 'true' %]
317 1984 jones
    [% numTaxa = 0 %]
318
    [% IF taxaCount > 0 %]
319
        [% numTaxa = taxaCount %]
320
    [% END %]
321
    <hr>
322
    <a name="Taxonomic Coverage"></a>
323 2413 sgarg
    <p><span class="sectionnames">TAXONOMIC COVERAGE OF DATA</span></p>
324 1984 jones
    [% cnt = 1 %]
325
    [% WHILE cnt <= numTaxa %]
326
        [% SET trn = "taxonRankName${cnt}" %]
327
        [% SET trv = "taxonRankValue${cnt}" %]
328 2413 sgarg
        <p><span class="label">Taxon:</span>  [% $trn %]: [% $trv %]</p>
329 1984 jones
        [% cnt = cnt + 1 %]
330
     [% END %]
331 2413 sgarg
     <p><span class="label">Taxonomic Reference:</span>  [% taxaAuth %]</p>
332 2150 sgarg
[% END %]
333 1929 brooke
334 2150 sgarg
[% IF hasMethod == 'true' %]
335 1982 jones
    <hr>
336
    <a name="Methods"></a>
337 2413 sgarg
    <p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
338
    <p><span class="label">Method Title:</span> [%methodTitle%]</p>
339 1982 jones
    [% FOREACH para = methodPara %]
340 2413 sgarg
        <p><span class="label">Paragraph:</span> [%para%] </p>
341 1982 jones
    [% END %]
342 2413 sgarg
    <p><span class="label">Extent of Study Description:</span> [%studyExtentDescription%]</p>
343
    <p><span class="label">Sampling Description:</span> [%samplingDescription%]</p>
344 2150 sgarg
[% END %]
345 1982 jones
346 3422 walbridge
[% IF hasUpload == 'true' && upCount %]
347
   <hr>
348
	 <a name="Upload Data"></a>
349
	  <p><span class="sectionnames">UPLOAD DATA</span></p>
350
351
    [% cnt = 0 %]
352
    [% WHILE cnt < upCount %]
353
        [% SET fileName = "uploadname_${cnt}" %]
354
        [% cnt = cnt + 1 %]
355
356
        <p><span class="label">File #[% cnt %]:</span> [% $fileName %] </p>
357
    [% END %]
358
[% END %]
359 1929 brooke
<hr>
360
<a name="DataSetContactAddress"></a>
361 2413 sgarg
<p><span class="sectionnames">DATA SET CONTACT</span>
362 1929 brooke
363 2413 sgarg
<p><span class="label">First Name:</span>        [%origNamefirstContact%]
364 1929 brooke
</p>
365
366 2413 sgarg
<p><span class="label">Last Name:</span>         [%origNamelastContact%]
367 1929 brooke
</p>
368
369 2413 sgarg
<p><span class="label">Organization Name:</span> [%origNameOrgContact%]
370 1929 brooke
</p>
371
372 2413 sgarg
<p><span class="label">E-Mail:</span>            [%origEmailContact%]
373 1929 brooke
</p>
374
375 2413 sgarg
<p><span class="label">Phone:</span>             [%origPhoneContact%]
376 1929 brooke
</p>
377
378 2413 sgarg
<p><span class="label">FAX:</span>               [%origFAXContact%]
379 1929 brooke
</p>
380
381 2413 sgarg
<p><span class="label">Street Information:</span>
382 1929 brooke
                                                    [%origDeliveryContact%]
383
</p>
384
385 2413 sgarg
<p><span class="label">City:</span>              [%origCityContact%]
386 1929 brooke
</p>
387
388 2413 sgarg
<p><span class="label">State:</span>             [%origStateContact%]
389 1929 brooke
</p>
390
391 2413 sgarg
<p><span class="label">Other State/Province:</span>       [%origStateOtherContact%]
392 1929 brooke
</p>
393
394 2413 sgarg
<p><span class="label">Postal Code:</span>               [%origZIPContact%]
395 1929 brooke
</p>
396
397 2413 sgarg
<p><span class="label">Country:</span>           [%origCountryContact%]
398 1929 brooke
</p>
399
400
401
<hr>
402
<a name="DistributionIinformation"></a>
403 2413 sgarg
<p><span class="sectionnames">DISTRIBUTION INFORMATION</span>
404 1929 brooke
405
<a name=Site-specificCode></a>
406 2413 sgarg
<p><span class="label">Data Set Identifier:</span> [%identifier%]
407 1929 brooke
</p>
408
409 2413 sgarg
<p><span class="label">Data Medium:</span>       [%dataMedium%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Data Medium</span>: [%dataMediumOther%]
410 1929 brooke
</p>
411
412
413 2413 sgarg
<p><span class="label">Usage Constraints:</span>   [%useConstraints%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Usage Constraints:</span>  [%useConstraintsOther%]
414 1929 brooke
</p>
415
416
417 2413 sgarg
<p><span class="label">URL</span>:               [%url%]
418 1929 brooke
</p>
419 2413 sgarg
<p><span class="label">Additional Information:</span>  [%addComments%]
420 1929 brooke
</p>
421
<hr>
422
423
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
424
  <input type="hidden" name="cfg" value="[% cfg %]">
425
  <input type="hidden" name="docid" value="[% docid %]">
426
  <input type="hidden" name="stage" value="confirmed">
427 2281 sgarg
  <input type="hidden" name="showSiteList" value="[% showSiteList %]">
428
  <input type="hidden" name="showWgList" value="[% showWgList %]">
429
  <input type="hidden" name="showOrganization" value="[% showOrganization %]">
430 2282 sgarg
  <input type="hidden" name="lsite" value="[% lsite %]">
431 2281 sgarg
  <input type="hidden" name="usite" value="[% usite %]">
432 2138 sgarg
  <input type="hidden" name="hasKeyword" value="[% hasKeyword %]">
433 2150 sgarg
  <input type="hidden" name="hasSpatial" value="[% hasSpatial %]">
434
  <input type="hidden" name="hasTemporal" value="[% hasTemporal %]">
435
  <input type="hidden" name="hasTaxonomic" value="[% hasTaxonomic %]">
436
  <input type="hidden" name="hasMethod" value="[% hasMethod %]">
437 3422 walbridge
  <input type="hidden" name="hasUpload" value="[% hasUpload %]">
438 2150 sgarg
  <input type="hidden" name="temporalRequired" value="[% temporalRequired %]">
439
  <input type="hidden" name="spatialRequired" value="[% spatialRequired %]">
440 2689 sgarg
  <input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]">
441 1929 brooke
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
442
  <input type="hidden" name="providerSurName" value="[%providerSurName%]">
443
  <input type="hidden" name="site" value="[%site%]">
444 1975 jones
  [% IF cfg == 'nceas' %]
445
      [% FOREACH group = wg %]
446
          <input type="hidden" name="wg" value="[%group%]">
447
      [% END %]
448
  [% END %]
449 1929 brooke
  <input type="hidden" name="identifier" value="[%identifier%]">
450
  <input type="hidden" name="title" value="[%title%]">
451
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">
452
  <input type="hidden" name="origNamelast0" value="[%origNamelast0%]">
453
  <input type="hidden" name="origNameOrg" value="[%origNameOrg%]">
454
  <input type="hidden" name="origRole0" value="[%origRole0%]">
455
  <input type="hidden" name="origDelivery" value="[%origDelivery%]">
456
  <input type="hidden" name="origCity" value="[%origCity%]">
457
  <input type="hidden" name="origState" value="[%origState%]">
458
  <input type="hidden" name="origStateOther" value="[%origStateOther%]">
459
  <input type="hidden" name="origZIP" value="[%origZIP%]">
460
  <input type="hidden" name="origCountry" value="[%origCountry%]">
461
  <input type="hidden" name="origPhone" value="[%origPhone%]">
462
  <input type="hidden" name="origFAX" value="[%origFAX%]">
463
  <input type="hidden" name="origEmail" value="[%origEmail%]">
464
  <input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]">
465
  <input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]">
466
  <input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]">
467
  <input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]">
468
  <input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]">
469
  <input type="hidden" name="origCityContact" value="[%origCityContact%]">
470
  <input type="hidden" name="origStateContact" value="[%origStateContact%]">
471
  <input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]">
472
  <input type="hidden" name="origZIPContact" value="[%origZIPContact%]">
473
  <input type="hidden" name="origCountryContact" value="[%origCountryContact%]">
474
  <input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]">
475
  <input type="hidden" name="origFAXContact" value="[%origFAXContact%]">
476
  <input type="hidden" name="origEmailContact" value="[%origEmailContact%]">
477 2271 sgarg
  <input type="hidden" name="aoCount" value="[%aoCount%]">
478
  [% cnt = 1 %]
479
  [% WHILE cnt <= numAO %]
480
      [% SET origNamefirst = "origNamefirst${cnt}" %]
481
      [% SET origNamelast = "origNamelast${cnt}" %]
482
      [% SET origRole = "origRole${cnt}" %]
483
      <input type="hidden" name="[% origNamefirst %]" value="[% $origNamefirst %]">
484
      <input type="hidden" name="[% origNamelast %]" value="[% $origNamelast %]">
485
      <input type="hidden" name="[% origRole %]" value="[% $origRole %]">
486
      [% cnt = cnt + 1 %]
487
  [% END %]
488 1929 brooke
  <input type="hidden" name="abstract" value="[%abstract%]">
489 2027 sgarg
  <input type="hidden" name="keyCount" value="[%keyCount%]">
490
  [% cnt = 1 %]
491
  [% WHILE cnt <= numKey %]
492
      [% SET kyd = "keyword${cnt}" %]
493
      [% SET keyType = "kwType${cnt}" %]
494
      [% SET keyTh = "kwTh${cnt}" %]
495
      <input type="hidden" name="[% kyd %]" value="[% $kyd %]">
496
      <input type="hidden" name="[% keyType %]" value="[% $keyType %]">
497
      <input type="hidden" name="[% keyTh %]" value="[% $keyTh %]">
498
      [% cnt = cnt + 1 %]
499
  [% END %]
500 1929 brooke
  <input type="hidden" name="addComments" value="[%addComments%]">
501
  <input type="hidden" name="useConstraints" value="[%useConstraints%]">
502
  <input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]">
503
  <input type="hidden" name="url" value="[%url%]">
504
  <input type="hidden" name="dataMedium" value="[%dataMedium%]">
505
  <input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]">
506
  <input type="hidden" name="beginningYear" value="[%beginningYear%]">
507
  <input type="hidden" name="beginningMonth" value="[%beginningMonth%]">
508
  <input type="hidden" name="beginningDay" value="[%beginningDay%]">
509
  <input type="hidden" name="endingYear" value="[%endingYear%]">
510
  <input type="hidden" name="endingMonth" value="[%endingMonth%]">
511
  <input type="hidden" name="endingDay" value="[%endingDay%]">
512 1983 jones
  <input type="hidden" name="geogdesc" value="[%geogdesc%]">
513 1929 brooke
  <input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
514
  <input type="hidden" name="latDeg1" value="[% latDeg1 %]">
515
  <input type="hidden" name="latMin1" value="[%latMin1%]">
516
  <input type="hidden" name="latSec1" value="[%latSec1%]">
517
  <input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]">
518
  <input type="hidden" name="longDeg1" value="[% longDeg1 %]">
519
  <input type="hidden" name="longMin1" value="[%longMin1%]">
520
  <input type="hidden" name="longSec1" value="[%longSec1%]">
521
  <input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]">
522
  <input type="hidden" name="latDeg2" value="[%latDeg2%]">
523
  <input type="hidden" name="latMin2" value="[%latMin2%]">
524
  <input type="hidden" name="latSec2" value="[%latSec2%]">
525
  <input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]">
526
  <input type="hidden" name="longDeg2" value="[%longDeg2%]">
527
  <input type="hidden" name="longMin2" value="[%longMin2%]">
528
  <input type="hidden" name="longSec2" value="[%longSec2%]">
529
  <input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
530 1984 jones
  <input type="hidden" name="taxaCount" value="[%taxaCount%]">
531 2848 sgarg
  <input type="hidden" name="userLoggedIn" value="[%userLoggedIn%]">
532 1984 jones
  [% cnt = 1 %]
533
  [% WHILE cnt <= numTaxa %]
534
      [% SET trn = "taxonRankName${cnt}" %]
535
      [% SET trv = "taxonRankValue${cnt}" %]
536
      <input type="hidden" name="[% trn %]" value="[% $trn %]">
537
      <input type="hidden" name="[% trv %]" value="[% $trv %]">
538
      [% cnt = cnt + 1 %]
539
  [% END %]
540 1985 jones
  <input type="hidden" name="taxaAuth" value="[%taxaAuth%]">
541 1984 jones
542 1985 jones
  <input type="hidden" name="methodTitle" value="[%methodTitle%]">
543
  [% FOREACH para = methodPara %]
544
      <input type="hidden" name="methodPara" value="[%para%]">
545 1982 jones
  [% END %]
546 1989 jones
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]">
547
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]">
548 3422 walbridge
  <input type="hidden" name="fileCount" value="[%fileCount%]">
549
  <input type="hidden" name="upCount" value="[%upCount%]">
550
  [% fCount = 0 %]
551
  [% IF upCount > 0 %]
552
      [% fCount = upCount %]
553
  [% END %]
554 1985 jones
555 3422 walbridge
  [% cnt = 0 %]
556
  [% WHILE cnt < fCount %]
557
      [% SET fileSum = "upload_${cnt}" %]
558
      [% SET fileName = "uploadname_${cnt}" %]
559
      [% SET fileType = "uploadtype_${cnt}" %]
560
561
      [% IF fileSum %]
562
        <input type="hidden" name="[% fileSum %]" value="[% $fileSum %]">
563
        <input type="hidden" name="[% fileName %]" value="[% $fileName %]">
564
        <input type="hidden" name="[% fileType %]" value="[% $fileType %]">
565
      [% END %]
566
      [% cnt = cnt + 1 %]
567
  [% END %]
568 2413 sgarg
</td><tr></table>
569
570 2848 sgarg
[% IF userLoggedIn != 'true' %]
571 2413 sgarg
<table class="intro" cellspacing="0" border="0" cellpadding="9">
572
  <tr><td class="sectbody"><span class="sectionnames">SIGN IN</span></td></tr>
573
  <tr><td class="sectbody"><span class="label"><u>NOTE:</u> You must enter your username
574 1929 brooke
      and password. This is for the protection of your metadata. The
575
      username and password will prevent any unauthorized person from
576
      modifying your metadata. If you do not have an account, click <a
577 2413 sgarg
      target="ldap" href="@cgi-prefix@/ldapweb.cgi?cfg=[% cfg %]">here</a>.
578 1929 brooke
      If you don't remember your password, you can
579 2413 sgarg
      have it reset and e-mailed to you by clicking <a target="ldap"
580
      href="@cgi-prefix@/ldapweb.cgi?stage=initresetpass&cfg=[% cfg %]">here</a>. If you want to
581
      change your password, click <a target="ldap"
582
      href="@cgi-prefix@/ldapweb.cgi?stage=initchangepass&cfg=[% cfg %]">here</a>.
583
      </span>
584
      <table cellspacing="0" border="0" cellpadding="9" width="360" align="left">
585 1929 brooke
        <tr>
586
	  <td>
587 2413 sgarg
	    <span class="label">
588 1929 brooke
	      Username:
589 2413 sgarg
	    </span></td>
590 1929 brooke
	  <td>
591 2413 sgarg
	    <input type="TEXT" name="username"></td></tr>
592 1929 brooke
	<tr>
593
	  <td>
594 2413 sgarg
	    <span class="label">
595 1929 brooke
	      Organization:
596 2413 sgarg
	    </span></td>
597 1929 brooke
	  <td>
598
	    <select name="organization">
599
	    	<option value="NCEAS">NCEAS</option>
600 3027 sgarg
	    	<option value="KU">KU</option>
601 1929 brooke
	    	<option value="LTER">LTER</option>
602 3027 sgarg
	    	<option value="OBFS">OBFS</option>
603
	    	<option value="OSUSB">OSUSB</option>
604 1929 brooke
	    	<option value="SDSC">SDSC</option>
605 1999 jones
	    	<option value="UCNRS">UCNRS</option>
606 3027 sgarg
	    	<option value="unaffiliated">unaffiliated</option>
607 2413 sgarg
	    </select></td></tr>
608 1929 brooke
	<tr>
609
	  <td>
610 2413 sgarg
	    <span class="label">
611 1929 brooke
	      Password:
612 2413 sgarg
	    </span></td>
613 1929 brooke
	  <td>
614
	    <input type="PASSWORD" name="password">
615 2413 sgarg
	  </td></tr>
616 1929 brooke
      </table>
617 2413 sgarg
    </td></tr>
618 1929 brooke
</table>
619 2413 sgarg
<p>&nbsp;</p>
620 2848 sgarg
[% END %]
621 2413 sgarg
622
<table class="intro" cellspacing="0" cellpadding="3" >
623
  <tr><td align="left">
624
  <p><span class="label">Is the information above correct?</span></p>
625 1929 brooke
      <p>
626 2014 sgarg
        <input type="SUBMIT" value="     Yes, submit    " name="dataCorrect">
627
        <input type="SUBMIT" value="No, go back to editing" name="dataWrong">
628 1929 brooke
      </p>
629 2413 sgarg
    </td></tr>
630 1929 brooke
</table>
631
</form>
632
<p>&nbsp;</p>
633
[% INCLUDE "genericFooter.tmpl" %]