first commit

This commit is contained in:
2025-07-28 13:56:49 +05:30
commit e9eb805edb
3438 changed files with 520990 additions and 0 deletions

View 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>