From: Sasha Sherstnev Date: Fri, 8 Nov 2013 13:47:17 +0000 (+0000) Subject: Updated website X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=commitdiff_plain;h=2f4f305bd4867f3ded54b49cd835c7d9af9b8049 Updated website --- diff --git a/website/QueryLogInfo.jsp b/website/QueryLogInfo.jsp new file mode 100644 index 0000000..34f0f9f --- /dev/null +++ b/website/QueryLogInfo.jsp @@ -0,0 +1,17 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +Log query + + +
+
+

Enter job ID

+
+

+
+ + \ No newline at end of file diff --git a/website/ReportLogInfo.jsp b/website/ReportLogInfo.jsp new file mode 100644 index 0000000..d4079ad --- /dev/null +++ b/website/ReportLogInfo.jsp @@ -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" %> +

Jobs log information for: ${IdJob}

+

Time execution: ${timeExecution} ms

+

Date Start : ${result.logInfo.dateStart}

+

Date End : ${result.logInfo.dateEnd}

+

Sequence : ${result.logInfo.sequence}

+