Rev | Line | |
---|
[1227] | 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 Transitional//EN"
|
---|
| 5 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
| 6 | <html>
|
---|
| 7 | <head>
|
---|
| 8 | <title><fmt:message key="app.name"/></title>
|
---|
| 9 | </head>
|
---|
| 10 | <body>
|
---|
| 11 |
|
---|
| 12 | <h2><fmt:message key="app.name"/></h2>
|
---|
| 13 |
|
---|
| 14 | <p>This is EDIS web application version '<fmt:message key="app.version"/>'.</p>
|
---|
| 15 |
|
---|
| 16 | <p>An error occurred while processing your request. The message is:<br/>
|
---|
| 17 | <font color="red"><b> <c:out value="${errorMessage}"/></b></font></p>
|
---|
| 18 |
|
---|
| 19 | <p><a href="<%= request.getContextPath() %>">Click here to try again...</a></p>
|
---|
| 20 |
|
---|
| 21 | </body>
|
---|
| 22 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.