Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"   
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
  
4
	<!-- CONTENT SECTION
5
    ======================================================================= -->
6
	<article id="RegistryEntryReview">
7
		<div class="container">
8
		
9
			<div class="row-fluid">
10
				<h2>Review your entry</h2>
11
				<p class="lead">
12
					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>.
13
				</p>
14
			</div>
15
			
16
			<div class="row-fluid">
17

    
18
<table class="intro">
19
<tr><td align="left">
20
<a name="BasicInformation"></a>
21
<h4>Basic Information</h4>
22
<p><span class="text-info">First Name:</span>        [%providerGivenName%]
23
</p>
24
<p><span class="text-info">Last Name:</span>         [%providerSurName%]
25
</p>
26
<p><span class="text-info">Data Set Title:</span>     [%title%]
27
</p>
28

    
29

    
30

    
31
[% IF cfg == 'nceas' %]
32
    [% FOREACH group = wg %]
33
      <p><span class="text-info">NCEAS Project:</span>  [%group%] </p>
34
    [% END %]
35
    
36
[% ELSE %]
37
    [% IF cfg == 'esa' %]
38
      <p><span class="text-info">Organization Name:</span>  [%site%]</p>
39
    [% ELSE %]
40
      <p><span class="text-info">[% config.site | ucfirst %] Name:</span>  [%site%]</p>
41
    [% END %]
42
[% END %]
43
<p><span class="text-info">Grant Number:</span>  [%funding%]</p>
44

    
45
<hr class="rule" />
46
<a name="DataSetOriginator"></a>
47
<h4>Principal Data Set Owner</h4>
48

    
49
<p><span class="text-info">First Name:</span>        [%origNamefirst0%]
50
</p>
51

    
52
<p><span class="text-info">Last Name:</span>         [%origNamelast0%]
53
</p>
54

    
55
<p><span class="text-info">Organization Name:</span> [%origNameOrg%]
56
</p>
57

    
58
<p><span class="text-info">E-Mail:</span>            [%origEmail%]
59
</p>
60

    
61
<p><span class="text-info">Phone:</span>             [%origPhone%]
62
</p>
63

    
64
<p><span class="text-info">FAX:</span>               [%origFAX%]
65
</p>
66

    
67
<p><span class="text-info">Street Information:</span> 
68
                                                    [%origDelivery%]
69
</p>
70

    
71
<p><span class="text-info">City:</span>              [%origCity%]
72
</p>
73

    
74
<p><span class="text-info">State:</span>             [%origState%]
75
</p>
76

    
77
<p><span class="text-info">Other State/Province:</span>       [%origStateOther%]
78
</p>
79

    
80
<p><span class="text-info">Postal Code:</span>               [%origZIP%]
81
</p>
82

    
83
<p><span class="text-info">Country:</span>               [%origCountry%]
84
</p>
85

    
86
<hr class="rule" />
87
<a name="AdditionalOriginators"></a>
88
<h4>Associated Parties</h4> 
89

    
90
    [% numAO = 0 %]
91
    [% IF aoCount > 0 %]
92
        [% numAO = aoCount %]
93
    [% END %]
94

    
95
</td>
96
</tr>
97
</table>
98

    
99
<table cellspacing="0" border="0" width="760">
100
    <tr> 
101
      <td width="21%" valign="TOP"> 
102
        <span class="text-info">First Name</span>
103
      </td>
104
      <td width="21%" valign="TOP"> 
105
        <span class="text-info">Last Name</span>
106
      </td>
107
      <td width="58%" valign="TOP"> 
108
        <span class="text-info">Role</span>
109
      </td>
110
    </tr>
111
    [% cnt = 1 %]
112
    [% WHILE cnt <= numAO %]
113
     [% SET origNamefirst = "origNamefirst${cnt}" %]
114
     [% SET origNamelast = "origNamelast${cnt}" %]
115
     [% SET origRole = "origRole${cnt}" %]
116
     <tr> 
117
      <td width="21%" valign="TOP"> 
118
        [% $origNamefirst %]
119
      </td>
120
      <td width="21%" valign="TOP"> 
121
        [% $origNamelast %]
122
      </td>
123
      <td width="58%" valign="TOP"> 
124
	[% $origRole %]
125
      </td>
126
     </tr>
127
     [% cnt = cnt + 1 %]
128
     [% END %]    
129
</table>
130

    
131
<hr class="rule" />
132
<a name="DataSetAbstract"></a>
133
<h4>Data Set Abstract</h4>
134
<p>
135
[%abstract%]
136
</p>
137
 [% IF modules.keyword == 'true' %]
138
<hr class="rule" />
139
<a name="KeywordInformation"></a>
140
<h4>Keyword Information</h4> 
141

    
142
    [% numKey = 0 %]
143
    [% IF keyCount > 1 %]
144
        [% numKey = keyCount %]
145
    [% END %]
146

    
147
<table cellspacing="0" border="0" width="760">
148
    <tr> 
149
      <td width="21%" align="left" valign="TOP"> 
150
        <span class="text-info">Keyword</span>
151
      </td>
152
      <td width="21%" align="left" valign="TOP"> 
153
        <span class="text-info">Keyword Type</span>
154
      </td>
155
      <td width="58%" align="left" valign="TOP"> 
156
        <span class="text-info">Keyword Thesaurus</span>
157
      </td>
158
    </tr>
159
    [% cnt = 1 %]
160
    [% WHILE cnt <= numKey %]
161
     [% SET key = "keyword${cnt}" %]
162
     [% SET keyType = "kwType${cnt}" %]
163
     [% SET keyTh = "kwTh${cnt}" %]
164
     <tr> 
165
      <td width="21%" align="left" valign="TOP"> 
166
        [% $key %]
167
      </td>
168
      <td width="21%" align="left" valign="TOP"> 
169
        [% $keyType %]
170
      </td>
171
      <td width="58%" align="left" valign="TOP"> 
172
	[% $keyTh %]
173
      </td>
174
     </tr>
175
     [% cnt = cnt + 1 %]
176
     [% END %]
177
</table>
178
[% END %]
179
  
180
[% IF modules.temporal == 'true' %]
181
<hr class="rule" />
182
<a name="TemporalCoverageOfData"></a>
183
<h4>Temporal Coverage of Data</h4> 
184

    
185
<p><span class="text-info">Start Date:</span> [%beginningYear%] [%beginningMonth%] [%beginningDay%]
186
</p>
187

    
188
<p><span class="text-info">Stop Date:</span>    [%endingYear%] [%endingMonth%] [%endingDay%]
189
</p>
190
[% END %]
191

    
192
[% IF modules.spatial == 'true' %]
193
<hr class="rule" />
194
<a name="SpatialCoverageOfData"></a>
195
<h4>Spatial Coverage of Data</h4> 
196

    
197

    
198
<table cellspacing="0" border="0" width="760">
199
    <tr>
200
      <td valign="TOP" colspan="4"> 
201
        <p><span class="text-info">Geographic Description:</span> [%geogdesc%]</p>
202
      </td>
203
    </tr>
204
    <tr> 
205
      <td valign="TOP" colspan="4"> 
206
        <p><span class="text-info">Coordinates (in Degrees, Minutes and Seconds):</span></p>
207
      </td>
208
    </tr>
209
    
210
    <tr> 
211
      <td valign="TOP" colspan="4"> 
212
        <p><span class="text-info">The first lat/long pair:</span></p>
213
      </td>
214
    </tr>
215
    <tr> 
216
      <td width="18%" valign="TOP"> 
217
        <p><span class="text-info"> Latitude</span></p>
218
      </td>
219
      <td width="20%" valign="TOP"> 
220
        <p><span class="text-info"> North/South</span></p>
221
      </td>
222
      <td width="20%" valign="TOP"> 
223
        <p><span class="text-info"> Longitude</span></p>
224
      </td>
225
      <td width="42%" valign="TOP"> 
226
        <p><span class="text-info"> West/East</span></p>
227
      </td>
228
    </tr>
229
    <tr> 
230
      <td width="18%" valign="TOP"> 
231
        <p><font size="-1">
232
	[%latDeg1%] [%latMin1%]' [%latSec1%]&quot; 
233
        </font></p>
234
      </td>
235
      <td width="20%" valign="TOP"> 
236
        <p> <font size="-1">
237
          [%hemisphLat1%]
238
	</font></p>
239
      </td>
240
      <td width="20%" valign="TOP"> 
241
        <p><font size="-1"> 
242
	  [%longDeg1%] [%longMin1%]' [%longSec1%]&quot; 
243
        </font></p>
244
      </td>
245
      <td width="42%" valign="TOP"> 
246
        <p> <font size="-1">
247
          [%hemisphLong1%]
248
        </font></p>
249
      </td>
250
    </tr>
251
    [% IF latDeg2 %]
252
    <tr> 
253
      <td valign="TOP" colspan="4"> 
254
        <p><span class="text-info">The second lat/long pair:</span></p>
255
      </td>
256
    </tr>
257
    <tr> 
258
      <td width="18%" valign="TOP"> 
259
        <p><span class="text-info">Latitude</span></p>
260
      </td>
261
      <td width="20%" valign="TOP"> 
262
        <p><sapn class="text-info"> North/South</span></p>
263
      </td>
264
      <td width="20%" valign="TOP"> 
265
        <p><span class="text-info">Longitude</span></p>
266
      </td>
267
      <td width="42%" valign="TOP"> 
268
        <p><sapn class="text-info">West/East</span></p>
269
      </td>
270
    </tr>
271
    <tr>
272
      <td width="18%" valign="TOP"> 
273
        <p><font size="-1">
274
	[%latDeg2%] [%latMin2%]' [%latSec2%]&quot;
275
        </font></p>
276
      </td>
277
      <td width="20%" valign="TOP"> 
278
        <p> <font size="-1">
279
          [%hemisphLat2%]
280
	</font></p>
281
      </td>
282
      <td width="20%" valign="TOP"> 
283
        <p><font size="-1"> 
284
	  [%longDeg2%] [%longMin2%]' [%longSec2%]&quot; 
285
        </font></p>
286
      </td>
287
      <td width="42%" valign="TOP">
288
        <p> <font size="-1">
289
          [%hemisphLong2%]
290
        </font></p>
291
      </td>
292
    </tr>
293
    [% END %]
294
  </table>
295
[% END %]
296

    
297
[% IF modules.taxonomic == 'true' %]
298
    [% numTaxa = 0 %]
299
    [% IF taxaCount > 0 %]
300
        [% numTaxa = taxaCount %]
301
    [% END %]
302
    <hr class="rule" />
303
    <a name="Taxonomic Coverage"></a>
304
    <h4>Taxonomic Coverage of Data</h4>
305
    [% cnt = 1 %]
306
    [% WHILE cnt <= numTaxa %]
307
        [% SET trn = "taxonRankName${cnt}" %]
308
        [% SET trv = "taxonRankValue${cnt}" %]
309
        <p><span class="text-info">Taxon:</span>  [% $trn %]: [% $trv %]</p>
310
        [% cnt = cnt + 1 %]
311
     [% END %]
312
     <p><span class="text-info">Taxonomic Reference:</span>  [% taxaAuth %]</p>
313
[% END %]
314

    
315
[% IF modules.method == 'true' %]
316
    <hr class="rule" />
317
    <a name="Methods"></a>
318
    <h4>Data Collection Methods</h4>
319
    <p><span class="text-info">Method Title:</span> [%methodTitle%]</p>
320
    [% FOREACH para = methodPara %]
321
        <p><span class="text-info">Paragraph:</span> [%para%] </p>
322
    [% END %]
323
    <p><span class="text-info">Extent of Study Description:</span> [%studyExtentDescription%]</p>
324
    <p><span class="text-info">Sampling Description:</span> [%samplingDescription%]</p>
325
[% END %]
326

    
327
[% IF modules.upload == 'true' && upCount %]
328
   <hr class="rule" />
329
	 <a name="Upload Data"></a>
330
	  <h4>Upload Data</h4>
331
    
332
    [% cnt = 0 %]
333
    [% WHILE cnt < upCount %]
334
        [% SET fileName = "uploadname_${cnt}" %]
335
        [% SET filePerm = "uploadperm_${cnt}" %]
336
        [% cnt = cnt + 1 %]
337

    
338
        <p>
339
					<span class="text-info">File #[% cnt %]:</span> [% $fileName %], [% $filePerm %] access
340
					[% dCount = 0 %]
341
					[% IF delCount > 0 %]
342
						 [% dCount = delCount %]
343
					[% END %]
344
					[% cntd = 0 %]
345
					[% WHILE cntd < dCount %]
346
							[% SET delfile = "deletefile_${cntd}" %]
347
							[% IF $delfile == fileName %]
348
								<span class="redbold">to be removed</b>	
349
							[% END %]
350
							[% cntd = cntd + 1 %]
351
  				[% END %]   
352
				</p>
353
    [% END %]
354
[% END %]
355
<hr class="rule" />
356
<a name="DataSetContactAddress"></a>
357
<h4>Data Set Contact</h4> 
358

    
359
<p><span class="text-info">First Name:</span>        [%origNamefirstContact%]
360
</p>
361

    
362
<p><span class="text-info">Last Name:</span>         [%origNamelastContact%]
363
</p>
364

    
365
<p><span class="text-info">Organization Name:</span> [%origNameOrgContact%]
366
</p>
367

    
368
<p><span class="text-info">E-Mail:</span>            [%origEmailContact%]
369
</p>
370

    
371
<p><span class="text-info">Phone:</span>             [%origPhoneContact%]
372
</p>
373

    
374
<p><span class="text-info">FAX:</span>               [%origFAXContact%]
375
</p>
376

    
377
<p><span class="text-info">Street Information:</span> 
378
                                                    [%origDeliveryContact%]
379
</p>
380

    
381
<p><span class="text-info">City:</span>              [%origCityContact%]
382
</p>
383

    
384
<p><span class="text-info">State:</span>             [%origStateContact%]
385
</p>
386

    
387
<p><span class="text-info">Other State/Province:</span>       [%origStateOtherContact%]
388
</p>
389

    
390
<p><span class="text-info">Postal Code:</span>               [%origZIPContact%]
391
</p>
392

    
393
<p><span class="text-info">Country:</span>           [%origCountryContact%]
394
</p>
395

    
396

    
397
<hr class="rule" />
398
<a name="DistributionIinformation"></a>
399
<h4>Distribution Information</h4> 
400

    
401
<a name="Site-specificCode"></a>
402
<p><span class="text-info">Data Set Identifier:</span> [%identifier%]
403
</p>
404

    
405
<p><span class="text-info">Data Medium:</span>       [%dataMedium%]    <span class="text-info">Other Data Medium</span>: [%dataMediumOther%]
406
</p>
407

    
408

    
409
<p><span class="text-info">Usage Constraints:</span>   [%useConstraints%]    <span class="text-info">Other Usage Constraints:</span>  [%useConstraintsOther%]
410
</p>
411

    
412

    
413
<p><span class="text-info">URL</span>:               [%url%]
414
</p>
415
<p><span class="text-info">Additional Information:</span>  [%addComments%]
416
</p>
417
<hr class="rule" />
418
<p>
419
  All data and metadata are released under either the 
420
  <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC-0 Public Domain Dedication</a>
421
  or the 
422
  <a href="http://creativecommons.org/licenses/by/4.0/">
423
    Creative Commons Attribution 4.0 International License
424
  </a>. 
425
  As a repository dedicated to helping researchers increase collaboration 
426
  and the pace of science, this repository needs certain rights to copy, store, 
427
  and redistribute data. By uploading data, metadata, and any other content to 
428
  this repository, you warrant that you own any rights to the content and are 
429
  authorized to do so under copyright or any other right that might pertain 
430
  to the content. 
431
  <a href="http://www.bitlaw.com/copyright/database.html">
432
    Data and facts themselves are not covered under copyright
433
  </a> 
434
  in the US and most countries, since facts in and of themselves are not 
435
  eligible for copyright. That said, some associated metadata and some 
436
  particular compilations of data could potentially be covered by copyright 
437
  in some jurisdictions. By uploading content, you grant this repository and 
438
  UCSB all rights needed to copy, store, redistribute, and share data, metadata, 
439
  and any other content. By marking content as publicly available, you grant this 
440
  repository, UCSB, and any other users the right to copy the content and redistribute 
441
  it to the public without restriction under the terms of the 
442
  <a href="http://creativecommons.org/licenses/by/4.0/">
443
    Creative Commons Attribution 4.0 International License
444
  </a> 
445
  or the 
446
  <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC-0 Public Domain Dedication</a>, 
447
  depending on which you choose at the time of upload.
448
</p>
449
<form id="confirmForm" action="[% cgiPrefix %]/register-dataset.cgi" method="post">
450
  <input type="hidden" name="cfg" value="[% cfg %]" />
451
  <input type="hidden" name="docid" value="[% docid %]" />
452
  <input type="hidden" name="stage" value="confirmed" />
453
  <input type="hidden" name="providerGivenName" value="[%providerGivenName%]" />
454
  <input type="hidden" name="providerSurName" value="[%providerSurName%]"/>
455
  <input type="hidden" name="site" value="[%site%]"/>
456
  [% IF cfg == 'nceas' %]
457
      [% FOREACH group = wg %]
458
          <input type="hidden" name="wg" value="[%group%]" />
459
      [% END %]
460
  [% END %]
461
  <input type="hidden" name="identifier" value="[%identifier%]" /> 
462
  <input type="hidden" name="title" value="[%title%]" />
463
  <input type="hidden" name="origNamefirst0" value="[%origNamefirst0%]" />
464
  <input type="hidden" name="origNamelast0" value="[%origNamelast0%]" />
465
  <input type="hidden" name="origNameOrg" value="[%origNameOrg%]" />
466
  <input type="hidden" name="origRole0" value="[%origRole0%]" />
467
  <input type="hidden" name="origDelivery" value="[%origDelivery%]" />
468
  <input type="hidden" name="origCity" value="[%origCity%]" /> 
469
  <input type="hidden" name="origState" value="[%origState%]" />
470
  <input type="hidden" name="origStateOther" value="[%origStateOther%]" />
471
  <input type="hidden" name="origZIP" value="[%origZIP%]" />
472
  <input type="hidden" name="origCountry" value="[%origCountry%]" />
473
  <input type="hidden" name="origPhone" value="[%origPhone%]" />
474
  <input type="hidden" name="origFAX" value="[%origFAX%]"/>
475
  <input type="hidden" name="origEmail" value="[%origEmail%]" />
476
  <input type="hidden" name="useOrigAddress" value="[%useOrigAddress%]" />
477
  <input type="hidden" name="origNamefirstContact" value="[%origNamefirstContact%]" />
478
  <input type="hidden" name="origNamelastContact" value="[%origNamelastContact%]" />
479
  <input type="hidden" name="origNameOrgContact" value="[%origNameOrgContact%]" />
480
  <input type="hidden" name="origDeliveryContact" value="[%origDeliveryContact%]" />
481
  <input type="hidden" name="origCityContact" value="[%origCityContact%]" /> 
482
  <input type="hidden" name="origStateContact" value="[%origStateContact%]" />
483
  <input type="hidden" name="origStateOtherContact" value="[%origStateOtherContact%]" />
484
  <input type="hidden" name="origZIPContact" value="[%origZIPContact%]"/>
485
  <input type="hidden" name="origCountryContact" value="[%origCountryContact%]" />
486
  <input type="hidden" name="origPhoneContact" value="[%origPhoneContact%]" />
487
  <input type="hidden" name="origFAXContact" value="[%origFAXContact%]" />
488
  <input type="hidden" name="origEmailContact" value="[%origEmailContact%]" />
489
  <input type="hidden" name="aoCount" value="[%aoCount%]" />
490
  [% cnt = 1 %]
491
  [% WHILE cnt <= numAO %]
492
      [% SET origNamefirst = "origNamefirst${cnt}" %]
493
      [% SET origNamelast = "origNamelast${cnt}" %]
494
      [% SET origRole = "origRole${cnt}" %]
495
      <input type="hidden" name="[% origNamefirst %]" value="[% $origNamefirst %]" />
496
      <input type="hidden" name="[% origNamelast %]" value="[% $origNamelast %]" />
497
      <input type="hidden" name="[% origRole %]" value="[% $origRole %]" />
498
      [% cnt = cnt + 1 %]
499
  [% END %]
500
  <input type="hidden" name="abstract" value="[%abstract%]" />
501
  <input type="hidden" name="keyCount" value="[%keyCount%]" />
502
  [% cnt = 1 %]
503
  [% WHILE cnt <= numKey %]
504
      [% SET kyd = "keyword${cnt}" %]
505
      [% SET keyType = "kwType${cnt}" %]
506
      [% SET keyTh = "kwTh${cnt}" %]
507
      <input type="hidden" name="[% kyd %]" value="[% $kyd %]" />
508
      <input type="hidden" name="[% keyType %]" value="[% $keyType %]" />
509
      <input type="hidden" name="[% keyTh %]" value="[% $keyTh %]" />
510
      [% cnt = cnt + 1 %]
511
  [% END %]
512
  <input type="hidden" name="addComments" value="[%addComments%]" />
513
  <input type="hidden" name="useConstraints" value="[%useConstraints%]" />
514
  <input type="hidden" name="useConstraintsOther" value="[%useConstraintsOther%]" />
515
  <input type="hidden" name="url" value="[%url%]" />
516
  <input type="hidden" name="dataMedium" value="[%dataMedium%]" />
517
  <input type="hidden" name="dataMediumOther" value="[%dataMediumOther%]" />
518
  <input type="hidden" name="beginningYear" value="[%beginningYear%]" />
519
  <input type="hidden" name="beginningMonth" value="[%beginningMonth%]" />
520
  <input type="hidden" name="beginningDay" value="[%beginningDay%]" />
521
  <input type="hidden" name="endingYear" value="[%endingYear%]" />
522
  <input type="hidden" name="endingMonth" value="[%endingMonth%]" />
523
  <input type="hidden" name="endingDay" value="[%endingDay%]" />
524
  <input type="hidden" name="geogdesc" value="[%geogdesc%]" />
525
  <input type="hidden" name="useSiteCoord" value="[%useSiteCoord%]" />
526
  <input type="hidden" name="latDeg1" value="[% latDeg1 %]" />
527
  <input type="hidden" name="latMin1" value="[%latMin1%]" />
528
  <input type="hidden" name="latSec1" value="[%latSec1%]" />
529
  <input type="hidden" name="hemisphLat1" value="[%hemisphLat1%]" />	
530
  <input type="hidden" name="longDeg1" value="[% longDeg1 %]" />
531
  <input type="hidden" name="longMin1" value="[%longMin1%]" />
532
  <input type="hidden" name="longSec1" value="[%longSec1%]" />
533
  <input type="hidden" name="hemisphLong1" value="[%hemisphLong1%]" />
534
  <input type="hidden" name="latDeg2" value="[%latDeg2%]" />
535
  <input type="hidden" name="latMin2" value="[%latMin2%]" />
536
  <input type="hidden" name="latSec2" value="[%latSec2%]" />
537
  <input type="hidden" name="hemisphLat2" value="[%hemisphLat2%]" />	
538
  <input type="hidden" name="longDeg2" value="[%longDeg2%]" />
539
  <input type="hidden" name="longMin2" value="[%longMin2%]" />
540
  <input type="hidden" name="longSec2" value="[%longSec2%]" />
541
  <input type="hidden" name="hemisphLong2" value="[%hemisphLong2%]" />
542
  <input type="hidden" name="taxaCount" value="[%taxaCount%]" />
543
  <input type="hidden" name="userLoggedIn" value="[%userLoggedIn%]" />
544
  [% cnt = 1 %]
545
  [% WHILE cnt <= numTaxa %]
546
      [% SET trn = "taxonRankName${cnt}" %]
547
      [% SET trv = "taxonRankValue${cnt}" %]
548
      <input type="hidden" name="[% trn %]" value="[% $trn %]" />
549
      <input type="hidden" name="[% trv %]" value="[% $trv %]" />
550
      [% cnt = cnt + 1 %]
551
  [% END %]
552
  <input type="hidden" name="taxaAuth" value="[%taxaAuth%]" />
553

    
554
  <input type="hidden" name="methodTitle" value="[%methodTitle%]" />
555
  [% FOREACH para = methodPara %]
556
      <input type="hidden" name="methodPara" value="[%para%]" />
557
  [% END %]
558
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]" />
559
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]" />
560
  <input type="hidden" name="upCount" value="[%upCount%]" />
561
  <input type="hidden" name="delCount" value="[% delCount %]" />
562
  [% dCount = 0 %]
563
  [% IF delCount > 0 %]
564
     [% dCount = delCount %]
565
  [% END %]
566
  [% cnt = 0 %]
567
  [% WHILE cnt < dCount %]
568
 		  [% SET delfile = "deletefile_${cnt}" %]
569
      		<input type="hidden" name="[% delfile %]" value="[% $delfile %]" />
570
			<input type="hidden" name="deletefile" value="[% $delfile %]" />
571
			[% cnt = cnt + 1 %]
572
	[% END %]		
573

    
574
  [% fCount = 0 %]
575
  [% IF upCount > 0 %]
576
      [% fCount = upCount %]
577
  [% END %]
578

    
579
  [% cnt = 0 %]
580
  [% WHILE cnt < fCount %]
581
      [% SET fileSum = "upload_${cnt}" %]
582
      [% SET fileName = "uploadname_${cnt}" %]
583
      [% SET fileType = "uploadtype_${cnt}" %] 
584
      [% SET filePerm = "uploadperm_${cnt}" %]
585

    
586
      [% IF fileSum %]
587
        <input type="hidden" name="[% fileSum %]" value="[% $fileSum %]" />
588
        <input type="hidden" name="[% fileName %]" value="[% $fileName %]" />
589
        <input type="hidden" name="[% fileType %]" value="[% $fileType %]" />
590
        <input type="hidden" name="[% filePerm %]" value="[% $filePerm %]" />
591
      [% END %]
592
      [% cnt = cnt + 1 %]
593
  [% END %]
594
  
595
  	<!-- form submission -->
596
	<a name="buttons"></a>
597
	<p><span class="text-info">Is the information above correct?</span></p> 
598
	<input id="dataCorrect" type="button" class="btn" value="     Yes, submit    " name="dataCorrect" />
599
	<input id="dataWrongButton" type="button" class="btn" value="No, go back to editing" />
600
	<input id="dataWrong" name="dataWrong" type="hidden" class="btn" value="TBD" />
601

    
602
</form>
603

    
604
[% IF userLoggedIn != 'true' %]
605

    
606
			<div class="row-fluid">
607
				<div class="span6 pagination-left">
608
					<h2>Login</h2>
609
					<p class="lead">
610
						<em>NOTE:</em> You must enter your username and password. 
611
					</p>
612
					<p>	
613
						This is for the protection of your metadata. 
614
						The username and password will prevent any unauthorized person from
615
						modifying your metadata.
616
					</p>
617
  
618
					<form method="post" action="[% cgiPrefix %]/register-dataset.cgi" onsubmit="return submitform(this);" >
619
						<input type="hidden" name="stage" value="login" /> 
620
						<input type="hidden" name="username" value="" /> 
621
						<input type="hidden" name="cfg" value="[%cfg%]" /> 
622
					
623
						<div>
624
							<div class="row-fluid">
625
								<div class="span2 text-left">Username</div>
626
								<div class="span4 text-left"><input name="uid" type="text" value="" /></div>
627
							</div>
628
							<div class="row-fluid">
629
								<div class="span2 text-left">Organization</div>
630
								<div class="span4 text-left"><select name="organization">
631
										<option value="">&#8212; choose one &#8212;</option>
632
										<option value="NCEAS">NCEAS</option>
633
										<option value="LTER">LTER</option>
634
										<option value="KU">KU</option>
635
										<option value="OBFS">OBFS</option>
636
										<option value="OSUSB">OSUSB</option>
637
										<option value="PARC">PARC</option>
638
										<option value="PISCO">PISCO</option>
639
										<option value="SAEON">SAEON</option>
640
										<option value="SANParks">SANParks</option>
641
										<option value="SDSC">SDSC</option>
642
										<option value="UCNRS">UCNRS</option>
643
										<option value="unaffiliated">unaffiliated</option>
644
								</select></div>
645
							</div>
646
							<div class="row-fluid">
647
								<div class="span2 text-left">Password</div>
648
								<div class="span4 text-left"><input name="password" type="password" maxlength="50"
649
									value="" /></div>
650
							</div>
651
							<div class="row-fluid">
652
								<div class="offset2 span4 text-left">
653
									<input type="submit" class="btn" name="loginAction" value="Login" />
654
								</div>
655
							</div>
656
						</div>
657
						
658
					</form>
659
				</div>
660
				
661
				<div class="span6 pagination-left">
662
					
663
					<div class="row-fluid">
664
						<div class="span6 text-left">
665
							<p>Don't have an account yet? Forgot your password?</p>
666
						</div>
667
						<div class="span6 text-left">
668
							<a href="[%userManagementUrl%]">
669
								<i class="icon-user"></i>
670
								Click here
671
							</a>
672
						</div>
673
					</div>
674
					
675
					
676
				</div>
677
				
678
			</div>
679

    
680
[% END %]
681

    
682
			</div>
683

    
684
		</div>
685
	</article>
686
	
(1-1/7)