the new query jobs by ip
[proteocache.git] / website / QueryJobsByIP.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>Query jobs by ip</title>
8 </head>
9 <body>
10         <br/>
11         <form method="get" action="ServletJobsByIp">
12                 <h3>Enter counter for jobs by ip</h3>   
13                 <input type="text" name="counterIp"><br/>
14                 <input type="submit" name="Search" value="Search"/><br/><br/>
15         </form>
16 </body>
17 </html>