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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
196

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
395

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

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

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

    
407

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

    
411

    
412
<p><span class="text-info">URL</span>:               [%url%]
413
</p>
414
<p><span class="text-info">Additional Information:</span>  [%addComments%]
415
</p>
416
<hr class="rule" />
417

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

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

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

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

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

    
571
</form>
572

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

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

    
649
[% END %]
650

    
651
			</div>
652

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