X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2FReportLogInfo.jsp;fp=website%2FReportLogInfo.jsp;h=d4079ad776f358116e4a20e1085e294450cafefc;hb=2f4f305bd4867f3ded54b49cd835c7d9af9b8049;hp=0000000000000000000000000000000000000000;hpb=e340dab523f648f1dff28b6019d0e5ba97dfb1f7;p=proteocache.git 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}

+