X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FaddResultToCollectionS.jsp;fp=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FaddResultToCollectionS.jsp;h=f1453bdf4230e68775b1fb6336fd62b4e979a9d7;hb=4f1055e343320cc4e94161ed3b89c2a39ccaddb4;hp=0000000000000000000000000000000000000000;hpb=a9b5d9077e01c0e07b986dd77fed5273daa49d48;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/addResultToCollectionS.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/addResultToCollectionS.jsp new file mode 100644 index 000000000..f1453bdf4 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/addResultToCollectionS.jsp @@ -0,0 +1,15 @@ + +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + +<%@include file="header.txt"%> + + +
+

Add result to collection

+Result ${param.resultUuid} successfully added to collection ${param.collectionId}. +
+ +<%@include file="footer.txt"%> \ No newline at end of file