first commit
This commit is contained in:
25
hrmsWeb/hrms/jsp/ExpirePage.jsp
Normal file
25
hrmsWeb/hrms/jsp/ExpirePage.jsp
Normal file
@@ -0,0 +1,25 @@
|
||||
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
|
||||
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
|
||||
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
|
||||
<%@ taglib uri="/WEB-INF/enrgise-html.tld" prefix="enrgise" %>
|
||||
|
||||
<html:html>
|
||||
<html:base />
|
||||
<head>
|
||||
<TITLE><bean:message key="hrm.title" /></TITLE>
|
||||
</head>
|
||||
|
||||
|
||||
<BODY >
|
||||
|
||||
<html:form name="HrmGenLoginForm" type="wenrgise.hrms.webtier.form.HrmGenLoginActionForm" action="HrmGenLoginAction">
|
||||
|
||||
<TABLE >
|
||||
<TR height=40>
|
||||
<TD style="color:red;font-size:14pt;font-weight:bold;text-align:center;" >Current Session has expired .... Please close the browser window and Login again.</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</html:form>
|
||||
</body>
|
||||
</html:html>
|
Reference in New Issue
Block a user