source: EDIS/tags/ed/tracking-server-main/src/main/webapp/login/loginerror.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: 398 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
3<%@ page language="java" %>
4
5<HTML><HEAD>
6
7<!--
8
9 *
10
11 * @author Infrastructure & Security Service
12
13 * @version 1.0.1.002
14
15 * -->
16
17<TITLE>Forms Authentication Error</TITLE></HEAD>
18
19<BODY>
20
21<h3>Forms authentication login failed.</h3>
22
23<p><a href="<%= request.getContextPath() %>/login/login.jsp">Try login again.</a></p>
24
25</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.