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,159 @@
<%@ 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" %>
<html:html>
<html:base />
<head>
<TITLE><bean:message key="hrm.title" /></TITLE>
<jsp:include page="GenIncludes.jsp" flush="true" />
</head>
<BODY onkeydown="hotKeys(event);"; scroll=auto>
<html:form name="HrmAttEmpSftForm" action="HrmAttEmpSftBaseAction" type="wenrgise.hrms.webtier.form.HrmAttEmployeeShiftDetailForm">
<jsp:include page="GenIconMenu.jsp" flush="true" />
<!--Top Most Blue Bar-->
<TABLE cellSpacing=0 bgColor=#bdd0ef>
<tr>
<TD colSpan=12 class=mainHeader height=10><bean:message key="hrm.HrmAttEmployeeShiftDetail.heading" /></TD>
</TR>
</TABLE>
<!--// Display Errors -->
<enrgise:errors/>
<logic:messagesPresent message="true">
<Table>
<html:messages id="message" message="true">
<TR><TD>
<bean:write name="message"/>
</TD></TR>
</html:messages>
</Table>
</logic:messagesPresent>
<!--// Display Errors -->
<div id=divBody>
<TABLE cellSpacing=0 cellPadding=0 border=0 >
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 >
<!--Employee Shift Detail Starts -->
<TR>
<TD class=subHeader colspan=6>Employee Shift Detail</TD>
</TR>
<TR>
<TD colspan=6 bgColor=#4682b4><IMG height=1 src="../INCLUDES/IMAGES/pixel.gif" width=1 border=0></TD>
</TR>
<tr>
<td class="labelText"><bean:message key="hrm.HrmAttEmployeeShiftDetail.empNo" /></td>
<td><html:text property="employeeNo" altKey="hrm.HrmAttEmployeeShiftDetail.empNo" maxlength="10" size="23" styleClass="required" /><img height=16 align="center" src="../INCLUDES/IMAGES/lov.jpg" property="butEmpNo" ></td>
<td ></td>
<td class="labelText"><bean:message key="hrm.HrmAttEmployeeShiftDetail.empName" /></td>
<td colspan="2"><html:text property="employeeName" altKey="hrm.HrmAttEmployeeShiftDetail.empName" maxlength="60" size="60" styleClass="locked" disabled="true" /></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 border=0>
<!-- Detail Information Row starts -->
<TR>
<TD colspan=6>
<!-- Employee Shift Details Table Starts -->
<TABLE cellSpacing=0 cellPadding=0 >
<tr>
<td bgcolor="#4682B4" width="10"><img src="../INCLUDES/IMAGES/pixel.gif" width="10" height="1" border="0"></td>
<td bgcolor="#4682B4" nowrap class=actTabText >Employee Shift Details<img src="../INCLUDES/IMAGES/pixel.gif" width="10" height="1" border="0"></td>
<TD><IMG height=19 src="../INCLUDES/IMAGES/formtab_r.gif" width=10 border=0></TD>
<TD width="100%" background="../INCLUDES/IMAGES/line_t.gif">&nbsp;</TD>
<TD background="../INCLUDES/IMAGES/line_t.gif"><IMG height=1 src="../INCLUDES/IMAGES/pixel.gif" width=10 border=0></TD>
</tr>
<TR >
<!-- Detail table Container starts -->
<TD colspan=6>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD >
<DIV id=divDtlTable style="height:270px" >
<!-- Detail table starts -->
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<tr>
<TD class=tableHeader width="1%"><html:checkbox property="selectAll" onclick="toggleCheckBox('checked')" /></TD>
<TD class=tableHeader width="5%"><bean:message key="hrm.HrmAttEmployeeShiftDetail.shiftBeginDt" /></td>
<TD class=tableHeader width="5%"><bean:message key="hrm.HrmAttEmployeeShiftDetail.shiftEndDt" /></td>
<TD class=tableHeader width="5%"><bean:message key="hrm.HrmAttEmployeeShiftDetail.shiftCode" /></td>
</tr>
<!--Insert Logic Iterate Here-->
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
<!-- Get details starts -->
<tr>
<td colspan=11>
<jsp:include page="GenDetailMenu.jsp" />
</TD>
</tr>
</TBODY>
</TABLE>
</td>
</tr>
</TABLE>
</td>
</tr>
<!-- Tab Table Ends -->
<!-- Bottom Blue Bar -->
<TR>
<td>
<TABLE cellspacing="0" cellpadding="0" border=0>
<tr>
<td colspan="5" bgColor=#4682b4></td>
<td align=right bgColor=#4682b4><img src="../INCLUDES/IMAGES/man.jpg"></td>
</TR>
</table>
</td>
</tr>
<!-- Container Table Ending Columns Starts-->
</TD>
</TR>
</TBODY>
</TABLE>
<!-- Container Table Ends -->
</html:form>
</body>
</html:html>
<script>
function doOnLoad()
{
if(document.forms[0].firstLoad.value!="false")
{
return "HrmAttEmpSftOnLoadAction.do";
}
}
function doExit()
{
return "HrmAttEmpSftExitAction.do";
}
</script>