From 7593fd5289ad4a08ce5dd503d2485139d14ed101 Mon Sep 17 00:00:00 2001
From: Winnie <liang15@mcmaster.ca>
Date: Wed, 28 Mar 2018 08:47:38 -0400
Subject: [PATCH] Update Temporary changes to index

---
 tomcat/webapps/Trawl/index.jsp | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/tomcat/webapps/Trawl/index.jsp b/tomcat/webapps/Trawl/index.jsp
index f61cde9..d24e965 100644
--- a/tomcat/webapps/Trawl/index.jsp
+++ b/tomcat/webapps/Trawl/index.jsp
@@ -1,8 +1,6 @@
 <%@ page import="java.util.*" %>
 <!--
-
 Double Handle Slider Modified from: http://jqueryui.com/slider/#range
-
 -->
 
 <!DOCTYPE html>
@@ -29,7 +27,6 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range
 
     <!--Plugins-->
 </head>
-
 <body>
     <header>
         <a href="index.html" >TrawlTool</a>
@@ -44,32 +41,28 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range
         <section id="nameDropdownIn">
             <form method="POST" action="doBioLookup.do"> <!--.do extension is not necessary. This field is the servlet's url in web.xml-->
                 Phylum:
-                <select name="phylum" size="1">
-                    <option>Arthropoda</option>
+                <select name="phylum" size="1" onChange="this.form.submit()">
+                    <option value="0">Arthropoda</option>
                     <option>Chordata</option>
                     <option>Mollusca</option>
                 </select>
-                <input type="SUBMIT">
 
                 Class:
-                <select name="class" size="1">
+                <select name="class" size="1" onChange="alert()">
+                    <option>SomeClass</option>
                 </select>
-                <!--<input type="SUBMIT">-->
 
                 Order:
                 <select name="order" size="1">
                 </select>
-                <!--<input type="SUBMIT">-->
 
                 Family:
                 <select name="family" size="1">
                 </select>
-                <!--<input type="SUBMIT">-->
 
                 Genus:
                 <select name="genus" size="1">
                 </select>
-                <!--<input type="SUBMIT">-->
 
                 Species:
                 <select name="species" size="1">
-- 
GitLab