# HG changeset patch # User luisf # Date 1386256443 0 # Node ID 00cae11c09bd2f2e71e68ee32e1ccb0586c24291 # Parent 33d7bd3c09909c531c4ac7a7ac3d2f24ddf28d67 Added jquery lib script; fixed build file. diff -r 33d7bd3c0990 -r 00cae11c09bd build.xml --- a/build.xml Wed Dec 04 19:48:02 2013 +0000 +++ b/build.xml Thu Dec 05 15:14:03 2013 +0000 @@ -1,4 +1,4 @@ - + Simple build file for the EchoLocation WebApp. @@ -20,9 +20,9 @@ - - - + + + diff -r 33d7bd3c0990 -r 00cae11c09bd webapp/ExamplesPage.jsp --- a/webapp/ExamplesPage.jsp Wed Dec 04 19:48:02 2013 +0000 +++ b/webapp/ExamplesPage.jsp Thu Dec 05 15:14:03 2013 +0000 @@ -5,7 +5,7 @@ <% String distStr = request.getParameter("dist"); - int dist = 1; + int dist; boolean distSet = false; if(distStr!=null && distStr.length()>0) { @@ -16,6 +16,7 @@ + @@ -30,6 +31,8 @@

Human Echolocation WebApp Example Page

+ + Input parameters:
Distance: @@ -38,21 +41,17 @@

+