Project

General

Profile

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: 2009-01-15 14:30:37 -0800 (Thu, 15 Jan 2009) $'
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%]&nbsp;[%beginningMonth%]&nbsp;[%beginningDay%]
196
</p>
197

    
198
<p><span class="label">Stop Date:</span>    [%endingYear%]&nbsp;[%endingMonth%]&nbsp;[%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">&nbsp;Latitude</span></p>
228
      </td>
229
      <td width="20%" valign="TOP"> 
230
        <p><span class="label">&nbsp;North/South</span></p>
231
      </td>
232
      <td width="20%" valign="TOP"> 
233
        <p><span class="label">&nbsp;Longitude</span></p>
234
      </td>
235
      <td width="42%" valign="TOP"> 
236
        <p><span class="label">&nbsp;West/East</span></p>
237
      </td>
238
    </tr>
239
    <tr> 
240
      <td width="18%" valign="TOP"> 
241
        <p><font size="-1">
242
	[%latDeg1%]&nbsp;[%latMin1%]'&nbsp;[%latSec1%]&quot; 
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%]&nbsp;[%longMin1%]'&nbsp;[%longSec1%]&quot; 
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">&nbsp;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%]&nbsp;[%latMin2%]'&nbsp;[%latSec2%]&quot;
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%]&nbsp;[%longMin2%]'&nbsp;[%longSec2%]&quot; 
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>
349
					<span class="label">File #[% cnt %]:</span> [% $fileName %], [% $filePerm %] access
350
					[% dCount = 0 %]
351
					[% IF delCount > 0 %]
352
						 [% dCount = delCount %]
353
					[% END %]
354
					[% cntd = 0 %]
355
					[% WHILE cntd < dCount %]
356
							[% SET delfile = "deletefile_${cntd}" %]
357
							[% IF $delfile == fileName %]
358
								<span class="redbold">to be removed</b>	
359
							[% END %]
360
							[% cntd = cntd + 1 %]
361
  				[% END %]   
362
				</p>
363
    [% END %]
364
[% END %]
365
<hr>
366
<a name="DataSetContactAddress"></a>
367
<p><span class="sectionnames">DATA SET CONTACT</span> 
368

    
369
<p><span class="label">First Name:</span>        [%origNamefirstContact%]
370
</p>
371

    
372
<p><span class="label">Last Name:</span>         [%origNamelastContact%]
373
</p>
374

    
375
<p><span class="label">Organization Name:</span> [%origNameOrgContact%]
376
</p>
377

    
378
<p><span class="label">E-Mail:</span>            [%origEmailContact%]
379
</p>
380

    
381
<p><span class="label">Phone:</span>             [%origPhoneContact%]
382
</p>
383

    
384
<p><span class="label">FAX:</span>               [%origFAXContact%]
385
</p>
386

    
387
<p><span class="label">Street Information:</span> 
388
                                                    [%origDeliveryContact%]
389
</p>
390

    
391
<p><span class="label">City:</span>              [%origCityContact%]
392
</p>
393

    
394
<p><span class="label">State:</span>             [%origStateContact%]
395
</p>
396

    
397
<p><span class="label">Other State/Province:</span>       [%origStateOtherContact%]
398
</p>
399

    
400
<p><span class="label">Postal Code:</span>               [%origZIPContact%]
401
</p>
402

    
403
<p><span class="label">Country:</span>           [%origCountryContact%]
404
</p>
405

    
406

    
407
<hr>
408
<a name="DistributionIinformation"></a>
409
<p><span class="sectionnames">DISTRIBUTION INFORMATION</span> 
410

    
411
<a name=Site-specificCode></a>
412
<p><span class="label">Data Set Identifier:</span> [%identifier%]
413
</p>
414

    
415
<p><span class="label">Data Medium:</span>       [%dataMedium%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Data Medium</span>: [%dataMediumOther%]
416
</p>
417

    
418

    
419
<p><span class="label">Usage Constraints:</span>   [%useConstraints%]&nbsp;&nbsp;&nbsp;&nbsp;<span class="label">Other Usage Constraints:</span>  [%useConstraintsOther%]
420
</p>
421

    
422

    
423
<p><span class="label">URL</span>:               [%url%]
424
</p>
425
<p><span class="label">Additional Information:</span>  [%addComments%]
426
</p>
427
<hr>
428

    
429
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
430
  <input type="hidden" name="cfg" value="[% cfg %]">
431
  <input type="hidden" name="docid" value="[% docid %]">
432
  <input type="hidden" name="stage" value="confirmed">
433
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
434
  <input type="hidden" name="providerSurName" value="[%providerSurName%]">
435
  <input type="hidden" name="site" value="[%site%]">
436
  [% IF cfg == 'nceas' %]
437
      [% FOREACH group = wg %]
438
          <input type="hidden" name="wg" value="[%group%]">
439
      [% END %]
440
  [% END %]
441
  <input type="hidden" name="identifier" value="[%identifier%]">
442
  <input type="hidden" name="title" value="[%title%]">
443
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]">
444
  <input type="hidden" name="origNamelast0" value="[%origNamelast0%]">
445
  <input type="hidden" name="origNameOrg" value="[%origNameOrg%]">
446
  <input type="hidden" name="origRole0" value="[%origRole0%]">
447
  <input type="hidden" name="origDelivery" value="[%origDelivery%]">
448
  <input type="hidden" name="origCity" value="[%origCity%]"> 
449
  <input type="hidden" name="origState" value="[%origState%]">
450
  <input type="hidden" name="origStateOther" value="[%origStateOther%]">
451
  <input type="hidden" name="origZIP" value="[%origZIP%]">
452
  <input type="hidden" name="origCountry" value="[%origCountry%]">
453
  <input type="hidden" name="origPhone" value="[%origPhone%]">
454
  <input type="hidden" name="origFAX" value="[%origFAX%]">
455
  <input type="hidden" name="origEmail" value="[%origEmail%]">
456
  <input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]">
457
  <input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]">
458
  <input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]">
459
  <input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]">
460
  <input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]">
461
  <input type="hidden" name="origCityContact" value="[%origCityContact%]"> 
462
  <input type="hidden" name="origStateContact" value="[%origStateContact%]">
463
  <input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]">
464
  <input type="hidden" name="origZIPContact" value="[%origZIPContact%]">
465
  <input type="hidden" name="origCountryContact" value="[%origCountryContact%]">
466
  <input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]">
467
  <input type="hidden" name="origFAXContact" value="[%origFAXContact%]">
468
  <input type="hidden" name="origEmailContact" value="[%origEmailContact%]">
469
  <input type="hidden" name="aoCount" value="[%aoCount%]">
470
  [% cnt = 1 %]
471
  [% WHILE cnt <= numAO %]
472
      [% SET origNamefirst = "origNamefirst${cnt}" %]
473
      [% SET origNamelast = "origNamelast${cnt}" %]
474
      [% SET origRole = "origRole${cnt}" %]
475
      <input type="hidden" name="[% origNamefirst %]" value="[% $origNamefirst %]">
476
      <input type="hidden" name="[% origNamelast %]" value="[% $origNamelast %]">
477
      <input type="hidden" name="[% origRole %]" value="[% $origRole %]">
478
      [% cnt = cnt + 1 %]
479
  [% END %]
480
  <input type="hidden" name="abstract" value="[%abstract%]">
481
  <input type="hidden" name="keyCount" value="[%keyCount%]">
482
  [% cnt = 1 %]
483
  [% WHILE cnt <= numKey %]
484
      [% SET kyd = "keyword${cnt}" %]
485
      [% SET keyType = "kwType${cnt}" %]
486
      [% SET keyTh = "kwTh${cnt}" %]
487
      <input type="hidden" name="[% kyd %]" value="[% $kyd %]">
488
      <input type="hidden" name="[% keyType %]" value="[% $keyType %]">
489
      <input type="hidden" name="[% keyTh %]" value="[% $keyTh %]">
490
      [% cnt = cnt + 1 %]
491
  [% END %]
492
  <input type="hidden" name="addComments" value="[%addComments%]">
493
  <input type="hidden" name="useConstraints" value="[%useConstraints%]">
494
  <input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]">
495
  <input type="hidden" name="url" value="[%url%]">
496
  <input type="hidden" name="dataMedium" value="[%dataMedium%]">
497
  <input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]">
498
  <input type="hidden" name="beginningYear" value="[%beginningYear%]">
499
  <input type="hidden" name="beginningMonth" value="[%beginningMonth%]">
500
  <input type="hidden" name="beginningDay" value="[%beginningDay%]">
501
  <input type="hidden" name="endingYear" value="[%endingYear%]">
502
  <input type="hidden" name="endingMonth" value="[%endingMonth%]">
503
  <input type="hidden" name="endingDay" value="[%endingDay%]">
504
  <input type="hidden" name="geogdesc" value="[%geogdesc%]">
505
  <input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]">
506
  <input type="hidden" name="latDeg1" value="[% latDeg1 %]">
507
  <input type="hidden" name="latMin1" value="[%latMin1%]">
508
  <input type="hidden" name="latSec1" value="[%latSec1%]">
509
  <input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]">	
510
  <input type="hidden" name="longDeg1" value="[% longDeg1 %]">
511
  <input type="hidden" name="longMin1" value="[%longMin1%]">
512
  <input type="hidden" name="longSec1" value="[%longSec1%]">
513
  <input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]">
514
  <input type="hidden" name="latDeg2" value="[%latDeg2%]">
515
  <input type="hidden" name="latMin2" value="[%latMin2%]">
516
  <input type="hidden" name="latSec2" value="[%latSec2%]">
517
  <input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]">	
518
  <input type="hidden" name="longDeg2" value="[%longDeg2%]">
519
  <input type="hidden" name="longMin2" value="[%longMin2%]">
520
  <input type="hidden" name="longSec2" value="[%longSec2%]">
521
  <input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]">
522
  <input type="hidden" name="taxaCount" value="[%taxaCount%]">
523
  <input type="hidden" name="userLoggedIn" value="[%userLoggedIn%]">
524
  [% cnt = 1 %]
525
  [% WHILE cnt <= numTaxa %]
526
      [% SET trn = "taxonRankName${cnt}" %]
527
      [% SET trv = "taxonRankValue${cnt}" %]
528
      <input type="hidden" name="[% trn %]" value="[% $trn %]">
529
      <input type="hidden" name="[% trv %]" value="[% $trv %]">
530
      [% cnt = cnt + 1 %]
531
  [% END %]
532
  <input type="hidden" name="taxaAuth" value="[%taxaAuth%]">
533

    
534
  <input type="hidden" name="methodTitle" value="[%methodTitle%]">
535
  [% FOREACH para = methodPara %]
536
      <input type="hidden" name="methodPara" value="[%para%]">
537
  [% END %]
538
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]">
539
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]">
540
  <input type="hidden" name="upCount" value="[%upCount%]">
541
  <input type="hidden" name="delCount" value="[% delCount %]">
542
  [% dCount = 0 %]
543
  [% IF delCount > 0 %]
544
     [% dCount = delCount %]
545
  [% END %]
546
  [% cnt = 0 %]
547
  [% WHILE cnt < dCount %]
548
 		  [% SET delfile = "deletefile_${cnt}" %]
549
      <input type="hidden" name="[% delfile %]" value="[% $delfile %]">
550
			<input type="hidden" name="deletefile" value="[% $delfile %]">
551
			[% cnt = cnt + 1 %]
552
	[% END %]		
553

    
554
  [% fCount = 0 %]
555
  [% IF upCount > 0 %]
556
      [% fCount = upCount %]
557
  [% END %]
558

    
559
  [% cnt = 0 %]
560
  [% WHILE cnt < fCount %]
561
      [% SET fileSum = "upload_${cnt}" %]
562
      [% SET fileName = "uploadname_${cnt}" %]
563
      [% SET fileType = "uploadtype_${cnt}" %] 
564
      [% SET filePerm = "uploadperm_${cnt}" %]
565

    
566
      [% IF fileSum %]
567
        <input type="hidden" name="[% fileSum %]" value="[% $fileSum %]">
568
        <input type="hidden" name="[% fileName %]" value="[% $fileName %]">
569
        <input type="hidden" name="[% fileType %]" value="[% $fileType %]">
570
        <input type="hidden" name="[% filePerm %]" value="[% $filePerm %]">
571
      [% END %]
572
      [% cnt = cnt + 1 %]
573
  [% END %]
574
</td><tr></table>
575

    
576
[% IF userLoggedIn != 'true' %]
577
<table class="intro" cellspacing="0" border="0" cellpadding="9">
578
  <tr><td class="sectbody"><span class="sectionnames">SIGN IN</span></td></tr>
579
  <tr><td class="sectbody"><span class="label"><u>NOTE:</u> You must enter your username
580
      and password. This is for the protection of your metadata. The
581
      username and password will prevent any unauthorized person from
582
      modifying your metadata. If you do not have an account, click <a
583
      target="ldap" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[% cfg %]">here</a>. 
584
      If you don't remember your password, you can
585
      have it reset and e-mailed to you by clicking <a target="ldap"
586
      href="[% cgiPrefix %]/ldapweb.cgi?stage=initresetpass&cfg=[% cfg %]">here</a>. If you want to 
587
      change your password, click <a target="ldap"
588
      href="[% cgiPrefix %]/ldapweb.cgi?stage=initchangepass&cfg=[% cfg %]">here</a>.
589
      </span>
590
      <table cellspacing="0" border="0" cellpadding="9" width="360" align="left">
591
        <tr>
592
	  <td>
593
	    <span class="label">
594
	      Username: 
595
	    </span></td>
596
	  <td>
597
	    <input type="TEXT" name="username"></td></tr>
598
	<tr>
599
	  <td>
600
	    <span class="label"> 	
601
	      Organization: 
602
	    </span></td>
603
	  <td>
604
	    <select name="organization">
605
	    	<option value="NCEAS">NCEAS</option>
606
	    	<option value="KU">KU</option>
607
	    	<option value="LTER">LTER</option>
608
	    	<option value="OBFS">OBFS</option>
609
	    	<option value="OSUSB">OSUSB</option>
610
	    	<option value="SDSC">SDSC</option>
611
	    	<option value="UCNRS">UCNRS</option>
612
	    	<option value="unaffiliated">unaffiliated</option>
613
	    </select></td></tr>
614
	<tr>
615
	  <td>
616
	    <span class="label"> 	
617
	      Password: 
618
	    </span></td>
619
	  <td>
620
	    <input type="PASSWORD" name="password">
621
	  </td></tr>
622
      </table>
623
    </td></tr>
624
</table>
625
<p>&nbsp;</p>
626
[% END %]
627

    
628
<a name="buttons"></a>
629
<table class="intro" cellspacing="0" cellpadding="3" >
630
  <tr><td align="left">
631
  <p><span class="label">Is the information above correct?</span></p> 
632
      <p> 
633
        <input type="SUBMIT" value="     Yes, submit    " name="dataCorrect">
634
        <input type="SUBMIT" value="No, go back to editing" name="dataWrong">
635
      </p>
636
    </td></tr>
637
</table>
638
</form>
639
<p>&nbsp;</p>
640
[% INCLUDE $templates.footer %]
(1-1/24)