89 lines
2.6 KiB
Plaintext
89 lines
2.6 KiB
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>
|
|
<jsp:include page="GenIncludes.jsp" flush="true" />
|
|
<meta http-equiv=pragma content=no-cache>
|
|
</head>
|
|
|
|
|
|
<BODY onkeydown="hotKeys(event);"; scroll=auto>
|
|
|
|
<html:form name="HrmDriverForm" action="HrmDriverBaseAction" type="wenrgise.hrms.webtier.form.HrmDriverForm">
|
|
<jsp:include page="GenMenu.jsp" flush="true" />
|
|
<bean:define id="ParentForm" name="HrmDriverForm" toScope="request" />
|
|
|
|
<table>
|
|
<tr height="250">
|
|
<td colspan=11></td>
|
|
</tr>
|
|
</table>
|
|
<TABLE >
|
|
<TR height=30>
|
|
<td colspan=5 width="38%"></td>
|
|
<TD class=actDriverTabText noWrap bgColor=#4682b4 align="center" >HUMAN RESOURCE MANAGEMENT SYSTEM<IMG height=1 src="../includes/images/pixel.gif" width=10 border=0></TD>
|
|
<td colspan=5 width="38%"></td>
|
|
</TR>
|
|
</TABLE>
|
|
<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>
|
|
<table>
|
|
<tr height="30">
|
|
<td colspan=11></td>
|
|
</tr>
|
|
</table>
|
|
<!--container table starts -->
|
|
<TABLE cellSpacing=0 cellPadding=0 border=0 >
|
|
<TBODY>
|
|
|
|
<tr height="40">
|
|
<td colspan="7"></td>
|
|
</tr>
|
|
|
|
|
|
</TBODY>
|
|
</TABLE>
|
|
<!-- Container Table Ends -->
|
|
<html:hidden property="screenName" name="HrmDriverForm" value="HrmDriverScreen" />
|
|
<html:hidden name="HrmDriverForm" property="forwardedPage" />
|
|
<html:hidden property="positionRequested" name="HrmDriverForm" />
|
|
<html:hidden property="screenMode" name="HrmDriverForm" />
|
|
<html:hidden property="detailDataChanged" name="HrmDriverForm" />
|
|
<html:hidden property="headerDataChanged" name="HrmDriverForm" />
|
|
<html:hidden property="headerPrimaryKey" name="HrmDriverForm" />
|
|
|
|
<html:hidden property="userPageRequested" name="HrmDriverForm" />
|
|
<html:hidden property="userPositionRequested" name="HrmDriverForm" />
|
|
<html:hidden property="pageRequested" name="HrmDriverForm" />
|
|
|
|
<!------ addded for LOV ----->
|
|
|
|
<html:hidden property="lovKey" name="HrmDriverForm" />
|
|
<html:hidden property="txtSearchFields" name="HrmDriverForm" />
|
|
<html:hidden property="txtDisplayFields" name="HrmDriverForm" />
|
|
|
|
<html:hidden property="txtIndex" name="HrmDriverForm" />
|
|
|
|
|
|
|
|
</html:form>
|
|
</body>
|
|
</html:html>
|
|
<script language="javascript">
|
|
|
|
|
|
</script>
|