Line | |
---|
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
---|
2 | <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
|
---|
3 | <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
---|
4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
---|
5 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
6 | <html>
|
---|
7 | <head><title><fmt:message key="app.name"/> - Permission Denied</title></head>
|
---|
8 | <body>
|
---|
9 | <%session.invalidate();%>
|
---|
10 | <h2>
|
---|
11 | <fmt:message key="app.name"/>
|
---|
12 | </h2>
|
---|
13 | <h3>Permission Denied</h3>
|
---|
14 | <p><c:out value="${exception.errorMessage}"/></p>
|
---|
15 | <p>Please communicate with IRM to ensure you have the appropriate permissions in this VistA account in order to use EDIS.</p>
|
---|
16 | <p><fmt:message key="logged.out"/></p>
|
---|
17 | <p><a href="<%= request.getContextPath() %>"><fmt:message key="login.again"/></a></p>
|
---|
18 | </body>
|
---|
19 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.