Updated website
[proteocache.git] / website / ReportLogInfo.jsp
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>
+