source: EDIS/tags/ed/tracking-server-main/src/main/webapp/WEB-INF/jsp/logout.jsp@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 702 bytes
Line 
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 <h2>
9 <fmt:message key="app.name"/>
10 </h2>
11 <p><fmt:message key="logged.out"/></p>
12 <p><a href="<%= request.getContextPath() %>"><fmt:message key="login.again"/></a></p>
13 <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>
14 </body>
15</html>
Note: See TracBrowser for help on using the repository browser.