Project

General

Profile

« Previous | Next » 

Revision 4903

Added by walbridge about 15 years ago

Change confirm page text to make it seem less like a receipt of completed information, which has confused a few NCEAS participants. Lower the visual impact of the horizontal rules.

View differences:

lib/style/skins/nceas/nceas.css
441 441
        width: 98%;
442 442
}
443 443

  
444
.rule {
445
		height: 1px;
446
		color: #ccc;
447
		background-color: #ccc;
448
		border: 0;
449
}
444 450

  
445 451
/**
446 452
 *  This is add to overload the p+p function defined in eml.css.
lib/style/common/templates/confirmData.tmpl
24 24

  
25 25
[% INCLUDE $templates.header %]
26 26

  
27
<table class="intro" cellpadding="3" cellspacing="0">
27
<table class="intro" cellpadding="3" cellspacing="0" style="margin-bottom: 20px">
28
<tr><td align="left"><p class="sectionnames">REVIEW YOUR ENTRY</p></td></tr>
28 29
<tr><td align="left"><span class="regtext">
29 30
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 31
</table>
33 32

  
34 33
<table class="intro" cellpadding="3" cellspacing="0">
35 34
<tr><td align="left">
36
<hr><a name="BasicInformation"></a>
35
<a name="BasicInformation"></a>
37 36
<p><span class="sectionnames">BASIC INFORMATION</span>
38 37
</p>
39 38
<p><span class="label">First Name:</span>        [%providerGivenName%]
......
58 57
    [% END %]
59 58
[% END %]
60 59

  
61
<hr>
60
<hr class="rule">
62 61
<a name="DataSetOriginator"></a>
63 62
<p><span class="sectionnames">PRINCIPAL DATA SET OWNER</span>
64 63

  
......
99 98
<p><span class="label">Country:</span>               [%origCountry%]
100 99
</p>
101 100

  
102
<hr>
101
<hr class="rule">
103 102
<a name="AdditionalOriginators"></a>
104 103
<p><span class="sectionnames">ASSOCIATED PARTIES</span> 
105 104

  
......
140 139
     [% END %]    
141 140
</table>
142 141

  
143
<hr>
142
<hr class="rule">
144 143
<a name="DataSetAbstract"></a>
145 144
<p><span class="sectionnames">DATA SET ABSTRACT</span><br>  [%abstract%]
146 145
</p>
147 146
 [% IF modules.keyword == 'true' %]
148
<hr>
147
<hr class="rule">
149 148
<a name="KeywordInformation"></a>
150 149
<p><span class="sectionnames">KEYWORD INFORMATION</span> 
151 150

  
......
188 187
[% END %]
189 188
  
190 189
[% IF module.temporal == 'true' %]
191
<hr>
190
<hr class="rule">
192 191
<a name="TemporalCoverageOfData"></a>
193 192
<p><span class="sectionnames">TEMPORAL COVERAGE OF DATA</span> 
194 193

  
......
200 199
[% END %]
201 200

  
202 201
[% IF module.spatial == 'true' %]
203
<hr>
202
<hr class="rule">
204 203
<a name="SpatialCoverageOfData"></a>
205 204
<p><span class="sectionnames">SPATIAL COVERAGE OF DATA</span> 
206 205

  
......
309 308
    [% IF taxaCount > 0 %]
310 309
        [% numTaxa = taxaCount %]
311 310
    [% END %]
312
    <hr>
311
    <hr class="rule">
313 312
    <a name="Taxonomic Coverage"></a>
314 313
    <p><span class="sectionnames">TAXONOMIC COVERAGE OF DATA</span></p>
315 314
    [% cnt = 1 %]
......
323 322
[% END %]
324 323

  
325 324
[% IF modules.method == 'true' %]
326
    <hr>
325
    <hr class="rule">
327 326
    <a name="Methods"></a>
328 327
    <p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
329 328
    <p><span class="label">Method Title:</span> [%methodTitle%]</p>
......
335 334
[% END %]
336 335

  
337 336
[% IF modules.upload == 'true' && upCount %]
338
   <hr>
337
   <hr class="rule">
339 338
	 <a name="Upload Data"></a>
340 339
	  <p><span class="sectionnames">UPLOAD DATA</span></p>
341 340
    
......
362 361
				</p>
363 362
    [% END %]
364 363
[% END %]
365
<hr>
364
<hr class="rule">
366 365
<a name="DataSetContactAddress"></a>
367 366
<p><span class="sectionnames">DATA SET CONTACT</span> 
368 367

  
......
404 403
</p>
405 404

  
406 405

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

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

  
429 428
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
430 429
  <input type="hidden" name="cfg" value="[% cfg %]">

Also available in: Unified diff