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

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

    
524
  <input type="hidden" name="methodTitle" value="[%methodTitle%]" />
525
  [% FOREACH para = methodPara %]
526
      <input type="hidden" name="methodPara" value="[%para%]" />
527
  [% END %]
528
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]" />
529
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]" />
530
  <input type="hidden" name="upCount" value="[%upCount%]" />
531
  <input type="hidden" name="delCount" value="[% delCount %]" />
532
  [% dCount = 0 %]
533
  [% IF delCount > 0 %]
534
     [% dCount = delCount %]
535
  [% END %]
536
  [% cnt = 0 %]
537
  [% WHILE cnt < dCount %]
538
 		  [% SET delfile = "deletefile_${cnt}" %]
539
      		<input type="hidden" name="[% delfile %]" value="[% $delfile %]" />
540
			<input type="hidden" name="deletefile" value="[% $delfile %]" />
541
			[% cnt = cnt + 1 %]
542
	[% END %]		
543

    
544
  [% fCount = 0 %]
545
  [% IF upCount > 0 %]
546
      [% fCount = upCount %]
547
  [% END %]
548

    
549
  [% cnt = 0 %]
550
  [% WHILE cnt < fCount %]
551
      [% SET fileSum = "upload_${cnt}" %]
552
      [% SET fileName = "uploadname_${cnt}" %]
553
      [% SET fileType = "uploadtype_${cnt}" %] 
554
      [% SET filePerm = "uploadperm_${cnt}" %]
555

    
556
      [% IF fileSum %]
557
        <input type="hidden" name="[% fileSum %]" value="[% $fileSum %]" />
558
        <input type="hidden" name="[% fileName %]" value="[% $fileName %]" />
559
        <input type="hidden" name="[% fileType %]" value="[% $fileType %]" />
560
        <input type="hidden" name="[% filePerm %]" value="[% $filePerm %]" />
561
      [% END %]
562
      [% cnt = cnt + 1 %]
563
  [% END %]
564
  
565
  	<!-- form submission -->
566
	<a name="buttons"></a>
567
	<p><span class="text-info">Is the information above correct?</span></p> 
568
	<input id="dataCorrect" type="button" class="btn" value="     Yes, submit    " name="dataCorrect" />
569
	<input id="dataWrongButton" type="button" class="btn" value="No, go back to editing" />
570
	<input id="dataWrong" name="dataWrong" type="hidden" class="btn" value="TBD" />
571

    
572
</form>
573

    
574
[% IF userLoggedIn != 'true' %]
575

    
576
			<div class="row-fluid">
577
				<div class="span6 pagination-left">
578
					<h2>Login</h2>
579
					<p class="lead">
580
						<em>NOTE:</em> You must enter your username and password. 
581
					</p>
582
					<p>	
583
						This is for the protection of your metadata. 
584
						The username and password will prevent any unauthorized person from
585
						modifying your metadata.
586
					</p>
587
  
588
					<form method="post" action="[% cgiPrefix %]/register-dataset.cgi" onsubmit="return submitform(this);" >
589
						<input type="hidden" name="stage" value="login" /> 
590
						<input type="hidden" name="username" value="" /> 
591
						<input type="hidden" name="cfg" value="[%cfg%]" /> 
592
					
593
						<div>
594
							<div class="row-fluid">
595
								<div class="span2 text-left">Username</div>
596
								<div class="span4 text-left"><input name="uid" type="text" value="" /></div>
597
							</div>
598
							<div class="row-fluid">
599
								<div class="span2 text-left">Organization</div>
600
								<div class="span4 text-left"><select name="organization">
601
										<option value="">&#8212; choose one &#8212;</option>
602
										<option value="NCEAS">NCEAS</option>
603
										<option value="LTER">LTER</option>
604
										<option value="KU">KU</option>
605
										<option value="OBFS">OBFS</option>
606
										<option value="OSUSB">OSUSB</option>
607
										<option value="PARC">PARC</option>
608
										<option value="PISCO">PISCO</option>
609
										<option value="SAEON">SAEON</option>
610
										<option value="SANParks">SANParks</option>
611
										<option value="SDSC">SDSC</option>
612
										<option value="UCNRS">UCNRS</option>
613
										<option value="unaffiliated">unaffiliated</option>
614
								</select></div>
615
							</div>
616
							<div class="row-fluid">
617
								<div class="span2 text-left">Password</div>
618
								<div class="span4 text-left"><input name="password" type="password" maxlength="50"
619
									value="" /></div>
620
							</div>
621
							<div class="row-fluid">
622
								<div class="offset2 span4 text-left">
623
									<input type="submit" class="btn" name="loginAction" value="Login" />
624
								</div>
625
							</div>
626
						</div>
627
						
628
					</form>
629
				</div>
630
				
631
				<div class="span6 pagination-left">
632
					
633
					<div class="row-fluid">
634
						<div class="span6 text-left">
635
							<p>Don't have an account yet? Forgot your password?</p>
636
						</div>
637
						<div class="span6 text-left">
638
							<a href="[%userManagementUrl%]">
639
								<i class="icon-user"></i>
640
								Click here
641
							</a>
642
						</div>
643
					</div>
644
					
645
					
646
				</div>
647
				
648
			</div>
649

    
650
[% END %]
651

    
652
			</div>
653

    
654
		</div>
655
	</article>
656
	
(1-1/7)