Updated website
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 8 Nov 2013 13:47:17 +0000 (13:47 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 8 Nov 2013 13:47:17 +0000 (13:47 +0000)
website/QueryLogInfo.jsp [new file with mode: 0644]
website/ReportLogInfo.jsp [new file with mode: 0644]

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
diff --git a/website/ReportLogInfo.jsp b/website/ReportLogInfo.jsp
new file mode 100644 (file)
index 0000000..d4079ad
--- /dev/null
@@ -0,0 +1,11 @@
+<%@page import="java.util.ArrayList"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
+<%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
+<h3>Jobs log information for: ${IdJob}</h3>
+<h3>Time execution: ${timeExecution} ms</h3>
+<p> Date Start : ${result.logInfo.dateStart}</p>
+<p> Date End   : ${result.logInfo.dateEnd}</p>
+<p> Sequence   : ${result.logInfo.sequence}</p>
+