Files
HRMS/hrmsWeb/hrms/jsp/ExpirePage.jsp
2025-07-28 13:56:49 +05:30

26 lines
708 B
Plaintext

<%@ 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>