fix query log info, jobs by counter
[proteocache.git] / website / QueryLogInfo.jsp
diff --git a/website/QueryLogInfo.jsp b/website/QueryLogInfo.jsp
new file mode 100644 (file)
index 0000000..34f0f9f
--- /dev/null
@@ -0,0 +1,17 @@
+<%@ 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>Log query</title>
+</head>
+<body>
+       <br/>
+       <form method="get" action="ServletLogInfo">
+               <h3>Enter job ID</h3>   
+               <input type="text" name="IdJob"><br/>
+               <input type="submit" name="Search" value="Search"/><br/><br/>
+       </form>
+</body>
+</html>
\ No newline at end of file