663 lines
26 KiB
Plaintext
663 lines
26 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<%@page language="java" session="true" %>
|
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Cygnus 1.0 | ${othDetails.product} Verification Report</title>
|
|
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/lib/ajaxfileupload.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/common.js?v=1" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
<script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${othDetails.getUuid()}','p');};</script>
|
|
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
|
<link href="/matrix/css/report-form-v4.css?v=9" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/report-form-v4.js?v=1" defer></script>
|
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body class="matrix-report-form matrix-report-form--legacy">
|
|
<div id='PageFrame'>
|
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
|
<form:form method="post" name="othDetails" id="othDetails" modelAttribute="othDetails" >
|
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Property / Other Verification Report</span>
|
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('P')">Tag Docs</div>
|
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('P')">Show Editors</div>
|
|
<c:if test="${othDetails.requiredphoto gt 0 }">
|
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="tagDocs('P')">Show Photos</div>
|
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="getGpsLoc('P')">Show Location</div>
|
|
</c:if>
|
|
<%
|
|
if(session.getAttribute("userrole")!=null || session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
|
{
|
|
%>
|
|
<div id="crtcontactno" class="linkbutton" style="float:right" onclick="showContactInfo('P')">Show Contact Numbers</div>
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section1) -->
|
|
<div id="divCase" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s1">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
MV Code
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="mvcode" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
File No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="applno" style="width:140px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Name
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="customername" style="width:260px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Type
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="apptype" style="width:130px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<c:choose>
|
|
<c:when test="${othDetails.portfolioid==81 || othDetails.portfolioid==91}">
|
|
<form:input readonly="true" path="address" onclick="ChangeVerifier(1)" style="width:600px" />
|
|
</c:when>
|
|
<c:otherwise>
|
|
<form:input readonly="true" path="address" style="width:600px" />
|
|
</c:otherwise>
|
|
</c:choose>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Category
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="category" style="width:139px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Verifier
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="verifiercode" style="width:30px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Product
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="product" style="width:120px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Loan Amount
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="loanamount" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Contact Person
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="contactpers" style="width:230px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Special Instruction
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="specialinst" style="width:764px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Other Details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="otherdetails" style="width:764px" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="CaseSection">
|
|
${othDetails.casesec}
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Pending Remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="penremarks" style="width:784px;color:blue" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
</div>
|
|
<!-- General Details (Section2) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle" ><span id="gendetlabel">General Details</span></span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section2) -->
|
|
<div id="divGeneral" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s2">
|
|
<div class="widget" id="widaddconf">
|
|
<div class="lblcontainer">
|
|
Address confirmed
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divaddconf" style="width:55px;">
|
|
<form:select path="addrconfd" multiple="false" style="width:73px" onblur="validate(this,'f','')">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widciadd">
|
|
<div class="lblcontainer">
|
|
Change in address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divchgadd" style="width:55px;">
|
|
<form:select path="changeinadd" multiple="false" style="width:73px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widcadd">
|
|
<div class="lblcontainer">
|
|
Correct address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="correctaddr" style="width:363px" onblur="validate(this,'f','Remarks')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widvisdate">
|
|
<div class="lblcontainer">
|
|
Visit date
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="visitdate" style="width:80px" onblur="validate(this,'f','Date')" onkeydown="return addSlashes(this,event)"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widvistime">
|
|
<div class="lblcontainer">
|
|
Visit time
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="5" path="visittime" style="width:50px" />
|
|
</div>
|
|
</div>
|
|
${othDetails.generalsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Observation Details (Section3) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle"><span id="lblobservation">Observation</span></span>
|
|
</div>
|
|
<!-- -->
|
|
<div id="divObservation" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
|
<tr>
|
|
<td id="s3">
|
|
${othDetails.observationsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Other Details (Section5) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle"><span id="lblotherdet">Other Details</span></span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${othDetails.getCustomername()} | ${othDetails.getProduct() } | ${othDetails.getBranchname() } | ${othDetails.getVerifiercode() } | ${othDetails.getLoanamount() })</span>
|
|
</div>
|
|
<!-- -->
|
|
<div id="divOther" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s5">
|
|
${othDetails.othersec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Verifier's Section (Section6) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section6) -->
|
|
<div id="divVerifier" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s6">
|
|
<div class="widget">
|
|
<div class="lblcontainer" id="lblvcomment">
|
|
Verifier's Comment
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea path="verremarks" onblur="validate(this,'f','Remarks')" style="width:905px;height:60px" class="textbox" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" style="" id="btn-rremakrs">
|
|
<div class="lblcontainer">
|
|
<input type="button" class="button" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Residence Remarks" id="btndownload" onclick="$('#remarks').val('Residence Remarks - '+$('#verremarks').val()+'\r\n\r\n'+$('#remarks').val())" accesskey="R" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widvopinion">
|
|
<div class="lblcontainer">
|
|
Verifier's Opinion
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divverop" style="width:65px;">
|
|
<form:select path="veropinion" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widdoubtfull">
|
|
<div class="lblcontainer">
|
|
<font color="red">Is doubtfull</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divdoubtfull" style="width:65px;">
|
|
<form:select path="doubtfull" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widpollinks">
|
|
<div class="lblcontainer">
|
|
<font color="red">Any political links</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divpollink" style="width:65px;">
|
|
<form:select path="political" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widifpol">
|
|
<div class="lblcontainer">
|
|
If yes, details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="200" path="politicdet" onblur="validate(this,'f','SplInstruction')" style="width:472px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widrlevel">
|
|
<jsp:useBean id="now" class="java.util.Date"/>
|
|
<c:set var = "timepin" scope = "session" value = "2021-09-01 13:10" />
|
|
<div class="lblcontainer">
|
|
Risk Level
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divrlevel" style="width:849px;">
|
|
<!-- <c:if test="${timepin lt now}">
|
|
<form:select path="risklevel" multiple="false" onblur="validate(this,'t','');" style="width:865px">
|
|
<form:option value="-1" label="NA" />
|
|
<form:option value="1" label="1 | INCOMPLETE ADD/WRONG ADDRESS/OCL" />
|
|
<form:option value="2" label="2 | ADDRESS NOT TRACED" />
|
|
<form:option value="3" label="3 | APPLICANT DOES NOT STAY/WORKING,HOUSE LOCKED AND NEIGH CHECK NEGATIVE/E.N.P AND APP'S NAME AND JOB NOT CONFIRMED" />
|
|
<form:option value="4" label="4 | RISKY PROFILE / DOUBTFULL PROFILE / CAUTION PROFILE" />
|
|
<form:option value="5" label="5 | HOUSE LOCKED APPLICANT'S STAY CONFIRMED BY NEIGHBOURS / E.N.P APPLICANT'S NAME AND JOB CONFD BY GUARD" />
|
|
<form:option value="6" label="6 | CURING (CORRECT ADDRESS MENTIONED IN REPORT)" />
|
|
<form:option value="7" label="7 | OK PROFILE" />
|
|
<form:option value="8" label="8 | NOT INTRESTED/NOT APPLIED/REFUSED FOR DETAILS" />
|
|
</form:select>
|
|
</c:if> -->
|
|
<c:if test="${now gt timepin}">
|
|
<form:select path="risklevel" multiple="false" onblur="validate(this,'t','');" style="width:865px">
|
|
<form:option value="-1" label="NA" />
|
|
<form:option value="1" label="1 | OCL" />
|
|
<form:option value="2" label="2 | INCOMPLETE ADD" />
|
|
<form:option value="3" label="3 | WRONG ADDRESS" />
|
|
<form:option value="4" label="4 | ADDRESS NOT TRACED" />
|
|
<form:option value="5" label="5 | APPLICANT DOES NOT STAY/WORKING,HOUSE LOCKED AND NEIGH CHECK NEGATIVE/E.N.P AND APP'S NAME AND JOB NOT CONFIRMED" />
|
|
<form:option value="6" label="6 | RISKY PROFILE / DOUBTFULL PROFILE / CAUTION PROFILE" />
|
|
<form:option value="7" label="7 | HOUSE LOCKED APPLICANT'S STAY CONFIRMED BY NEIGHBOURS / E.N.P APPLICANT'S NAME AND JOB CONFD BY GUARD" />
|
|
<form:option value="8" label="8 | CURING (CORRECT ADDRESS MENTIONED IN REPORT)" />
|
|
<form:option value="9" label="9 | OK PROFILE" />
|
|
<form:option value="10" label="10 | NOT INTRESTED/NOT APPLIED/REFUSED FOR DETAILS" />
|
|
<form:option value="11" label="11 | NOT CONTACTABLE" />
|
|
</form:select>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widrremarks">
|
|
<div class="lblcontainer">
|
|
Risk Remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea maxlength="300" path="riskremarks" onblur="validate(this,'f','SplInstruction')" style="width:905px;height:30px" class="textbox" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widlimit">
|
|
<div class="lblcontainer">
|
|
Distance from city limit, If visited
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="50" path="distance" style="width:300px" />
|
|
</div>
|
|
</div>
|
|
${othDetails.verifiersec}
|
|
<div class="widget" style="" id="btn-rremakrs">
|
|
<div class="lblcontainer">
|
|
<input type="button" class="button" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Office Remarks" id="btndownload" onclick="$('#remarks').val($('#remarks').val()+'Office Remarks - '+$('#Fieldtext_3').val())" accesskey="R" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
</div>
|
|
<!-- -->
|
|
<!-- Supervisor's Input (Section7) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div id='titleSupervisor' class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Supervisor</span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${othDetails.getCustomername()} | ${othDetails.getProduct() } | ${othDetails.getBranchname() } | ${othDetails.getVerifiercode() } | ${othDetails.getLoanamount() })</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section7) -->
|
|
<div id="divSupervisor" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s7">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Status
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divstatus" style="width:150px;">
|
|
<form:select path="status" multiple="false" style="width:168px">
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${propstat}" var="stat">
|
|
<form:option value="${stat[0]}" label="${stat[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Negative Reason
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divnegreason" style="width:470px;">
|
|
<form:select path="negreason" multiple="false" style="width:488px">
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${negres}" var="nres">
|
|
<form:option value="${nres[0]}" label="${nres[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<%
|
|
if(session.getAttribute("userrole")==null)
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btndoubtfull" style="margin-left:1px;margin-top:5px;float:right" value="Mark for Crosscheck" id="btndoubtfull" onclick="SendNegReq('P')" accesskey="A" />
|
|
<%
|
|
}
|
|
else
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btndoubtfull" style="margin-left:1px;margin-top:5px;float:right" value="Update Into Negative Databse" onclick="NegUpdRemarks('P')" id="btndoubtfull" accesskey="A" />
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Final Remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea path="remarks" onblur="validate(this,'f','SplInstruction')" style="width:905px;height:80px" class="textbox" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widalert">
|
|
<div class="lblcontainer">
|
|
<font color="red">Red alert</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divpollink" style="width:65px;">
|
|
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widalertrem">
|
|
<div class="lblcontainer">
|
|
If yes, remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="300" path="alertrem" onblur="validate(this,'t','SplInstruction')" style="width:788px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widocl">
|
|
<div class="lblcontainer">
|
|
Is OCL
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divocl" style="width:65px;">
|
|
<form:select path="isocl" multiple="false" onblur="validate(this,'t','');" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget" id="widsadd">
|
|
<div class="lblcontainer">
|
|
Same address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divsameadd" style="width:65px;">
|
|
<form:select path="issameadd" multiple="false" onblur="validate(this,'t','');" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
${othDetails.supervisorsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
</div>
|
|
<!-- -->
|
|
<!-- Dedupe Section (Section8) -->
|
|
<div>
|
|
<!-- Title -->
|
|
<div id='titleDedupe' class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section8) -->
|
|
<div id="divDedupe" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s8">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="DedupeSection">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
</div>
|
|
<!-- -->
|
|
<div id="linegap" style="height:30px"></div>
|
|
<form:hidden path="portname" />
|
|
<form:hidden path="verifierid" />
|
|
<form:hidden path="dynamicctrls" />
|
|
<form:hidden path="portfolioid" />
|
|
<form:hidden path="iscompsave" />
|
|
<form:hidden path="uuid" />
|
|
<form:hidden path="requiredphoto" />
|
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
|
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
|
<form:hidden path="lastfocused" />
|
|
<!-- -->
|
|
<div class="buttonbar matrix-report-form__actions">
|
|
<input type="hidden" id="invalidfields" value="0" />
|
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;float:right" value="Exit" id="btncancel" accesskey="E" onclick="MatrixDialog.close(0)" />
|
|
<%
|
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btnsave" style="margin-left:1px;float:right" value="Update Feedback" id="btnsave" accesskey="U" onclick="UpdateFeedback('P')" />
|
|
<%
|
|
}
|
|
if(session.getAttribute("userrole")==null)
|
|
{
|
|
if(session.getAttribute("usertype").toString().equals("bopr"))
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btncompsave" style="float:right" value="Bank Software Updated" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('othDetails',1,'p');" />
|
|
<%
|
|
}
|
|
else
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btncompsave" style="float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('othDetails',1,'p');" />
|
|
<input type="button" class="button" name="btnsave" style="float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('othDetails',0,'p');" />
|
|
<%
|
|
}
|
|
}
|
|
%>
|
|
</div>
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
setLostFocus();
|
|
setFocOnControl();
|
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','P');
|
|
if($("#portfolioid").val()==81 || $("#portfolioid").val()==91){$("#Field3_1").trigger("change");}
|
|
</script>
|
|
<!-- -->
|
|
<!-- Process Message -->
|
|
<c:if test="${status==false}">
|
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
|
</c:if>
|
|
<c:if test="${msg=='closed' && status==true}">
|
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
|
</c:if>
|
|
<!-- -->
|
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
|
</html> |