]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultList.jsp
Centralize server spring configs
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / jsp / resultList.jsp
index 30870b9c6c5e369f1928a1e01be7db76706a60ba..3ae2101dd83a3ca085a753b406354a8c1b73a9ab 100644 (file)
@@ -1,12 +1,3 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>\r
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"\r
-       pageEncoding="ISO-8859-1"%>\r
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>\r
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>\r
-\r
-<%@include file="header.txt"%>\r
-<jsp:include page="common.jsp" />\r
-\r
 <div id="main">\r
 <h1>Results</h1>\r
 \r
                                        <td>NOT CLOSED</td>\r
                                </c:otherwise>\r
                        </c:choose>\r
-                       <td><a href="resultView.web?uuid=${result.uuid}">view</a></td>\r
+                       <td style="padding-right: 5px"><a href="resultView.web?uuid=${result.uuid}">view</a></td>\r
                        <td><a href="resultView.xslt?uuid=${result.uuid}">xsl</a></td>\r
                </tr>\r
        </c:forEach>\r
 </table>\r
 \r
 </div>\r
-\r
-<%@include file="footer.txt"%>
\ No newline at end of file