first nosql version
[jabaws.git] / webservices / compbio / nosql / WebContent / Index.jsp
diff --git a/webservices/compbio/nosql/WebContent/Index.jsp b/webservices/compbio/nosql/WebContent/Index.jsp
new file mode 100644 (file)
index 0000000..475b4a7
--- /dev/null
@@ -0,0 +1,18 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Cassandra report</title>
+</head>
+<body>
+       <form method="post" action="AllReports.jsp">
+               <h3>Choose query type</h3>
+               <input type="radio" name="query" value="date"  Checked>Search by date<br/>
+               <input type="radio" name="query" value="length">Search by time interval<br/>
+               <input type="radio" name="query" value="protein">Search by protein sequence<br/>
+               <input type="submit" name="Search" value="Search"/>
+       </form>
+</body>
+</html>
\ No newline at end of file