Last change
on this file since 3710 was
3710,
checked in by Garth Braithwaite, 10 years ago
|
java and view - email verification code working. updated systemid modelmaps to use verified file, then the new resource then classpath system id lookup. many of the modelmap objects were changed from "XML" to the more generic "file". Renamed the saxon*.jars to include the exact version number.
|
File size:
1.6 KB
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | |
---|
3 | <html lang="en"> |
---|
4 | |
---|
5 | <%@ include file="_taglibs.jsp"%> |
---|
6 | <c:set var="pageTitle" value="IBIS-PH Unauthorized Access"/> |
---|
7 | |
---|
8 | <head> |
---|
9 | |
---|
10 | <%@ include file="_head.jsp"%> |
---|
11 | |
---|
12 | <style> |
---|
13 | body |
---|
14 | { |
---|
15 | width: 700px; |
---|
16 | } |
---|
17 | |
---|
18 | .Header .Name, .Header .Logout |
---|
19 | { |
---|
20 | display: none; |
---|
21 | } |
---|
22 | |
---|
23 | #mainTitle |
---|
24 | { |
---|
25 | background-color: white; |
---|
26 | padding-left: 50px; |
---|
27 | } |
---|
28 | div.Note |
---|
29 | { |
---|
30 | padding: 10px 50px 10px 50px; |
---|
31 | border-right: none; |
---|
32 | } |
---|
33 | img.Stop |
---|
34 | { |
---|
35 | position: absolute; |
---|
36 | top: 50px; |
---|
37 | left: 10px; |
---|
38 | } |
---|
39 | |
---|
40 | #mainTitle, |
---|
41 | div.Content div |
---|
42 | { |
---|
43 | padding-left: 130px; |
---|
44 | margin: 0; |
---|
45 | } |
---|
46 | </style> |
---|
47 | |
---|
48 | </head> |
---|
49 | |
---|
50 | <body><table id="page"><tr><td> |
---|
51 | |
---|
52 | <div id="header"></div> |
---|
53 | <div id="content"> |
---|
54 | <span id="contextNavigationMenu"></span> |
---|
55 | |
---|
56 | <h1 id="mainTitle">${pageTitle}</h1> |
---|
57 | <div class="Content"> |
---|
58 | <div class="Note"> |
---|
59 | <h2> |
---|
60 | A problem was encountered while trying to access the application. |
---|
61 | Either you are not authenticated or you are not authorized for |
---|
62 | the requested resource or your session has timed out. |
---|
63 | </h2><br/> |
---|
64 | |
---|
65 | <c:if test="${ (not empty SPRING_SECURITY_LAST_EXCEPTION.message) or (not empty param.message)}"> |
---|
66 | <h2>Reason(s):</h2> |
---|
67 | <c:out value="${SPRING_SECURITY_LAST_EXCEPTION.message}"/><br/> |
---|
68 | <c:out value="${param.message}"/> |
---|
69 | <br/><br/> |
---|
70 | </c:if> |
---|
71 | </div> |
---|
72 | </div> |
---|
73 | <img src="${pageContext.request.contextPath}/image/stop.png" class="Stop"/> |
---|
74 | </div> |
---|
75 | <div id="footer"></div> |
---|
76 | |
---|
77 | </td></tr></table></body> |
---|
78 | </html> |
---|
79 | |
---|
Note: See
TracBrowser
for help on using the repository browser.