Add first banch of JSPs
[proteocache.git] / website / Index.jsp
diff --git a/website/Index.jsp b/website/Index.jsp
new file mode 100644 (file)
index 0000000..e113e4b
--- /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="protein" Checked>Search by protein sequence<br/>
+               <input type="radio" name="query" value="date">Search by date<br/>
+               <input type="radio" name="query" value="length">Usage statistics by job time execution<br/>             
+               <input type="submit" name="Search" value="Search"/>
+       </form>
+</body>
+</html>
\ No newline at end of file