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"/> - Version Incompatibility</title></head>
|
---|
8 | <body>
|
---|
9 | <%session.invalidate();%>
|
---|
10 | <h2>
|
---|
11 | <fmt:message key="app.name"/>
|
---|
12 | </h2>
|
---|
13 | <h3>Version Incompatibility</h3>
|
---|
14 | <p>This is EDIS web application version '<fmt:message key="app.version"/>'.<br/>
|
---|
15 | The EDIS server package version running in your VistA account is '<c:out value="${serverPackageVersion}"/>'.<br/>
|
---|
16 | A compatible client ('<c:out value="${clientFinalName}"/>') was not found bundled in this web application.
|
---|
17 | </p>
|
---|
18 | <p>Please ensure the version in your VistA account is compatible with version '<fmt:message key="app.version"/>' of the EDIS web application.</p>
|
---|
19 | <p><fmt:message key="logged.out"/></p>
|
---|
20 | <p><a href="<%= request.getContextPath() %>"><fmt:message key="login.again"/></a></p>
|
---|
21 | </body>
|
---|
22 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.