Project

General

Profile

« Previous | Next » 

Revision 9881

Move the "go back to editing" button to the top of the confirm page too.
Make sure all links in the confirm stage open up in a new window.
Make the "yes submit" button styled as the primary choice.

View differences:

lib/style/common/templates/metacatui/confirmData.tmpl
9 9
			<div class="row-fluid">
10 10
				<h2>Review your entry</h2>
11 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>.
12
					Please review the information that you've entered. To make changes, 
13
					<input type="button" class="btn dataWrongButton" value="Go back to editing" />.
13 14
				</p>
14 15
			</div>
15 16
			
......
330 331
				<p>Additional Information: [%addComments%]</p>
331 332
				<p>
332 333
				  All data and metadata are released under either the 
333
				  <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC-0 Public Domain Dedication</a>
334
				  <a href="http://creativecommons.org/publicdomain/zero/1.0/" target="_blank">CC-0 Public Domain Dedication</a>
334 335
				  or the 
335
				  <a href="http://creativecommons.org/licenses/by/4.0/">
336
				  <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
336 337
				    Creative Commons Attribution 4.0 International License
337 338
				  </a>. 
338 339
				  As a repository dedicated to helping researchers increase collaboration 
......
341 342
				  this repository, you warrant that you own any rights to the content and are 
342 343
				  authorized to do so under copyright or any other right that might pertain 
343 344
				  to the content. 
344
				  <a href="http://www.bitlaw.com/copyright/database.html">
345
				  <a href="http://www.bitlaw.com/copyright/database.html" target="_blank">
345 346
				    Data and facts themselves are not covered under copyright
346 347
				  </a> 
347 348
				  in the US and most countries, since facts in and of themselves are not 
......
352 353
				  and any other content. By marking content as publicly available, you grant this 
353 354
				  repository, UCSB, and any other users the right to copy the content and redistribute 
354 355
				  it to the public without restriction under the terms of the 
355
				  <a href="http://creativecommons.org/licenses/by/4.0/">
356
				  <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
356 357
				    Creative Commons Attribution 4.0 International License
357 358
				  </a> 
358 359
				  or the 
359
				  <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC-0 Public Domain Dedication</a>, 
360
				  <a href="http://creativecommons.org/publicdomain/zero/1.0/" target="_blank">CC-0 Public Domain Dedication</a>, 
360 361
				  depending on which you choose at the time of upload.
361 362
				</p>
362 363
				<form id="confirmForm" action="[% cgiPrefix %]/register-dataset.cgi" method="post">
......
540 541
				  	<!-- form submission -->
541 542
					<a name="buttons"></a>
542 543
					<p><strong>Is the information above correct?</strong></p> 
543
					<input id="dataCorrect" type="button" class="btn" value="     Yes, submit    " name="dataCorrect" />
544
					<input id="dataWrongButton" type="button" class="btn" value="No, go back to editing" />
544
					<input id="dataCorrect" type="button" class="btn btn-primary" value="     Yes, submit    " name="dataCorrect" />
545
					<input type="button" class="btn dataWrongButton" value="No, go back to editing" />
545 546
					<input id="dataWrong" name="dataWrong" type="hidden" class="btn" value="TBD" />
546 547
				
547 548
				</form>

Also available in: Unified diff