view src/main/webapp/home/test.html @ 10:5610250d021a default tip

SectionsIndex, we added a method to print the setting of the VM
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Thu, 19 Mar 2015 11:46:33 +0100
parents 7682c04c63a8
children
line wrap: on
line source

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
		<script type="text/javascript" src="http://localhost:8080/gazetteer-server/resources/js/jquery.steps.js"></script>

		
	</head>
	
	 <body>
		<script>
            $("#wizard").steps();
		</script>
		<div id="wizard"></div>
    </body>
</html>