]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/removeResultFromCollectionS.jsp
Display enhancement
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / jsp / removeResultFromCollectionS.jsp
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
3 pageEncoding="ISO-8859-1"%>
4 <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
5 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
6
7 <%@include file="header.txt"%>
8 <jsp:include page="common.jsp" />
9
10 <div id="main">
11 <h1>Remove result from collection</h1>
12 Result <b>${param.resultUuid}</b> successfully removed from collection <b>${param.collectionId}</b>.
13 </div>
14
15 <%@include file="footer.txt"%>