first commit
This commit is contained in:
476
hrmsWeb/hrms/jsp/HrmRecApplnMtnResultDtl.jsp
Normal file
476
hrmsWeb/hrms/jsp/HrmRecApplnMtnResultDtl.jsp
Normal file
@@ -0,0 +1,476 @@
|
||||
<%@ 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" />
|
||||
</head>
|
||||
|
||||
|
||||
<BODY scroll="auto" onkeydown="hotKeys(event);">
|
||||
|
||||
<html:form name="HrmRecApplnMtnForm" action="HrmRecApplnMtnResultDtlBaseAction" type="wenrgise.hrms.webtier.form.HrmRecApplnMtnForm">
|
||||
<bean:define id="ParentForm" name="HrmRecApplnMtnForm" toScope="request" />
|
||||
<jsp:include page="GenMenu.jsp" flush="true" />
|
||||
<bean:define id="left" name="ParentForm" property="positionRequested"/>
|
||||
<bean:define id="right" name="ParentForm" property="totalCount"/>
|
||||
<table cellSpacing=0 bgColor=#bdd0ef>
|
||||
<tr height=27>
|
||||
<td colSpan=11></td>
|
||||
</tr>
|
||||
<TR >
|
||||
<TD ><enrgise:img name="ParentForm" property="butQuery" onmouseover='this.src="../includes/images/query_act.jpg"' onmouseout='this.src="../includes/images/query.jpg"' alt="Query (Ctrl+Q)" src="../includes/images/query.jpg" onclick="doBaseQueryMode()" /><enrgise:img name="ParentForm" property="butInsert" onmouseover='this.src="../includes/images/insert_act.jpg"' onmouseout='this.src="../includes/images/insert.jpg"' alt="Insert (Alt+N)" src="../includes/images/insert.jpg" onclick="doBaseInsertMode()"/></TD>
|
||||
<TD width="2%"></TD>
|
||||
<TD ><enrgise:img name="ParentForm" property="butExecute" onmouseover='this.src="../includes/images/execute_act.jpg"' onmouseout='this.src="../includes/images/execute.jpg"' alt="Execute (Ctrl+U)" src="../includes/images/execute.jpg" onclick="doBaseExecute()" /><enrgise:img name="ParentForm" property="butSave" onmouseover='this.src="../includes/images/save_act.jpg"' onmouseout='this.src="../includes/images/save.jpg"' alt="Save (Ctrl+S)" src="../includes/images/save.jpg" onclick="doBaseSave()" />
|
||||
<img name="ParentForm" property="butDelete" src="../includes/images/delete_dis.jpg" /><enrgise:img name="ParentForm" property="butRefresh" onmouseover='this.src="../includes/images/refresh_act.jpg"' onmouseout='this.src="../includes/images/refresh.jpg"' alt="Refresh (Ctrl+R)" src="../includes/images/refresh.jpg" onclick="doBaseRefresh()" />
|
||||
<enrgise:img name="ParentForm" property="butPrint" onmouseover='this.src="../includes/images/print_act.jpg"' onmouseout='this.src="../includes/images/print.jpg"' alt="Print (Ctrl+P)" src="../includes/images/print.jpg" /></TD>
|
||||
<TD width="2%" bgColor=#bdd0ef></TD>
|
||||
<TD><enrgise:img name="ParentForm" property="butExit" onmouseover='this.src="../includes/images/exit_act.jpg"' onmouseout='this.src="../includes/images/exit.jpg"' alt="Exit (Alt+X)" src="../includes/images/exit.jpg" onclick="doBaseExit()" />
|
||||
<enrgise:img name="ParentForm" property="butHelp" onmouseover='this.src="../includes/images/help_act.jpg"' onmouseout='this.src="../includes/images/help.jpg"' alt="Help (Ctrl+?)" src="../includes/images/help.jpg" onclick="doBaseHelp()" /></TD>
|
||||
<TD width="50%"></TD>
|
||||
<TD ><enrgise:img name="ParentForm" property="butPrevHeader" src='../includes/images/butn_prev.jpg' onmouseover='this.src="../includes/images/butn_prev_act.jpg"' onmouseout='this.src="../includes/images/butn_prev.jpg"' alt="Butn_prev (Ctrl+<)" onclick="doBasePrevHeader()" /></td>
|
||||
<td class=dtlNavText><bean:write name="left" /> of
|
||||
<bean:write name="right" /></td>
|
||||
<td align=right><enrgise:img name="ParentForm" property="butNextHeader" src="../includes/images/butn_next.jpg" onmouseover='this.src="../includes/images/butn_next_act.jpg"' onmouseout='this.src="../includes/images/butn_next.jpg"' alt="Butn_next (Ctrl+>)" onclick="doBaseNextHeader()" /></td>
|
||||
<td align=right><enrgise:text property="newPositionRequested" size="1" onkeydown="isInteger(event)" title="wenrgise.common.jumpDetail" alt="N" disabledClass="locked" maxlength="3" styleClass="optional" /></td>
|
||||
<td ><enrgise:img name="ParentForm" property="butJumpHeader" alt="Go (Ctrl+G)" src="../includes/images/go.jpg" onmouseover='this.src="../includes/images/go_act.jpg"' onmouseout='this.src="../includes/images/go.jpg"' onclick="doBaseJumpHeader()" /></td>
|
||||
<td > </td>
|
||||
|
||||
</TR>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="11" class="userText"></td>
|
||||
</tr>
|
||||
<enrgise:checkSession/>
|
||||
</TABLE>
|
||||
<!--Top Most Blue Bar-->
|
||||
<TABLE cellSpacing=0 bgColor=#bdd0ef>
|
||||
<tr>
|
||||
<TD colSpan=12 class=mainHeader height=10><bean:message key="hrm.HrmApplicationMaintenance.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 -->
|
||||
|
||||
<TABLE cellSpacing=0 cellPadding=0 border=0 >
|
||||
<TR>
|
||||
<TD>
|
||||
|
||||
<TABLE cellSpacing=0 cellPadding=0 >
|
||||
<!--Application Header Starts -->
|
||||
<TR>
|
||||
<TD class=subHeader colspan=6><bean:message key="hrm.HrmApplicationMaintenance.subHeader1" /></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.HrmApplicationMaintenance.referenceNo" /></td>
|
||||
<td><html:text property="referenceNo" titleKey="hrm.HrmApplicationMaintenance.referenceNo" size="23" styleClass="locked" onchange="doChangeHeader();" readonly="true" /><enrgise:img name="HrmRecApplnMtnForm" height="16" align="center" src="../includes/images/lov.jpg" property="butReferenceNo" onclick="return ShowAdvtNo()" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.applForDesignation" /></td>
|
||||
<td><html:text property="applForDesignation" alt="A" titleKey="hrm.HrmApplicationMaintenance.applForDesignation" size="23" styleClass="required" onchange="doChangeHeader();" readonly="true" /><enrgise:img name="HrmRecApplnMtnForm" height="16" align="center" src="../includes/images/lov.jpg" property="butApplForDesignation" onclick="return ShowDesignation()" /></td>
|
||||
<td></td>
|
||||
<td rowspan="4" align="center"><img src='<bean:write property="picturePath" name="HrmRecApplnMtnForm" />' width="90px" height="80px" ></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.applicationNo" /></td>
|
||||
<td><enrgise:text property="applicationNo" titleKey="hrm.HrmApplicationMaintenance.applicationNo" maxlength="15" size="23" styleClass="required" disabledClass="required" onchange="doChangeHeader();" /><enrgise:img name="HrmRecApplnMtnForm" height="16" align="center" src="../includes/images/lov.jpg" property="butApplicationNo" onclick="return ShowApplnNo()" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.applicationDate" /></td>
|
||||
<td><html:text property="applicationDate" titleKey="hrm.HrmApplicationMaintenance.applicationDate" size="23" styleClass="locked" onchange="doChangeHeader();" readonly="true" /><enrgise:img name="HrmRecApplnMtnForm" src="../includes/images/cal.gif" width="15" height="19" align="top" styleClass="lov" property="butApplicationDate" onclick="showCalendar('ApplicationDate',this)" /></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.applicationName" /></td>
|
||||
<td colspan="3"><enrgise:text property="applicantFirstName" titleKey="hrm.HrmApplicationMaintenance.applicationFirstName" size="40" styleClass="required" disabledClass="required" onchange="doChangeHeader();"/>
|
||||
<enrgise:text property="applicantMiddleName" titleKey="hrm.HrmApplicationMaintenance.applicationMiddleName" size="38" styleClass="optional" disabledClass="locked" onchange="doChangeHeader();" />
|
||||
<enrgise:text property="applicantLastName" titleKey="hrm.HrmApplicationMaintenance.applicationLastName" size="40" styleClass="required" disabledClass="required" onchange="doChangeHeader();"/></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.entryMode" /></td>
|
||||
<td><html:text property="entryMode" titleKey="hrm.HrmApplicationMaintenance.entryMode" maxlength="10" size="26" styleClass="locked" onchange="doChangeHeader();" readonly="true" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.rollNo" /></td>
|
||||
<td><enrgise:text property="rollNo" titleKey="hrm.HrmApplicationMaintenance.rollNo" maxlength="10" size="26" styleClass="optional" disabledClass="locked" onchange="doChangeHeader();"/></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5"></td>
|
||||
|
||||
<td align="center"><button class="bottomBarText" name="butSlPhoto" disabled="true" > Pho<u>t</u>ograph </button></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="10"></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<table cellspacing=0 cellpadding=0 border=0>
|
||||
<!-- Detail Information Row starts -->
|
||||
<TR>
|
||||
<TD colspan=6>
|
||||
<!-- Personal Details Table Starts -->
|
||||
<TABLE cellSpacing=0 cellPadding=0 >
|
||||
<tr>
|
||||
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabPersonalDetails" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnPerDtl','HrmRecApplnMtnResultGetTabAction.do')" ><bean:message key="hrm.HrmApplicationMaintenance.perDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabAddress" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnAddDtl','HrmRecApplnMtnResultGetTabAction.do')"><bean:message key="hrm.HrmApplicationMaintenance.addDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabExperience" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnExpDtl','HrmRecApplnMtnResultGetTabAction.do')" ><bean:message key="hrm.HrmApplicationMaintenance.expDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabLanguage" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnLangDtl','HrmRecApplnMtnResultGetTabAction.do')"><bean:message key="hrm.HrmApplicationMaintenance.langDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabEducation" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnEduDtl','HrmRecApplnMtnResultGetTabAction.do')"><bean:message key="hrm.HrmApplicationMaintenance.eduDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabResult" styleClass="actTabText" disabledClass="lockedTab" src="../includes/images/formtab_r.gif" rows="2" ><bean:message key="hrm.HrmApplicationMaintenance.resultDtl" /></enrgise:tab>
|
||||
<enrgise:tab name="HrmRecApplnMtnForm" property="tabOtherDtls" styleClass="disTabText" disabledClass="lockedTab" src="../includes/images/formtab_lb.gif" rows="2" onclick= "doGetTab('HrmRecApplnMtnOtherDtl','HrmRecApplnMtnResultGetTabAction.do')"><bean:message key="hrm.HrmApplicationMaintenance.otherDtl" /></enrgise:tab>
|
||||
|
||||
|
||||
|
||||
<td width="50%"> </td>
|
||||
</tr>
|
||||
<TR >
|
||||
|
||||
<!-- Detail table Container starts -->
|
||||
<TD colspan=22>
|
||||
<TABLE cellSpacing=0 cellPadding=0 border=0>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD >
|
||||
<DIV id=divDtlTable style="height:250px" >
|
||||
<!-- Detail table starts -->
|
||||
<TABLE cellSpacing=0 cellPadding=0>
|
||||
<TBODY>
|
||||
<tr>
|
||||
<td class=tableHeader height="20" colspan="6"></td>
|
||||
</tr>
|
||||
|
||||
<bean:define id="HrmRecApplnMtnResult" name="HrmRecApplnMtnForm" property="hrmRecApplnMtnResultDtl" type="wenrgise.hrms.bean.HrmRecApplnMtnResultDtlBean" />
|
||||
|
||||
<!--Result starts -->
|
||||
<TR>
|
||||
<TD class=subHeader colspan=6>Result Details</TD>
|
||||
<html:hidden property="status" name="HrmRecApplnMtnResult" />
|
||||
<html:hidden property="detailId" name="HrmRecApplnMtnResult" />
|
||||
<html:hidden property="itemChecked" name="HrmRecApplnMtnResult" />
|
||||
<html:hidden property="checked" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="testCentreId" name="HrmRecApplnMtnResult" />
|
||||
</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.HrmApplicationMaintenance.testCenter" /></td>
|
||||
<td><html:text property="testCenter" name="HrmRecApplnMtnResult" titleKey="hrm.HrmApplicationMaintenance.testCenter" size="23" styleClass="locked" onchange="doChangeDetail(0)" readonly="true" /><enrgise:img height="16" align="center" src="../includes/images/lov.jpg" name="HrmRecApplnMtnForm" property="butTestCentre" onclick="return ShowTestCentre(0)" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.wScoreA" /></td>
|
||||
<td><enrgise:text property="writtenScoreA" name="HrmRecApplnMtnResult" titleKey="hrm.HrmApplicationMaintenance.wScoreA" maxlength="40" size="26" styleClass="optional" disabledClass="locked" onchange="doChangeDetail(0)" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.wScoreB" /></td>
|
||||
<td><enrgise:text property="writtenScoreB" name="HrmRecApplnMtnResult" titleKey="hrm.HrmApplicationMaintenance.wScoreB" maxlength="40" size="26" styleClass="optional" disabledClass="locked" onchange="doChangeDetail(0)" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.iScore" /></td>
|
||||
<td><enrgise:text property="interviewScore" name="HrmRecApplnMtnResult" titleKey="hrm.HrmApplicationMaintenance.iScore" maxlength="40" size="26" styleClass="optional" disabledClass="locked" onchange="doChangeDetail(0)" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.failedWrittenA" /></td>
|
||||
<td><enrgise:checkbox property="failedWrittenA" name="HrmRecApplnMtnResult" titleKey="hrm.HrmRecApplnOtheronalDetails.failedWrittenA" styleClass="optional" disabledClass="locked" onclick="doCheckInitialise(this,0);" onchange="doChangeDetail(0)" /><html:hidden property="failedWrittenA" name="HrmRecApplnMtnResult" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.failedWrittenB" /></td>
|
||||
<td><enrgise:checkbox property="failedWrittenB" name="HrmRecApplnMtnResult" titleKey="hrm.HrmRecApplnOtheronalDetails.failedWrittenB" styleClass="optional" disabledClass="locked" onclick="doCheckInitialise(this,0);" onchange="doChangeDetail(0)" /><html:hidden property="failedWrittenB" name="HrmRecApplnMtnResult" /></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.failedInterview" /></td>
|
||||
<td><enrgise:checkbox property="failedInterview" name="HrmRecApplnMtnResult" titleKey="hrm.HrmRecApplnOtheronalDetails.failedInterview" styleClass="optional" disabledClass="locked" onclick="doCheckInitialise(this,0);" onchange="doChangeDetail(0)" /><html:hidden property="failedInterview" name="HrmRecApplnMtnResult" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.medicalCleared" /></td>
|
||||
<td><enrgise:checkbox property="medicalCleared" name="HrmRecApplnMtnResult" titleKey="hrm.HrmRecApplnOtheronalDetails.medicalCleared" styleClass="optional" disabledClass="locked" onclick="doCheckInitialise(this,0);" onchange="doChangeDetail(0)" /><html:hidden property="medicalCleared" name="HrmRecApplnMtnResult" /></td>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.disqualified" /></td>
|
||||
<td><enrgise:checkbox property="disqualified" name="HrmRecApplnMtnResult" titleKey="hrm.HrmRecApplnOtheronalDetails.disqualified" styleClass="optional" disabledClass="locked" onclick="doCheckInitialise(this,0);" onchange="doChangeDetail(0)" /><html:hidden property="disqualified" name="HrmRecApplnMtnResult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="labelText"><bean:message key="hrm.HrmApplicationMaintenance.panelRanking" /></td>
|
||||
<td><enrgise:text property="panelRanking" name="HrmRecApplnMtnResult" titleKey="hrm.HrmApplicationMaintenance.panelRanking" maxlength="40" size="26" styleClass="optional" disabledClass="locked" onchange="doChangeDetail(0)" /></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<!--Insert Logic Iterate Here-->
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
</DIV>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<!-- Get details starts -->
|
||||
<TABLE border=0>
|
||||
<tbody>
|
||||
<TR>
|
||||
<bean:define id="pageNo" name="ParentForm" property="pageRequested" toScope="request" />
|
||||
<bean:define id="maxPage" name="ParentForm" property="totalPageCount" toScope="request" />
|
||||
<TABLE border=0>
|
||||
<tbody>
|
||||
<TR>
|
||||
<TD ><enrgise:button altKey="wenrgise.common.getDetail" onclick="doBaseGetDetail()" property="butGetDetail" name="ParentForm" styleClass="bottomBarText"> Get De<u>t</u>ail </enrgise:button> <button altKey="wenrgise.common.addRow" name="ParentForm" property="butAddRow" styleClass="bottomBarText" disabled="true" > Add <u>R</u>ow </button>
|
||||
<button altKey="wenrgise.common.delRow" name="ParentForm" property="butDelRow" styleClass="bottomBarText" disabled="true" ><u>D</u>elete Row</button></TD>
|
||||
<td width=50%></td>
|
||||
<td colspan="5"></td>
|
||||
</TR>
|
||||
|
||||
</tbody>
|
||||
</TABLE>
|
||||
|
||||
</TR>
|
||||
|
||||
</tbody>
|
||||
</TABLE>
|
||||
</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 -->
|
||||
|
||||
<!-- Common Hidden Variables-->
|
||||
<html:hidden name="HrmRecApplnMtnForm" property="screenName" value="HrmRecApplnMtnResultDtl" />
|
||||
<html:hidden name="HrmRecApplnMtnForm" property="forwardedPage" />
|
||||
<html:hidden name="HrmRecApplnMtnForm" property="positionRequested" />
|
||||
<html:hidden name="HrmRecApplnMtnForm" property="screenMode" />
|
||||
|
||||
<html:hidden property="txtIndex" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="userPageRequested" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="userPositionRequested" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="pageRequested" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="selectAll" value="check" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="lovKey" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="txtSearchFields" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="txtDisplayFields" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="headerPrimaryKey" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="headerDataChanged" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="detailDataChanged" name="HrmRecApplnMtnForm" />
|
||||
|
||||
<input type="hidden" name="multipleFlag" >
|
||||
<input type="hidden" name="queryParam" >
|
||||
<html:hidden property="firstLoad" name="HrmRecApplnMtnForm" />
|
||||
|
||||
|
||||
<!-- Screen Specific variables -->
|
||||
<html:hidden property="applnNoId" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="designationId" name="HrmRecApplnMtnForm" />
|
||||
<html:hidden property="referenceId" name="HrmRecApplnMtnForm" />
|
||||
|
||||
|
||||
<!-- Hidden fields end -->
|
||||
|
||||
|
||||
</html:form>
|
||||
</body>
|
||||
</html:html>
|
||||
|
||||
<script language="javascript">
|
||||
|
||||
function doOnLoad()
|
||||
{
|
||||
if(HrmApplMainForm.firstLoad.value!="false")
|
||||
{
|
||||
return "HrmApplMainResultOnLoadAction.do";
|
||||
}
|
||||
}
|
||||
|
||||
function doChangeHeader()
|
||||
{
|
||||
document.forms[0].headerDataChanged.value="true";
|
||||
}
|
||||
|
||||
function doQueryMode()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlQueryModeAction.do";
|
||||
}
|
||||
|
||||
|
||||
function doInsertMode()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlNewModeAction.do";
|
||||
}
|
||||
|
||||
function doExit()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlExitAction.do";
|
||||
}
|
||||
|
||||
function doExecute()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlGetHeaderAction.do";
|
||||
}
|
||||
|
||||
function doSave()
|
||||
{
|
||||
document.forms[0].headerDataChanged.value="Y";
|
||||
return "HrmRecApplnMtnResultDtlSaveAction.do";
|
||||
|
||||
}
|
||||
|
||||
function doDelete()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlDeleteAction.do";
|
||||
|
||||
}
|
||||
|
||||
function doRefresh()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlRefreshAction.do";
|
||||
|
||||
}
|
||||
|
||||
function doPrevHeader()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlGetNextHeaderAction.do";
|
||||
}
|
||||
|
||||
function doNextHeader()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlGetNextHeaderAction.do";
|
||||
}
|
||||
|
||||
function doJumpHeader()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlFirstGetNextHeaderAction.do";
|
||||
}
|
||||
|
||||
function doGetDetail()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlGetDetailAction.do";
|
||||
}
|
||||
|
||||
function doAddRow()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlAddRowAction.do";
|
||||
}
|
||||
|
||||
function doDelRow()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlDeleteRowAction.do";
|
||||
}
|
||||
|
||||
function doGetDetailTableName()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlBatch";
|
||||
}
|
||||
|
||||
function doPrevDetail()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlGetDetailPageAction.do";
|
||||
}
|
||||
|
||||
function doNextDetail()
|
||||
{
|
||||
|
||||
return "HrmRecApplnMtnResultDtlGetDetailPageAction.do";
|
||||
}
|
||||
|
||||
function doJumpDetail()
|
||||
{
|
||||
return "HrmRecApplnMtnResultDtlGetDetailPageAction.do";
|
||||
}
|
||||
|
||||
|
||||
function doGetInsertData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
function ShowAdvtNo()
|
||||
{
|
||||
document.forms[0].lovKey.value = "ApplnMtnResultAdvtNo" + document.forms[0].screenName.value + document.forms[0].screenMode.value;
|
||||
document.forms[0].txtSearchFields.value = "hrm.HrmApplicationMaintenance.referenceNo,hrm.HrmApplicationMaintenance.entryMode";
|
||||
document.forms[0].txtDisplayFields.value = "referenceId,referenceNo,entryMode";
|
||||
document.forms[0].multipleFlag.value = "false";
|
||||
showLov('<html:rewrite page="/hrms/jsp/CommonSearchScreen.jsp" />','HrmRecApplnMtnForm');
|
||||
return true;
|
||||
|
||||
}
|
||||
function ShowDesignation()
|
||||
{
|
||||
document.forms[0].lovKey.value = "ApplnMtnResultDesignation" + document.forms[0].screenName.value + document.forms[0].screenMode.value;
|
||||
document.forms[0].txtSearchFields.value = "hrm.HrmApplicationMaintenance.applForDesignation";
|
||||
document.forms[0].txtDisplayFields.value = "designationId,applForDesignation";
|
||||
document.forms[0].multipleFlag.value = "false";
|
||||
document.forms[0].queryParam.value="referenceNo="+document.forms[0].referenceNo.value;
|
||||
showLov('<html:rewrite page="/hrms/jsp/CommonSearchScreen.jsp" />','HrmRecApplnMtnForm');
|
||||
return true;
|
||||
|
||||
}
|
||||
function ShowApplnNo()
|
||||
{
|
||||
document.forms[0].lovKey.value = "ApplnMtnResultApplnNo" + document.forms[0].screenName.value + document.forms[0].screenMode.value;
|
||||
document.forms[0].txtSearchFields.value = "hrm.HrmApplicationMaintenance.applicationNo";
|
||||
document.forms[0].txtDisplayFields.value = "applnNoId,applicationNo,applicationDate";
|
||||
document.forms[0].multipleFlag.value = "false";
|
||||
showLov('<html:rewrite page="/hrms/jsp/CommonSearchScreen.jsp" />','HrmRecApplnMtnForm');
|
||||
return true;
|
||||
|
||||
}
|
||||
function ShowTestCentre(i)
|
||||
{
|
||||
document.forms[0].lovKey.value = "ApplnMtnResultTest" + document.forms[0].screenName.value + document.forms[0].screenMode.value;
|
||||
document.forms[0].txtSearchFields.value = "hrm.HrmApplicationMaintenance.testCenter";
|
||||
document.forms[0].txtIndex.value = i;
|
||||
document.forms[0].txtDisplayFields.value = "testCentreId,testCenter";
|
||||
document.forms[0].multipleFlag.value = "false";
|
||||
showLov('<html:rewrite page="/hrms/jsp/CommonSearchScreen.jsp" />','HrmRecApplnMtnForm');
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
Reference in New Issue
Block a user