source: EDIS/trunk/java/tracking-server-main/src/main/webapp/login/SessionTimeout.jsp@ 1227

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

initial load of EDIS 1.0

File size: 526 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
3<%@ page language="java" %>
4
5<HTML><HEAD>
6
7<!--<p><a href="<%= request.getContextPath() %>/login/login.jsp">Try login again.</a></p>
8
9 *
10
11 * @author Infrastructure & Security Service
12
13 * @version 1.0.1.002
14
15 * -->
16
17<TITLE>Login Session Time out Error</TITLE></HEAD>
18
19<BODY>
20
21
22
23<h3>Your session expired during login, please try again by restarting </h3>
24
25<h3> the login process by using your original bookmark, shortcut or URL destination </h3>
26
27</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.