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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
---|
| 4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
| 5 | <html>
|
---|
| 6 | <head><title><fmt:message key="app.name"/> Logged Out</title></head>
|
---|
| 7 | <body>
|
---|
| 8 | <%session.invalidate();%>
|
---|
| 9 | <h2>
|
---|
| 10 | <fmt:message key="app.name"/>
|
---|
| 11 | </h2>
|
---|
| 12 | <p>You have been logged out.</p>
|
---|
| 13 | <p><a href="<%= request.getContextPath() %>">Log in again.</a></p>
|
---|
| 14 | <p><a href="http://vhaislcfgm2.vha.med.va.gov/shadowfax/joomla/index.php?option=com_fireboard&Itemid=121&task=listcat&catid=14">EDIS Tracking Feedback Forum</a></p>
|
---|
| 15 | </body>
|
---|
| 16 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.