X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FslcExecutionView.jsp;fp=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FslcExecutionView.jsp;h=ee5e40ca38d78bfa7b973a512168701492cc8d0d;hb=2f8b18b713e45a45501b75ac88db76d56eb82a7b;hp=0000000000000000000000000000000000000000;hpb=1f300a25e7e43d2daed2eee26d90040f7ef488a2;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp new file mode 100644 index 000000000..ee5e40ca3 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp @@ -0,0 +1,38 @@ + +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + +<%@include file="header.txt"%> + + +
+

SLC Execution Details

+

Uuid = ${slcExecution.uuid}

+
+

Execution Steps

+ + + + + + + + + + + + + + + + + + + + + +
UUIDTYPEBEGIN
${slcExecutionStep.uuid}${slcExecutionStep.type}${slcExecutionStep.begin}
- ${slcExecutionStepLog}
+
+ +<%@include file="footer.txt"%> \ No newline at end of file