SEC-2194: Remove samples errors/tabs folders
This commit is contained in:
parent
f036970f8b
commit
b5ecaf61ed
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,21 +0,0 @@
|
|||
<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:sec="http://www.springframework.org/security/tags"
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
||||
<jsp:output omit-xml-declaration="yes" />
|
||||
<jsp:directive.attribute name="url" type="java.lang.String" required="true" description="The url to go to"/>
|
||||
<jsp:directive.attribute name="text" type="java.lang.String" required="true" description="The text for the tab"/>
|
||||
<jsp:directive.attribute name="id" type="java.lang.String" required="true" description="The id for the tab"/>
|
||||
|
||||
<sec:authorize url="${url}">
|
||||
<c:url var="url" value="${url}"/>
|
||||
<c:choose>
|
||||
<c:when test="${id == tab}">
|
||||
<c:set var="css" value=" selected"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="css" value=""/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<li class="tab${css}"><a href="${url}">${text}</a></li>
|
||||
</sec:authorize>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Access Denied"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">You do not have sufficient privileges to access this page.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Page Not Found"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">The requested page could not be found.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
|
@ -1,18 +0,0 @@
|
|||
<jsp:root
|
||||
xmlns:jsp="http://java.sun.com/JSP/Page"
|
||||
xmlns:spring="http://www.springframework.org/tags"
|
||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||
xmlns:form="http://www.springframework.org/tags/form"
|
||||
version="2.0">
|
||||
<jsp:directive.page language="java" contentType="text/html"/>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<c:set var="title" value="Internal Error"/>
|
||||
<head>
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>${title}</h1>
|
||||
<div class="errors">An internal error occurred.</div>
|
||||
</body>
|
||||
</html>
|
||||
</jsp:root>
|
Loading…
Reference in New Issue