the new query jobs by ip
[proteocache.git] / website / Index.jsp
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
2     pageEncoding="UTF-8"%>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Cassandra report</title>
8 </head>
9 <body>
10         <form method="post" action="AllReports.jsp">
11                 <h3>Choose query type</h3>
12                 <input type="radio" name="query" value="protein" Checked>Search by protein sequence<br/>
13                 <input type="radio" name="query" value="date">Search by date<br/>
14                 <input type="radio" name="query" value="log">Log information for current job<br/>               
15                 <input type="radio" name="query" value="length">Usage statistics by job time execution<br/>     
16                 <input type="radio" name="query" value="ip">Usage statistics by job ip<br/>     
17                 <input type="submit" name="Search" value="Search"/>
18         </form>
19 </body>
20 </html>