# HG changeset patch # User luisf # Date 1386330635 0 # Node ID 6300c7d0300aef091ad14b00ab887de950c95b52 # Parent 495cab3dc33a6b7ab2a517d13e3f6fb725f0dfb2 Changed the name of the example page to index.jsp diff -r 495cab3dc33a -r 6300c7d0300a webapp/ExamplesPage.jsp --- a/webapp/ExamplesPage.jsp Thu Dec 05 17:03:02 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - - Human Echolocation - - <% - String distStr = request.getParameter("dist"); - int dist; - boolean distSet = false; - if(distStr!=null && distStr.length()>0) - { - dist = Integer.parseInt(distStr); - distSet = true; - } - %> - - - - - - - -
-
- - - - -
Header Image Not Found
-
- -

Human Echolocation WebApp Example Page

- - - - Input parameters: -
- Distance: - -
- -
-
- - -
-
-
- - -