Maximum UI changes fixed
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -9,14 +9,14 @@
|
|||||||
"projectName": "matrix",
|
"projectName": "matrix",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"preLaunchTask": "matrix: package",
|
"preLaunchTask": "matrix: dev compile",
|
||||||
"classPaths": [
|
"classPaths": [
|
||||||
"$Test"
|
"$Test"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"JAVA_HOME": "/Users/maddy/Library/Java/JavaVirtualMachines/ms-21.0.8/Contents/Home"
|
"JAVA_HOME": "/Users/maddy/Library/Java/JavaVirtualMachines/ms-21.0.8/Contents/Home"
|
||||||
},
|
},
|
||||||
"vmArgs": "-Dserver.port=8080 -Djava.awt.headless=true",
|
"vmArgs": "-Dserver.port=8080 -Djava.awt.headless=true -Dmatrix.webapp=${workspaceFolder}/build/WebContent -Dmatrix.classes=${workspaceFolder}/target/classes",
|
||||||
"shortenCommandLine": "argfile"
|
"shortenCommandLine": "argfile"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"java.configuration.updateBuildConfiguration": "automatic"
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
|
"java.compile.nullAnalysis.mode": "automatic"
|
||||||
}
|
}
|
||||||
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -2,11 +2,11 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "matrix: package",
|
"label": "matrix: dev compile",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "mvn",
|
"command": "mvn",
|
||||||
"args": [
|
"args": [
|
||||||
"package",
|
"test-compile",
|
||||||
"-DskipTests"
|
"-DskipTests"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -22,32 +22,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Maintenance</title>
|
<title>Cygnus 1.0 | Maintenance</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/admin-hr-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-maintenance">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1100px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/optmale.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Application Maintenance</span>
|
<span class="matrix-title-text" align="absmiddle">Application Maintenance</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initmaintenance','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initmaintenance','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -69,7 +71,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<div id="FormPanel" class="FormPanel" style="text-align:center">
|
<div class="FormPanel matrix-maintenance__actions">
|
||||||
<button id="clearmdedupe" name="clearmdedupe" onclick="deleteData('cmd',this)" style="height:60px;width:200px">Clear Master Dedupe</button>
|
<button id="clearmdedupe" name="clearmdedupe" onclick="deleteData('cmd',this)" style="height:60px;width:200px">Clear Master Dedupe</button>
|
||||||
<button id="clearecache" name="clearecache" onclick="deleteData('cec',this)" style="height:60px;width:200px">Clear Email Cache</button>
|
<button id="clearecache" name="clearecache" onclick="deleteData('cec',this)" style="height:60px;width:200px">Clear Email Cache</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,7 +82,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
function deleteData(oprType,elm){
|
function deleteData(oprType,elm){
|
||||||
var uptodate = $('#uptodate').val();
|
var uptodate = $('#uptodate').val();
|
||||||
if(confirm('Are you sure you want to '+$(elm).text().toUpperCase()+' up to '+uptodate))
|
if(confirm('Are you sure you want to '+$(elm).text().toUpperCase()+' up to '+uptodate))
|
||||||
|
|||||||
@@ -1,169 +1,31 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
|
||||||
<%@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" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<html>
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Nimble 1.0 | Branch Detail </title>
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" /><link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" /><link href="<c:url value='/css/user-detail-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/branch-detail-v2.js' />" defer></script><title>Cygnus 1.0 | Branch Detail</title>
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.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/belt.js" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
<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" />
|
|
||||||
</head>
|
</head>
|
||||||
|
<body class="matrix-v2 matrix-user-detail" data-save-complete="${not empty msg and stat}" data-result="${retval}">
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<main class="container-fluid p-3">
|
||||||
<div id='PageFrame'>
|
<c:if test="${not empty msg}"><c:set var="parts" value="${fn:split(msg, ':')}" /><div class="alert ${stat ? 'alert-success' : 'alert-danger'} py-2 px-3" role="alert"><c:choose><c:when test="${fn:length(parts) gt 2}"><c:out value="${parts[2]}" /></c:when><c:otherwise><c:out value="${msg}" /></c:otherwise></c:choose></div></c:if>
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
<form:form method="post" action="${pageContext.request.contextPath}/ver/updateportbranch" id="branchdetail" modelAttribute="branchdetail" cssClass="needs-validation" novalidate="novalidate">
|
||||||
<form:form method="post" modelAttribute="branchdetail" >
|
<form:hidden path="branchid" /><form:hidden path="bankbranchid" /><form:hidden path="portfolio" /><form:hidden path="suuid" />
|
||||||
<!-- Verifier Details (Section1) -->
|
<div class="row g-2 align-items-center mb-2"><label for="bank" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Bank</label><div class="col-8"><form:select path="bank" cssClass="form-select form-select-sm"><form:option value="-1" label="Select bank" /><c:forEach items="${banklist}" var="bank"><form:option value="${bank[0]}" label="${bank[1]}" /></c:forEach></form:select><div class="invalid-feedback">Select a bank.</div></div></div>
|
||||||
<div>
|
<div class="row g-2 align-items-center mb-2"><label for="branchname" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Branch Name</label><div class="col-8"><form:input path="branchname" maxlength="30" pattern="[A-Za-z ]+" required="required" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Use letters and spaces.</div></div></div>
|
||||||
<!-- Title -->
|
<div class="row g-2 align-items-center mb-2"><label for="branchcode" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Branch Code</label><div class="col-8"><form:input path="branchcode" maxlength="7" pattern="[A-Za-z]+" required="required" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Use letters only.</div></div></div>
|
||||||
<div id='title' class="title">
|
<div class="row g-2 align-items-center mb-2"><label for="address1" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Plot No</label><div class="col-8"><form:input path="address1" maxlength="40" required="required" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Enter the plot/address.</div></div></div>
|
||||||
<img id="icon" src="/matrix/images/ear_details.png" align="absmiddle" />
|
<div class="row g-2 align-items-center mb-2"><label for="address2" class="col-4 col-form-label col-form-label-sm">Locality</label><div class="col-8"><form:input path="address2" maxlength="40" cssClass="form-control form-control-sm" /></div></div>
|
||||||
<span id="title" align="absmiddle">Branch Detail</span>
|
<div class="row g-2 align-items-center mb-2"><label for="address3" class="col-4 col-form-label col-form-label-sm">Area/City</label><div class="col-8"><form:input path="address3" maxlength="40" cssClass="form-control form-control-sm" /></div></div>
|
||||||
</div>
|
<div class="row g-2 align-items-center mb-2"><label for="state" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> State</label><div class="col-8"><form:input path="state" maxlength="25" required="required" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Enter the state.</div></div></div>
|
||||||
<!-- -->
|
<div class="row g-2 align-items-center mb-2"><label for="pincode" class="col-4 col-form-label col-form-label-sm">Pincode</label><div class="col-8"><form:input path="pincode" maxlength="6" pattern="[0-9]{6}" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Enter a six-digit pincode.</div></div></div>
|
||||||
<!-- Form (Section1) -->
|
<div class="row g-2 align-items-center mb-3"><label for="gstno" class="col-4 col-form-label col-form-label-sm">GST</label><div class="col-8"><form:input path="gstno" maxlength="20" pattern="[A-Za-z0-9]*" cssClass="form-control form-control-sm" /><div class="invalid-feedback">Use letters and numbers only.</div></div></div>
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div class="d-flex justify-content-end gap-2"><button type="button" id="cancelBranch" class="btn btn-outline-secondary btn-sm">Cancel</button><button type="submit" class="btn btn-primary btn-sm px-3">Save</button></div>
|
||||||
<table align="center" id="FormControls" width="99%">
|
</form:form>
|
||||||
<tr>
|
</main>
|
||||||
<td>
|
</body></html>
|
||||||
<form:hidden path="branchid"/>
|
|
||||||
<form:hidden path="bankbranchid"/>
|
|
||||||
<form:hidden path="portfolio"/>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>Bank
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divportfolio" style="width:235px;">
|
|
||||||
<form:select path="bank" multiple="false" style="width:258px" onblur="validate(this,'t','')" >
|
|
||||||
<option value="-1" selected>---</option>
|
|
||||||
<c:forEach items="${banklist}" var="bank">
|
|
||||||
<form:option value="${bank[0]}" label="${bank[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>Branch Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="branchname" maxlength="30" style="width:220px" onblur="validate(this,'t','PersonName')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>Branch Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="branchcode" maxlength="7" style="width:220px" onblur="validate(this,'t','AlphaOnly')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>Plot No
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="address1" maxlength="40" style="width:220px" onblur="validate(this,'t','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
Locality
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="address2" maxlength="40" style="width:220px" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
Area/City
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="address3" maxlength="40" style="width:220px" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>State
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="state" maxlength="25" style="width:220px" onblur="validate(this,'t','PersonName')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
<font color="red">*</font>Pincode
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="pincode" maxlength="6" style="width:220px" onblur="validate(this,'f','Pincode')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
GST
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="gstno" maxlength="20" style="width:220px" onblur="validate(this,'f','AlphaNumericOnly')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="suuid" />
|
|
||||||
|
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitBranch();" />
|
|
||||||
</form:form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
document.getElementById("branchname").focus();
|
|
||||||
|
|
||||||
function ValidateSubmitBranch()
|
|
||||||
{
|
|
||||||
validate(document.getElementById("bank"),'t','');
|
|
||||||
validate(document.getElementById("branchname"),'t','PersonName');
|
|
||||||
validate(document.getElementById("branchcode"),'t','AlphaOnly');
|
|
||||||
validate(document.getElementById("address1"),'t','SplInstruction');
|
|
||||||
validate(document.getElementById("state"),'t','SplInstruction');
|
|
||||||
if(checkForm())
|
|
||||||
{
|
|
||||||
SubmitForm('updateportbranch','_parent','branchdetail');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
|
||||||
<c:if test="${not empty msg}">
|
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
|
||||||
<c:if test="${stat==true}">
|
|
||||||
<script language="javascript" type="text/javascript">window.returnValue='${retval}'; window.close(); </script>
|
|
||||||
</c:if>
|
|
||||||
</c:if>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -1,177 +1,76 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
|
||||||
<%@page language="java" session="true" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<!doctype html>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<html lang="en">
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" />
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/jquery.min.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/matrix-shell-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/ui/jquery-ui.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/manage-users-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/bootstrap-5.3.8.bundle.min.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/matrix-shell-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/matrix-modal-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/user.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/manage-branches-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<title>Cygnus 1.0 | Manage Branches</title>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" defer></script>
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" 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" />
|
|
||||||
|
|
||||||
<title>Nimble 1.0 | Manage Branch</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-users"
|
||||||
<div id='PageFrame'>
|
data-branch-detail-url="<c:url value='/ver/branchdetail' />"
|
||||||
<!-- Title Bar -->
|
data-branch-status-url="<c:url value='/ver/changebranchstatus' />">
|
||||||
<div id='title' class="title">
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="usgid" />
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
</div>
|
|
||||||
<!-- -->
|
<main class="container-fluid matrix-users__content">
|
||||||
<!-- Dynamic Menu -->
|
<section class="card shadow-sm">
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
<div class="card-header"><h1 class="h6 mb-0">Manage Branches</h1></div>
|
||||||
<!-- -->
|
<div class="card-body">
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="branchMessage" class="alert d-none py-2 px-3 mb-2" role="status"></div>
|
||||||
<!-- Title -->
|
<form:form method="post" id="branchform" action="${pageContext.request.contextPath}/ver/getportbranchlist"
|
||||||
<div id='title' class="title">
|
modelAttribute="branchform" cssClass="row g-2 align-items-center mb-2">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" align="absmiddle" />
|
<input type="hidden" id="suuid" value="${sessionScope.UUID}" />
|
||||||
<span id="title" align="absmiddle">Manage Branch</span>
|
<label for="portfolio" class="col-auto col-form-label col-form-label-sm fw-semibold">Portfolio</label>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initportbranch','_parent','branchform')"/>
|
<div class="col-sm-5 col-md-4">
|
||||||
</div>
|
<form:select path="portfolio" cssClass="form-select form-select-sm">
|
||||||
<!-- -->
|
<form:option value="-1" label="Select portfolio" />
|
||||||
<div id="FormPanel" class="FormPanel">
|
<c:forEach items="${portlist}" var="port"><form:option value="${port[0]}" label="${port[1]}" /></c:forEach>
|
||||||
<form:form method="post" modelAttribute="branchform" >
|
|
||||||
<input type="hidden" id="suuid" name="suuid" value = "<%=session.getAttribute("UUID").toString() %>" />
|
|
||||||
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
|
||||||
<table align="center" id="filtertab" style="width:980px;border:1px solid #a7abb4" cellspacing="0">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget" style="width:98%">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
Portfolio
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divportfolio" style="width:265px;">
|
|
||||||
<form:select path="portfolio" multiple="false" style="width:283px" onblur="validate(this,'t','')" onchange="SubmitForm('getportbranchlist','_parent','branchform')" >
|
|
||||||
<option value="-1" selected>---</option>
|
|
||||||
<c:forEach items="${portlist}" var="port">
|
|
||||||
<form:option value="${port[0]}" label="${port[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<c:if test="${branchform.portfolio gt 0}">
|
<c:if test="${branchform.portfolio gt 0}">
|
||||||
<div class="widget" style="float:right">
|
<div class="col-auto ms-sm-auto"><button type="button" id="addBranch" class="btn btn-primary btn-sm">New Branch</button></div>
|
||||||
<div class="lblcontainer" style="font-size:small;line-height:30px;text-transform:none;font-weight:bold">
|
|
||||||
<input type="button" id="adduser" onclick="showBranchInfo(0)" class="button" value="New Branch" style="line-height:20px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form:form>
|
</form:form>
|
||||||
<div id="TablePanel" class="tableContainer">
|
|
||||||
<table border="0" cellspacing="0" width="100%" id="userlist">
|
<div class="table-responsive matrix-users__table-wrap">
|
||||||
<thead class="thead">
|
<table class="table table-sm table-hover table-bordered align-middle mb-0">
|
||||||
<tr title="Row Title">
|
<thead class="table-light"><tr><th class="matrix-users__serial">S.No</th><th>Branch Name</th><th>Address</th><th>GST No</th><th class="text-center matrix-users__status">Status</th><th class="text-center matrix-users__action">Action</th></tr></thead>
|
||||||
<td width="10" style="font-size:9pt">S.No</td>
|
<tbody id="branchListBody">
|
||||||
<td style="font-size:9pt" width="150">Branch Name</td>
|
<c:forEach items="${branchform.branchlist}" var="branch" varStatus="status">
|
||||||
<td style="font-size:9pt">Address</td>
|
<tr data-branch-id="${branch[0]}">
|
||||||
<td style="font-size:9pt" width="130">GST No</td>
|
<td>${status.count}</td><td><c:out value="${branch[1]}" /></td><td><c:out value="${branch[2]}" /></td><td><c:out value="${branch[3]}" /></td>
|
||||||
<td style="font-size:9pt;text-align:center" width="80">Status</td>
|
<td class="text-center"><button type="button" class="btn btn-sm branch-status ${branch[4] eq 'Active' ? 'btn-success' : 'btn-outline-secondary'}" data-active="${branch[4] eq 'Active'}"><c:out value="${branch[4]}" /></button></td>
|
||||||
<td style="font-size:9pt;text-align:center" width="80">Action</td>
|
<td class="text-center"><button type="button" class="btn btn-outline-primary btn-sm edit-branch" ${branch[4] eq 'Active' ? '' : 'disabled'}>Edit</button></td>
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody id="userlistbody" class="scrollContent" >
|
|
||||||
<c:forEach items="${branchform.branchlist}" var="lc" varStatus="status">
|
|
||||||
<tr>
|
|
||||||
<td style="font-size:8pt;font-weight:normal">${status.count}</td>
|
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[1]}</td>
|
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[2]}</td>
|
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[3]}</td>
|
|
||||||
<td style="font-size:8pt;text-align:center">
|
|
||||||
<c:choose>
|
|
||||||
<c:when test="${lc[4] eq 'Active'}">
|
|
||||||
<input type="button" id="activebranch" target-data = "${lc[0]}" style="width:80px" onclick="changeBranchStatus(this)" class="button" value="Active" />
|
|
||||||
</c:when>
|
|
||||||
<c:otherwise>
|
|
||||||
<input type="button" id="inactivebranch" target-data = "${lc[0]}" style="width:80px" onclick="changeBranchStatus(this)" class="button" value="Inactive" />
|
|
||||||
</c:otherwise>
|
|
||||||
</c:choose>
|
|
||||||
</td>
|
|
||||||
<td style="font-size:8pt;text-align:center">
|
|
||||||
<c:if test="${lc[4] eq 'Active'}">
|
|
||||||
<input type="button" id="btnedit" class="button" onclick="showBranchInfo(${lc[0]})" value="Edit" />
|
|
||||||
</c:if>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" id="bid" value="${Sessvals.getBranchID()}" />
|
</section>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
|
||||||
|
<div class="modal fade" id="matrixFrameModal" tabindex="-1" aria-hidden="true">
|
||||||
|
<div class="modal-dialog modal-dialog-centered matrix-frame-modal"><div class="modal-content">
|
||||||
|
<div class="modal-header py-2"><h2 class="modal-title fs-6">Branch Detail</h2><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div>
|
||||||
|
<div class="modal-body p-0"><iframe class="matrix-frame-modal__frame matrix-branch-frame" title="Branch Detail"></iframe></div>
|
||||||
|
</div></div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
function changeBranchStatus(btnElm){
|
|
||||||
var branch = $(btnElm).attr("target-data");
|
|
||||||
var btnid = $(btnElm).attr("id");
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "changebranchstatus",
|
|
||||||
data: "branch="+branch+"&oprby="+$("#usid").val(),
|
|
||||||
success: function(response){
|
|
||||||
jsonObj = JSON.parse(response);
|
|
||||||
if(jsonObj.status == 'failed'){
|
|
||||||
CallMessage(jsonObj.message,3000,200,300);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
CallMessage('USRCS02:info:Status changed successfully',3000,200,300);
|
|
||||||
$(btnElm).attr("id",btnid == 'activebranch' ? 'inactivebranch' : 'activebranch');
|
|
||||||
if(btnid == 'activebranch'){
|
|
||||||
$(btnElm).closest("td").next().html('');
|
|
||||||
$(btnElm).val('Inactive');
|
|
||||||
}else{
|
|
||||||
$(btnElm).closest("td").next().html('<input type="button" id="btnedit" class="button" onclick="showBranchInfo('+branch+')" value="Edit" />');
|
|
||||||
$(btnElm).val('Active');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
error: function(e){
|
|
||||||
CallMessage('USRCS02:error:'+e.responseText,3000,200,300);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function showBranchInfo(bid)
|
|
||||||
{
|
|
||||||
QueryStr="pid="+$('#portfolio').val()+"&bid="+bid+"&suuid="+$("#suuid").val();
|
|
||||||
var x = (window.screen.availWidth - 550)/2;
|
|
||||||
var y = (window.screen.availHeight - 370)/2;
|
|
||||||
var retVal=window.showModalDialog("branchdetail?"+QueryStr,'',"dialogWidth:550px; dialogHeight:370px; dialogTop:"+y+"px; dialogLeft:"+x+"px; center:no; status:no");
|
|
||||||
|
|
||||||
if(retVal && retVal!="")
|
|
||||||
{
|
|
||||||
SubmitForm('getportbranchlist','_parent','branchform');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,174 +1,112 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
<%@ page session="true" %>
|
||||||
<%@page language="java" session="true" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<!doctype html>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<html lang="en">
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" />
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/jquery.min.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/matrix-shell-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/ui/jquery-ui.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/bootstrap-5.3.8.bundle.min.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/matrix-shell-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/matrix-modal-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/manage-users-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/user.js" type="text/javascript"></script>
|
<title>Cygnus 1.0 | Manage Users</title>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" defer></script>
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/manage-users-v2.css?v=3' />" rel="stylesheet" />
|
||||||
<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" />
|
|
||||||
|
|
||||||
<title>Nimble 1.0 | Manage Users</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-users"
|
||||||
<div id='PageFrame'>
|
data-user-detail-url="<c:url value='/ver/userdetail' />"
|
||||||
<!-- Title Bar -->
|
data-user-status-url="<c:url value='/ver/changeuserstatus' />">
|
||||||
<div id='title' class="title">
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="usgid" />
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
|
|
||||||
|
<main class="container-fluid matrix-users__content" id="mainContent">
|
||||||
|
<section class="card matrix-users__panel">
|
||||||
|
<div class="card-header matrix-users__header">
|
||||||
|
<div class="matrix-users__heading">
|
||||||
|
<img src="<c:url value='/images/optmale.png' />" alt="" />
|
||||||
|
<h1>Manage Users</h1>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<button type="button" class="matrix-users__refresh" id="refreshUsers" title="Refresh users" aria-label="Refresh users"><img src="<c:url value='/images/reload.png' />" alt="" /></button>
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/optmale.png" align="absmiddle" />
|
|
||||||
<span id="title" align="absmiddle">Manage Users</span>
|
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('inituser','_parent','filterform')"/>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<div class="card-body">
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="userMessage" class="alert d-none py-2 px-3 mb-2" role="status"></div>
|
||||||
<form name="filterform" method="post" id="filterform">
|
|
||||||
<input type="hidden" id="suuid" name="suuid" value = "<%=session.getAttribute("UUID").toString() %>" />
|
<form method="post" id="filterform" action="<c:url value='/ver/inituser' />"
|
||||||
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
class="matrix-users__toolbar">
|
||||||
<table align="center" id="filtertab" style="width:980px;border:1px solid #a7abb4" cellspacing="0">
|
<input type="hidden" id="suuid" name="suuid" value="${sessionScope.UUID}" />
|
||||||
<tr>
|
<div class="matrix-users__search-label">
|
||||||
<td>
|
<label for="userSearch">Search users</label>
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="padding-top:7px">
|
|
||||||
Search
|
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="matrix-users__search-control">
|
||||||
<input type="text" class="textbox" name="customername" id="customername" value="" style="width:300px;" onkeyup="FilterList('userlistbody','1!C0L!2!C0L!3',this.value);" />
|
<input type="search" class="form-control form-control-sm" id="userSearch"
|
||||||
|
placeholder="Login ID, name, group or status" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
|
<div class="matrix-users__new-action">
|
||||||
|
<button type="button" id="addUser" class="btn btn-primary btn-sm"><span aria-hidden="true">+</span> New User</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="font-size:small;line-height:24px;text-transform:none;font-weight:bold">
|
|
||||||
<b>(Enter Login ID / Name / Status)</b>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="float:right">
|
|
||||||
<div class="lblcontainer" style="font-size:small;line-height:30px;text-transform:none;font-weight:bold">
|
|
||||||
<input type="button" id="adduser" onclick="showUserInfo(0)" class="button" value="New User" style="line-height:20px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
</form>
|
||||||
<div id="TablePanel" class="tableContainer">
|
|
||||||
<table border="0" cellspacing="0" width="100%" id="userlist">
|
<div class="table-responsive matrix-users__table-wrap">
|
||||||
<thead class="thead">
|
<table class="table table-sm table-hover align-middle mb-0" id="userlist">
|
||||||
<tr title="Row Title">
|
<thead>
|
||||||
<td width="10" style="font-size:9pt">S.No</td>
|
<tr>
|
||||||
<td style="font-size:9pt" width="70">Login ID</td>
|
<th scope="col" class="matrix-users__serial">S.No</th>
|
||||||
<td style="font-size:9pt">Name</td>
|
<th scope="col">Login ID</th>
|
||||||
<td style="font-size:9pt">Group</td>
|
<th scope="col">Name</th>
|
||||||
<td style="font-size:9pt;text-align:center">Status</td>
|
<th scope="col">Group</th>
|
||||||
<td style="font-size:9pt;text-align:center">Action</td>
|
<th scope="col" class="text-center matrix-users__status">Status</th>
|
||||||
|
<th scope="col" class="text-center matrix-users__action">Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="userlistbody" class="scrollContent" >
|
<tbody id="userlistbody">
|
||||||
<c:forEach items="${userlist}" var="lc" varStatus="status">
|
<c:forEach items="${userlist}" var="user" varStatus="status">
|
||||||
<tr>
|
<tr data-user-id="${user[0]}">
|
||||||
<td style="font-size:8pt;font-weight:normal">${status.count}</td>
|
<td>${status.count}</td>
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[1]}</td>
|
<td><c:out value="${user[1]}" /></td>
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[2]}</td>
|
<td><c:out value="${user[2]}" /></td>
|
||||||
<td style="font-size:8pt;font-weight:normal">${lc[3]}</td>
|
<td><c:out value="${user[3]}" /></td>
|
||||||
<td style="font-size:8pt;text-align:center">
|
<td class="text-center">
|
||||||
<c:choose>
|
<button type="button"
|
||||||
<c:when test="${lc[4] eq 'Active'}">
|
class="btn btn-sm user-status ${user[4] eq 'Active' ? 'btn-success' : 'btn-outline-secondary'}"
|
||||||
<input type="button" id="activeuser" target-data = "${lc[0]}" style="width:80px" onclick="changeUserStatus(this)" class="button" value="Active" />
|
data-active="${user[4] eq 'Active'}">
|
||||||
</c:when>
|
<c:out value="${user[4]}" />
|
||||||
<c:otherwise>
|
</button>
|
||||||
<input type="button" id="inactiveuser" target-data = "${lc[0]}" style="width:80px" onclick="changeUserStatus(this)" class="button" value="Inactive" />
|
|
||||||
</c:otherwise>
|
|
||||||
</c:choose>
|
|
||||||
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size:8pt;text-align:center">
|
<td class="text-center">
|
||||||
<input type="button" id="btnedit" class="button" onclick="showUserInfo(${lc[0]})" value="Edit" />
|
<button type="button" class="btn btn-outline-primary btn-sm edit-user"
|
||||||
|
${user[4] eq 'Active' ? '' : 'disabled'}>Edit</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" id="bid" value="${Sessvals.getBranchID()}" />
|
</section>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
|
||||||
|
<div class="modal fade" id="matrixFrameModal" tabindex="-1" aria-hidden="true">
|
||||||
|
<div class="modal-dialog modal-dialog-centered matrix-frame-modal">
|
||||||
|
<div class="modal-content">
|
||||||
|
<div class="modal-header py-2">
|
||||||
|
<h2 class="modal-title fs-6">User Detail</h2>
|
||||||
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body p-0">
|
||||||
|
<iframe class="matrix-frame-modal__frame" title="User Detail"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
function changeUserStatus(btnElm){
|
|
||||||
var user = $(btnElm).attr("target-data");
|
|
||||||
var btnid = $(btnElm).attr("id");
|
|
||||||
$.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "changeuserstatus",
|
|
||||||
data: "user="+user+"&oprby="+$("#usid").val(),
|
|
||||||
success: function(response){
|
|
||||||
jsonObj = JSON.parse(response);
|
|
||||||
if(jsonObj.status == 'failed'){
|
|
||||||
CallMessage(jsonObj.message,3000,200,300);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
CallMessage('USRCS02:info:Status changed successfully',3000,200,300);
|
|
||||||
$(btnElm).attr("id",btnid == 'activeuser' ? 'inactiveuser' : 'activeuser');
|
|
||||||
|
|
||||||
if(btnid == 'activeuser'){
|
|
||||||
$(btnElm).closest("td").next().html('');
|
|
||||||
$(btnElm).val('Inactive');
|
|
||||||
}else{
|
|
||||||
$(btnElm).closest("td").next().html('<input type="button" id="btnedit" class="button" onclick="showUserInfo('+branch+')" value="Edit" />');
|
|
||||||
$(btnElm).val('Active');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
error: function(e){
|
|
||||||
CallMessage('USRCS02:error:'+e.responseText,3000,200,300);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function showUserInfo(uid)
|
|
||||||
{
|
|
||||||
QueryStr="uid="+uid+"&suuid="+$("#suuid").val();
|
|
||||||
var x = (window.screen.availWidth - 550)/2;
|
|
||||||
var y = (window.screen.availHeight - 225)/2;
|
|
||||||
var retVal=window.showModalDialog("userdetail?"+QueryStr,'',"dialogWidth:550px; dialogHeight:250px; dialogTop:"+y+"px; dialogLeft:"+x+"px; center:no; status:no");
|
|
||||||
|
|
||||||
if(retVal && retVal!="")
|
|
||||||
{
|
|
||||||
SubmitForm('inituser','_parent','filterform');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,148 +1,93 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
|
||||||
<%@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" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<html>
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" />
|
||||||
<title>Nimble 1.0 | User Detail </title>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/user-detail-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<title>Cygnus 1.0 | User Detail</title>
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/appjs/belt.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/user-detail-v2.css?v=3' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
<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" />
|
|
||||||
</head>
|
</head>
|
||||||
|
<body class="matrix-v2 matrix-user-detail"
|
||||||
|
data-save-complete="${not empty msg and stat}"
|
||||||
|
data-result="${retval}">
|
||||||
|
<main class="container-fluid p-3">
|
||||||
|
<c:if test="${not empty msg}">
|
||||||
|
<c:set var="messageParts" value="${fn:split(msg, ':')}" />
|
||||||
|
<div class="alert ${stat ? 'alert-success' : 'alert-danger'} py-2 px-3" role="alert">
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${fn:length(messageParts) gt 2}"><c:out value="${messageParts[2]}" /></c:when>
|
||||||
|
<c:otherwise><c:out value="${msg}" /></c:otherwise>
|
||||||
|
</c:choose>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<form:form method="post" action="${pageContext.request.contextPath}/ver/updateuser"
|
||||||
<div id='PageFrame'>
|
id="userdetail" modelAttribute="userdetail" cssClass="needs-validation" novalidate="novalidate">
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
<form:hidden path="uid" />
|
||||||
<form:form method="post" name="userdetail" id="userdetail" modelAttribute="userdetail" >
|
<form:hidden path="suuid" />
|
||||||
<!-- Verifier Details (Section1) -->
|
<form:hidden path="resetpass" />
|
||||||
<div>
|
|
||||||
<!-- Title -->
|
<div class="row g-2 align-items-center mb-2">
|
||||||
<div id='title' class="title">
|
<label for="loginid" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Login ID</label>
|
||||||
<img id="icon" src="/matrix/images/ear_details.png" align="absmiddle" />
|
<div class="col-8">
|
||||||
<span id="title" align="absmiddle">User Detail</span>
|
<form:input path="loginid" maxlength="20" pattern="[A-Za-z]+"
|
||||||
</div>
|
cssClass="form-control form-control-sm" required="required" />
|
||||||
<!-- -->
|
<div class="invalid-feedback">Enter letters only.</div>
|
||||||
<!-- Form (Section1) -->
|
|
||||||
<div id="FormPanel1" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" width="99%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<form:hidden path="uid"/>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
<font color="red">*</font>Login ID
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="loginid" maxlength="20" style="width:250px" onblur="validate(this,'t','AlphaOnly')" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
<div class="row g-2 align-items-center mb-2">
|
||||||
<font color="red">*</font>Name
|
<label for="displayname" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Name</label>
|
||||||
</div>
|
<div class="col-8">
|
||||||
<div class="inputcontainer">
|
<form:input path="displayname" maxlength="30" pattern="[A-Za-z ]+"
|
||||||
<form:input path="displayname" maxlength="30" style="width:250px" onblur="validate(this,'t','PersonName')" />
|
cssClass="form-control form-control-sm" required="required" />
|
||||||
|
<div class="invalid-feedback">Enter a name using letters and spaces.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
<div class="row g-2 align-items-center mb-2">
|
||||||
<font color="red">*</font>Group
|
<label for="group" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Group</label>
|
||||||
</div>
|
<div class="col-8">
|
||||||
<div class="inputcontainer">
|
<form:select path="group" cssClass="form-select form-select-sm" required="required">
|
||||||
<div class="divselect" id="divgroup" style="width:265px;">
|
<form:option value="" label="Select group" />
|
||||||
<form:select path="group" multiple="false" style="width:283px" onblur="validate(this,'t','')" >
|
|
||||||
<option value="-1" selected>---</option>
|
|
||||||
<c:forEach items="${grouplist}" var="group">
|
<c:forEach items="${grouplist}" var="group">
|
||||||
<form:option value="${group[0]}" label="${group[1]}" />
|
<form:option value="${group[0]}" label="${group[1]}" />
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
|
<div class="invalid-feedback">Select a group.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="widget">
|
<div class="row g-2 align-items-center mb-2">
|
||||||
<div class="lblcontainer" style="width:85px">
|
<label for="emailid" class="col-4 col-form-label col-form-label-sm"><span class="text-danger">*</span> Email ID</label>
|
||||||
<font color="red">*</font>Email ID
|
<div class="col-8">
|
||||||
</div>
|
<form:select path="emailid" cssClass="form-select form-select-sm">
|
||||||
<div class="inputcontainer">
|
<form:option value="-1" label="Select email ID" />
|
||||||
<div class="divselect" id="divemailid" style="width:265px;">
|
|
||||||
<form:select path="emailid" multiple="false" style="width:283px" onblur="validate(this,'t','')" >
|
|
||||||
<option value="-1" selected>---</option>
|
|
||||||
<c:forEach items="${emailist}" var="mailid">
|
<c:forEach items="${emailist}" var="mailid">
|
||||||
<form:option value="${mailid[0]}" label="${mailid[1]}" />
|
<form:option value="${mailid[0]}" label="${mailid[1]}" />
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="checkbox" name="selall" id="selall" onclick="resetPassword(this)" />
|
|
||||||
</div>
|
|
||||||
<div class="lblcontainer" style="width:300px">
|
|
||||||
<form:hidden path="resetpass" />
|
|
||||||
<font color="red">*</font>Reset Password to root
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="suuid" />
|
|
||||||
|
|
||||||
<!-- -->
|
<div class="form-check my-3">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="checkbox" class="form-check-input" id="resetPassword" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitUser();" />
|
<label class="form-check-label" for="resetPassword">Reset password to root</label>
|
||||||
</form:form>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
<div class="d-flex justify-content-end gap-2">
|
||||||
|
<button type="button" class="btn btn-outline-secondary btn-sm" id="cancelUser">Cancel</button>
|
||||||
|
<button type="submit" class="btn btn-primary btn-sm px-3" id="saveUser">Save</button>
|
||||||
|
</div>
|
||||||
|
</form:form>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
document.getElementById("loginid").focus();
|
|
||||||
|
|
||||||
function ValidateSubmitUser()
|
|
||||||
{
|
|
||||||
validate(document.getElementById("loginid"),'t','AlphaOnly');
|
|
||||||
validate(document.getElementById("displayname"),'t','PersonName');
|
|
||||||
validate(document.getElementById("group"),'t','');
|
|
||||||
if(checkForm())
|
|
||||||
{
|
|
||||||
SubmitForm('updateuser','_parent','userdetail');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function resetPassword(elm){
|
|
||||||
|
|
||||||
if(elm.checked)
|
|
||||||
$('#resetpass').val("1");
|
|
||||||
else
|
|
||||||
$('#resetpass').val("0");
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
|
||||||
<c:if test="${not empty msg}">
|
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
|
||||||
<c:if test="${stat==true}">
|
|
||||||
<script language="javascript" type="text/javascript">window.returnValue='${retval}'; window.close(); </script>
|
|
||||||
</c:if>
|
|
||||||
</c:if>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -2,12 +2,10 @@
|
|||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link href="/matrix/css/bootstrap.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/open-iconic-bootstrap.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/open-iconic-bootstrap.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
||||||
@@ -15,12 +13,12 @@
|
|||||||
<script language="javascript" src="/matrix/js/jquery.min.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/jquery.min.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/jsfuncs.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/bootstrap.js" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/jquery.dataTables.min.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/jquery.dataTables.min.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/dataTables.bootstrap4.min.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/dataTables.bootstrap4.min.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/Chart.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/Chart.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/dashageing.js?ver=8" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/dashageing.js?ver=8" type="text/javascript"></script>
|
||||||
<title>Nimble 1.0</title>
|
<title>Cygnus 1.0</title>
|
||||||
<style>
|
<style>
|
||||||
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
|
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
|
||||||
right: 1em;
|
right: 1em;
|
||||||
@@ -506,7 +504,7 @@ function openModalForDetailHourlyMis(jsonArr){
|
|||||||
}
|
}
|
||||||
modalContent = modalContent + '</tbody></table></div>';
|
modalContent = modalContent + '</tbody></table></div>';
|
||||||
$(".modal-body").html(modalContent);
|
$(".modal-body").html(modalContent);
|
||||||
$("#helperModal").modal();
|
bootstrap.Modal.getOrCreateInstance(document.getElementById("helperModal")).show();
|
||||||
$(".modal-dialog").removeClass('modal-xl');
|
$(".modal-dialog").removeClass('modal-xl');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -587,7 +585,7 @@ function openModalForAgeingDetailMis(jsonArr){
|
|||||||
}
|
}
|
||||||
modalContent = modalContent + '</tbody></table></div>';
|
modalContent = modalContent + '</tbody></table></div>';
|
||||||
$(".modal-body").html(modalContent);
|
$(".modal-body").html(modalContent);
|
||||||
$("#helperModal").modal();
|
bootstrap.Modal.getOrCreateInstance(document.getElementById("helperModal")).show();
|
||||||
$(".modal-dialog").removeClass('modal-xl').addClass('modal-xl');
|
$(".modal-dialog").removeClass('modal-xl').addClass('modal-xl');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -625,7 +623,7 @@ function openModalForDetailRiskMis(jsonArr){
|
|||||||
}
|
}
|
||||||
modalContent = modalContent + '</tbody></table></div>';
|
modalContent = modalContent + '</tbody></table></div>';
|
||||||
$(".modal-body").html(modalContent);
|
$(".modal-body").html(modalContent);
|
||||||
$("#helperModal").modal();
|
bootstrap.Modal.getOrCreateInstance(document.getElementById("helperModal")).show();
|
||||||
$(".modal-dialog").removeClass('modal-xl').addClass('modal-xl');
|
$(".modal-dialog").removeClass('modal-xl').addClass('modal-xl');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -698,15 +696,22 @@ table > thead > tr > *{
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=5" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dashboard-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-dashboard">
|
||||||
<input type="hidden" value=${Sessvals.getUserGroupID()} id="usgid"/>
|
<input type="hidden" value=${Sessvals.getUserGroupID()} id="usgid"/>
|
||||||
<div id='titlebar' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<jsp:include page='usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
<c:if test="${Sessvals.getUserGroupID() ne 7 && Sessvals.getUserGroupID() ne 13 && Sessvals.getUserGroupID() ne 9 && Sessvals.getUserGroupID() ne 17 && Sessvals.getUserGroupID() ne 18}">
|
<c:if test="${Sessvals.getUserGroupID() ne 7 && Sessvals.getUserGroupID() ne 13 && Sessvals.getUserGroupID() ne 9 && Sessvals.getUserGroupID() ne 17 && Sessvals.getUserGroupID() ne 18}">
|
||||||
<div class="widget-container">
|
<div class="widget-container">
|
||||||
@@ -1060,13 +1065,13 @@ table > thead > tr > *{
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header bg-info">
|
<div class="modal-header bg-info">
|
||||||
<h5 class="modal-title text-white" id="modalTitle">Modal title</h5>
|
<h5 class="modal-title text-white" id="modalTitle">Modal title</h5>
|
||||||
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
Hello
|
Hello
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer bg-secondary">
|
<div class="modal-footer bg-secondary">
|
||||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -18,33 +18,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Allocation</title>
|
<title>Cygnus 1.0 | Allocation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="allocation" id="allocation" modelAttribute="allocation" >
|
<form:form method="post" name="allocation" id="allocation" modelAttribute="allocation" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/alloc.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/alloc.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Allocation</span>
|
<span class="matrix-title-text" align="absmiddle">Allocation</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('allocation','_parent','allocation')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('allocation','_parent','allocation')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -180,7 +182,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -19,33 +19,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Cut-Off List</title>
|
<title>Cygnus 1.0 | Cut-Off List</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1100px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="cutOff" id="cutOff" modelAttribute="cutOff" >
|
<form:form method="post" name="cutOff" id="cutOff" modelAttribute="cutOff" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Cut-Off List</span>
|
<span class="matrix-title-text" align="absmiddle">Cut-Off List</span>
|
||||||
<div class="divselect" id="divbatch" style="width:85px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divbatch" style="width:85px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="Batch" multiple="false" id="batchlist" style="width:103px" onblur="validate(this,'t','');">
|
<form:select path="Batch" multiple="false" id="batchlist" style="width:103px" onblur="validate(this,'t','');">
|
||||||
<form:option value="-1" label="BATCH" selected="true"/>
|
<form:option value="-1" label="BATCH" selected="true"/>
|
||||||
@@ -123,7 +125,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -17,26 +17,28 @@
|
|||||||
<script language="javascript" src="/matrix/js/excel.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/excel.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Cases for Photograph</title>
|
<title>Cygnus 1.0 | Cases for Photograph</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow matrix-photo-case-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1200px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="pcases" id="pcases" modelAttribute="pcases" >
|
<form:form method="post" name="pcases" id="pcases" modelAttribute="pcases" >
|
||||||
<div id="TablePanel" class="tableContainer">
|
<div id="TablePanel" class="tableContainer">
|
||||||
<table border="0" cellspacing="0" width="100%" id="cutlist">
|
<table border="0" cellspacing="0" width="100%" id="cutlist">
|
||||||
@@ -117,7 +119,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -17,26 +17,28 @@
|
|||||||
<script language="javascript" src="/matrix/js/excel.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/excel.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Cases for Photograph</title>
|
<title>Cygnus 1.0 | Cases for Photograph</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow matrix-photo-case-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1200px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="pcases" id="pcases" modelAttribute="pcases" >
|
<form:form method="post" name="pcases" id="pcases" modelAttribute="pcases" >
|
||||||
<div id="TablePanel" class="tableContainer">
|
<div id="TablePanel" class="tableContainer">
|
||||||
<table border="0" cellspacing="0" width="100%" id="cutlist">
|
<table border="0" cellspacing="0" width="100%" id="cutlist">
|
||||||
@@ -107,7 +109,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -19,33 +19,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Reference Sheet</title>
|
<title>Cygnus 1.0 | Reference Sheet</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="refsheet" id="refsheet" modelAttribute="refsheet" >
|
<form:form method="post" name="refsheet" id="refsheet" modelAttribute="refsheet" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reference-Verification Sheet</span>
|
<span class="matrix-title-text" align="absmiddle">Reference-Verification Sheet</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('refsheet','_parent','refsheet')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('refsheet','_parent','refsheet')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -155,10 +157,7 @@
|
|||||||
<!-- Tele Sheet Link -->
|
<!-- Tele Sheet Link -->
|
||||||
<c:if test="${not empty refsheet.getTelePDFLink()}">
|
<c:if test="${not empty refsheet.getTelePDFLink()}">
|
||||||
<center>
|
<center>
|
||||||
<input type="button" class="button" name="btnpdf" style="margin-top:5px;padding-left:30px;height:36px" value="Open Tele-Sheet" id="btnpdf" accesskey="S" onclick="window.open('${refsheet.getTelePDFLink()}', '_blank', 'fullscreen=yes'); return false;" />
|
<a class="button matrix-button matrix-button--primary" href="${refsheet.getTelePDFLink()}" target="_blank" rel="noopener noreferrer" id="btnpdf" accesskey="S">Open Reference Sheet</a>
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
window.open('${refsheet.getTelePDFLink()}', '_blank', 'fullscreen=yes');
|
|
||||||
</script>
|
|
||||||
</center>
|
</center>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -173,7 +172,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -18,34 +18,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Operation Updation</title>
|
<title>Cygnus 1.0 | Operation Updation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow">
|
||||||
<body>
|
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="sendtoopr" id="sendtoopr" modelAttribute="sendtoopr" >
|
<form:form method="post" name="sendtoopr" id="sendtoopr" modelAttribute="sendtoopr" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/oprupd.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/oprupd.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Send To Operation</span>
|
<span class="matrix-title-text" align="absmiddle">Send To Operation</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sendtoopr','_parent','sendtoopr')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sendtoopr','_parent','sendtoopr')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -201,7 +202,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -19,33 +19,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Telesheet</title>
|
<title>Cygnus 1.0 | Telesheet</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/cutoff-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-cutoff-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="telesheet" id="telesheet" modelAttribute="telesheet" >
|
<form:form method="post" name="telesheet" id="telesheet" modelAttribute="telesheet" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Tele-Verification Sheet</span>
|
<span class="matrix-title-text" align="absmiddle">Tele-Verification Sheet</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('telesheet','_parent','telesheet')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('telesheet','_parent','telesheet')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -171,10 +173,7 @@
|
|||||||
<!-- Tele Sheet Link -->
|
<!-- Tele Sheet Link -->
|
||||||
<c:if test="${not empty telesheet.getTelePDFLink()}">
|
<c:if test="${not empty telesheet.getTelePDFLink()}">
|
||||||
<center>
|
<center>
|
||||||
<input type="button" class="button" name="btnpdf" style="margin-top:5px;padding-left:30px;height:36px" value="Open Tele-Sheet" id="btnpdf" accesskey="S" onclick="window.open('${telesheet.getTelePDFLink()}', '_blank', 'fullscreen=yes'); return false;" />
|
<a class="button matrix-button matrix-button--primary" href="${telesheet.getTelePDFLink()}" target="_blank" rel="noopener noreferrer" id="btnpdf" accesskey="S">Open Tele-Sheet</a>
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
window.open('${telesheet.getTelePDFLink()}', '_blank', 'fullscreen=yes');
|
|
||||||
</script>
|
|
||||||
</center>
|
</center>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -189,7 +188,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,33 +15,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/ui/select.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/dedupedo.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/dedupedo.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Dedupe Do</title>
|
<title>Cygnus 1.0 | Dedupe Do</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dedupe-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-dedupe-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" >
|
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">List of Cases</span>
|
<span class="matrix-title-text" align="absmiddle">List of Cases</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('dedupecaselist','_parent','caseGrid')">
|
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('dedupecaselist','_parent','caseGrid')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -98,7 +100,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -19,33 +19,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Dedupe</title>
|
<title>Cygnus 1.0 | Dedupe</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dedupe-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-dedupe-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="deduperun" id="deduperun" modelAttribute="dedupeRun" >
|
<form:form method="post" name="deduperun" id="deduperun" modelAttribute="dedupeRun" >
|
||||||
<input type="hidden" name="curu" id="curu" value="${Sessvals.getUserID()}" />
|
<input type="hidden" name="curu" id="curu" value="${Sessvals.getUserID()}" />
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/dedupe.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/dedupe.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe Run</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe Run</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('rundedupe','_parent','deduperun')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('rundedupe','_parent','deduperun')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -165,7 +167,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,34 +15,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/dedupedo.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/dedupedo.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Send Dedupe</title>
|
<title>Cygnus 1.0 | Send Dedupe</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dedupe-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-dedupe-workflow">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="senddedupe" id="senddedupe" modelAttribute="senddedupe" >
|
<form:form method="post" name="senddedupe" id="senddedupe" modelAttribute="senddedupe" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">List of Cases</span>
|
<span class="matrix-title-text" align="absmiddle">List of Cases</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('dedupetosend','_parent','senddedupe')">
|
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('dedupetosend','_parent','senddedupe')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -103,7 +105,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitSendDedupe();
|
InitSendDedupe();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Dedupe Viewer</title>
|
<title>Cygnus 1.0 | Dedupe Viewer</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -21,19 +21,23 @@
|
|||||||
<link href="/matrix/css/div.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/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dedupe-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-dedupe-workflow matrix-dedupe-match">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<form:form method="post" name="dedupeDetails" id="dedupeDetails" modelAttribute="dedupeDetails" >
|
<form:form method="post" name="dedupeDetails" id="dedupeDetails" modelAttribute="dedupeDetails" >
|
||||||
<!-- Parent Record Details -->
|
<!-- Parent Record Details -->
|
||||||
<div>
|
<div>
|
||||||
@@ -45,14 +49,14 @@
|
|||||||
<form:hidden path="resiaddress" id="raddress" />
|
<form:hidden path="resiaddress" id="raddress" />
|
||||||
<form:hidden path="offaddress" id="oaddress"/>
|
<form:hidden path="offaddress" id="oaddress"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/page.png" />
|
<img class="matrix-title-icon" src="/matrix/images/page.png" />
|
||||||
<span id="title">Source Record (MV Code - ${dedupeDetails.mvcode}) (Category - ${dedupeDetails.category})</span>
|
<span class="matrix-title-text">Source Record (MV Code - ${dedupeDetails.mvcode}) (Category - ${dedupeDetails.category})</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Source Record) -->
|
<!-- Form (Source Record) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Customer Name</td>
|
<td>Customer Name</td>
|
||||||
<td>DOB</td>
|
<td>DOB</td>
|
||||||
@@ -86,14 +90,14 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="width:50%" valign="top">
|
<td style="width:50%" valign="top">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/ear_details.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/ear_details.png" align="absmiddle" />
|
||||||
<span id="title">Earlier Details <span id='efound'></span></span>
|
<span class="matrix-title-text">Earlier Details <span id='efound'></span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section Earlier) -->
|
<!-- Form (Section Earlier) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Customer Name</td>
|
<td>Customer Name</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
@@ -143,14 +147,14 @@
|
|||||||
</td>
|
</td>
|
||||||
<td valign="top" style="width:50%" id="tdneg">
|
<td valign="top" style="width:50%" id="tdneg">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neg_details.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/neg_details.png" align="absmiddle" />
|
||||||
<span id="title">Negative Details <span id='nfound'></span></span>
|
<span class="matrix-title-text">Negative Details <span id='nfound'></span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section Earlier) -->
|
<!-- Form (Section Earlier) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Customer Name</td>
|
<td>Customer Name</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
@@ -208,9 +212,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="width:50%" valign="top">
|
<td style="width:50%" valign="top">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/ear_rem.png" id="earimg" align="absmiddle" onclick="editRemarks('earremarks')" />
|
<img class="matrix-title-icon" src="/matrix/images/ear_rem.png" id="earimg" align="absmiddle" onclick="editRemarks('earremarks')" />
|
||||||
<span id="title">Earlier Match Remarks</span>
|
<span class="matrix-title-text">Earlier Match Remarks</span>
|
||||||
<div class="nedtrem" id="ctrldiv">
|
<div class="nedtrem" id="ctrldiv">
|
||||||
<img src="/matrix/images/edit_rem.png" align="absmiddle" onclick="editRemarks('earremarks',1)" title="Remove current record remarks" />
|
<img src="/matrix/images/edit_rem.png" align="absmiddle" onclick="editRemarks('earremarks',1)" title="Remove current record remarks" />
|
||||||
</div>
|
</div>
|
||||||
@@ -218,7 +222,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section Earlier) -->
|
<!-- Form (Section Earlier) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
<table align="center" class="matrix-form-controls" style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td><form:textarea path="earremarks" style="width:98%" rows="3" readonly="true" ></form:textarea></td>
|
<td><form:textarea path="earremarks" style="width:98%" rows="3" readonly="true" ></form:textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -228,9 +232,9 @@
|
|||||||
</td>
|
</td>
|
||||||
<td style="width:50%" valign="top">
|
<td style="width:50%" valign="top">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neg_rem.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/neg_rem.png" align="absmiddle" />
|
||||||
<span id="title">Negative Match Remarks</span>
|
<span class="matrix-title-text">Negative Match Remarks</span>
|
||||||
<div class="nedtrem" id="ctrldiv">
|
<div class="nedtrem" id="ctrldiv">
|
||||||
<img src="/matrix/images/edit_rem.png" align="absmiddle" onclick="editRemarks('negremarks',2)" title="Remove current record remarks" />
|
<img src="/matrix/images/edit_rem.png" align="absmiddle" onclick="editRemarks('negremarks',2)" title="Remove current record remarks" />
|
||||||
</div>
|
</div>
|
||||||
@@ -238,7 +242,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section Earlier) -->
|
<!-- Form (Section Earlier) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
<table align="center" class="matrix-form-controls" style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td><form:textarea path="negremarks" style="width:98%" rows="3" readonly="true" ></form:textarea></td>
|
<td><form:textarea path="negremarks" style="width:98%" rows="3" readonly="true" ></form:textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -255,7 +259,7 @@
|
|||||||
<form:hidden path="uuid" />
|
<form:hidden path="uuid" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Close" id="btncancel" accesskey="C" onclick="window.returnValue=0;window.close()" />
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Close" id="btncancel" accesskey="C" onclick="MatrixDialog.close(0)" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return SubmitForm('updatededupe','_parent','dedupeDetails');" />
|
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return SubmitForm('updatededupe','_parent','dedupeDetails');" />
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</div>
|
||||||
@@ -263,7 +267,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
FindMatchedRecords('${dedupeDetails.uuid}');
|
FindMatchedRecords('${dedupeDetails.uuid}');
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -271,7 +274,7 @@
|
|||||||
<c:if test="${not empty msg}">
|
<c:if test="${not empty msg}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
<c:if test="${status == true}">
|
<c:if test="${status == true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -16,32 +16,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Telesheet</title>
|
<title>Cygnus 1.0 | Telesheet</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/edp-support-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-edp-support matrix-tele-documents">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1100px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="teledoc" id="teledoc" modelAttribute="teledoc" >
|
<form:form method="post" name="teledoc" id="teledoc" modelAttribute="teledoc" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Tele-Verification Sheet</span>
|
<span class="matrix-title-text" align="absmiddle">Tele-Verification Sheet</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('doctele','_parent','teledoc')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('doctele','_parent','teledoc')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -56,7 +58,7 @@
|
|||||||
<c:forEach items="${teledoc.telesheets}" var="record">
|
<c:forEach items="${teledoc.telesheets}" var="record">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span class="customLink" style="cursor:pointer" onclick="window.open('${docserver}${record[1]}', '_blank', 'fullscreen=yes');"><img src="/matrix/images/pdf_small.png" align="absmiddle"/> ${record[0]} </span>
|
<a class="matrix-document-link" href="${docserver}${record[1]}" target="_blank" rel="noopener noreferrer"><img src="/matrix/images/pdf_small.png" alt="" /> <span>${record[0]}</span></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -71,7 +73,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 |
|
<title>Cygnus 1.0 |
|
||||||
<c:if test="${caseDetails.getFormMode() eq 1}">Add Cases</c:if>
|
<c:if test="${caseDetails.getFormMode() eq 1}">Add Cases</c:if>
|
||||||
<c:if test="${caseDetails.getFormMode() eq 2}">Edit Details</c:if>
|
<c:if test="${caseDetails.getFormMode() eq 2}">Edit Details</c:if>
|
||||||
</title>
|
</title>
|
||||||
@@ -22,38 +22,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/ajax.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ajax.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ajax-dynamic-list.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ajax-dynamic-list.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/punch-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/add-cases-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-punch-workspace matrix-add-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<c:if test="${caseDetails.getFormMode() eq 1}">
|
<c:if test="${caseDetails.getFormMode() eq 1}">
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<form:form method="post" name="caseDetails" id="caseDetails" modelAttribute="caseDetails" >
|
<form:form method="post" name="caseDetails" id="caseDetails" modelAttribute="caseDetails" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Common Details</span>
|
<span class="matrix-title-text" align="absmiddle">Common Details</span>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${caseDetails.getFormMode() eq 1}">
|
<c:when test="${caseDetails.getFormMode() eq 1}">
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
||||||
@@ -73,7 +78,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -227,9 +232,9 @@
|
|||||||
<!-- Residence Details (Section2) Visible for portfolios in which residence visit/ residence TVR could be initiated-->
|
<!-- Residence Details (Section2) Visible for portfolios in which residence visit/ residence TVR could be initiated-->
|
||||||
<div id="section2">
|
<div id="section2">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/resdet.png" />
|
||||||
<span id="title">Residence Details</span>
|
<span class="matrix-title-text">Residence Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<form:checkbox path="Rvr" id="chkresi" onclick="HandleClick(this)" />RVR
|
<form:checkbox path="Rvr" id="chkresi" onclick="HandleClick(this)" />RVR
|
||||||
<form:checkbox path="SameResi" id="chksresi" onclick="return FindSameDet(this,'R','ResiPhone')" /><span id="chksresi">Same Resi</span>
|
<form:checkbox path="SameResi" id="chksresi" onclick="return FindSameDet(this,'R','ResiPhone')" /><span id="chksresi">Same Resi</span>
|
||||||
@@ -239,7 +244,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
<table align="center" class="matrix-form-controls" style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -325,9 +330,9 @@
|
|||||||
<!-- Office Details (Section3) Visible for portfolios in which office visit/ office TVR could be initiated-->
|
<!-- Office Details (Section3) Visible for portfolios in which office visit/ office TVR could be initiated-->
|
||||||
<div id="section3">
|
<div id="section3">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<img class="matrix-title-icon" src="/matrix/images/optmale.png" />
|
||||||
<span id="title">Office Details</span>
|
<span class="matrix-title-text">Office Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<form:checkbox path="Ovr" id="chkoffice" onclick="HandleClick(this)" />OVR
|
<form:checkbox path="Ovr" id="chkoffice" onclick="HandleClick(this)" />OVR
|
||||||
<form:checkbox path="RCO" id="chkrco" style="display:none" onclick="HandleClick(this)" /><span id="chkrco">RCO</span>
|
<form:checkbox path="RCO" id="chkrco" style="display:none" onclick="HandleClick(this)" /><span id="chkrco">RCO</span>
|
||||||
@@ -338,7 +343,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="FormPanel3" class="FormPanel">
|
<div id="FormPanel3" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -451,9 +456,9 @@
|
|||||||
<!-- Property Details (Section4) Visible for portfolios in which property visit could be initiated-->
|
<!-- Property Details (Section4) Visible for portfolios in which property visit could be initiated-->
|
||||||
<div id="section4">
|
<div id="section4">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/resdet.png" />
|
||||||
<span id="title">Property Details</span>
|
<span class="matrix-title-text">Property Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<form:checkbox path="Pvr" id="chkprop" onclick="HandleClick(this)" />PVR
|
<form:checkbox path="Pvr" id="chkprop" onclick="HandleClick(this)" />PVR
|
||||||
<form:checkbox path="RCP" id="chkrcp" style="display:none" onclick="HandleClick(this)" /><span id="chkrcp">RCP</span>
|
<form:checkbox path="RCP" id="chkrcp" style="display:none" onclick="HandleClick(this)" /><span id="chkrcp">RCP</span>
|
||||||
@@ -464,7 +469,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<div id="FormPanel4" class="FormPanel">
|
<div id="FormPanel4" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -541,9 +546,9 @@
|
|||||||
<!-- Reference Details (Section5) Visible for portfolios in which reference calling could be initiated-->
|
<!-- Reference Details (Section5) Visible for portfolios in which reference calling could be initiated-->
|
||||||
<div id="section5">
|
<div id="section5">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/ref.png" />
|
<img class="matrix-title-icon" src="/matrix/images/ref.png" />
|
||||||
<span id="title">Reference Details</span>
|
<span class="matrix-title-text">Reference Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<form:checkbox path="Refvr" id="chkref" onclick="setFormValidation(this,'FormPanel5','Ref1Name,Ref1Address,Ref1Contactno','t,f,t','AlphaSpace,SplInstruction,Phone',false)" />Ref Check
|
<form:checkbox path="Refvr" id="chkref" onclick="setFormValidation(this,'FormPanel5','Ref1Name,Ref1Address,Ref1Contactno','t,f,t','AlphaSpace,SplInstruction,Phone',false)" />Ref Check
|
||||||
</div>
|
</div>
|
||||||
@@ -551,7 +556,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="FormPanel5" class="FormPanel">
|
<div id="FormPanel5" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
@@ -585,9 +590,9 @@
|
|||||||
<!-- Dynamic Form (Section6). All controls under this section will be generated dynamically during runtime-->
|
<!-- Dynamic Form (Section6). All controls under this section will be generated dynamically during runtime-->
|
||||||
<div id="section6">
|
<div id="section6">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" />
|
||||||
<span id="title">Other Details</span>
|
<span class="matrix-title-text">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel6" class="FormPanel">
|
<div id="FormPanel6" class="FormPanel">
|
||||||
@@ -599,9 +604,9 @@
|
|||||||
<!-- Document Details (Section7) Visible for portfolios in which document verification could be done-->
|
<!-- Document Details (Section7) Visible for portfolios in which document verification could be done-->
|
||||||
<div id="section7">
|
<div id="section7">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/documents.png" />
|
<img class="matrix-title-icon" src="/matrix/images/documents.png" />
|
||||||
<span id="title">Document Details</span>
|
<span class="matrix-title-text">Document Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<form:checkbox path="Docvr" id="chkdoc" onclick="hideForm(this.id,'FormPanel7')" />Doc VR
|
<form:checkbox path="Docvr" id="chkdoc" onclick="hideForm(this.id,'FormPanel7')" />Doc VR
|
||||||
</div>
|
</div>
|
||||||
@@ -609,7 +614,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="FormPanel7" class="FormPanel">
|
<div id="FormPanel7" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Document</td>
|
<td>Document</td>
|
||||||
<td>Vendor</td>
|
<td>Vendor</td>
|
||||||
@@ -645,7 +650,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<c:if test="${caseDetails.getFormMode() eq 2}">
|
<c:if test="${caseDetails.getFormMode() eq 2}">
|
||||||
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Cancel" id="btncancel" accesskey="C" onclick="window.returnValue=0;window.close()" />
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Cancel" id="btncancel" accesskey="C" onclick="MatrixDialog.close(0)" />
|
||||||
</c:if>
|
</c:if>
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitForm('caseDetails');" />
|
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitForm('caseDetails');" />
|
||||||
</form:form>
|
</form:form>
|
||||||
@@ -654,7 +659,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
HideSections('rtv');
|
HideSections('rtv');
|
||||||
HideSections('otv');
|
HideSections('otv');
|
||||||
HideSections('section');
|
HideSections('section');
|
||||||
@@ -675,7 +679,7 @@
|
|||||||
<c:if test="${not empty caseDetails.getErrMsg()}">
|
<c:if test="${not empty caseDetails.getErrMsg()}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${caseDetails.getErrMsg()}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${caseDetails.getErrMsg()}',3000,200,300); </script>
|
||||||
<c:if test="${caseDetails.isProcessFlag()==true and caseDetails.getFormMode()==2}">
|
<c:if test="${caseDetails.isProcessFlag()==true and caseDetails.getFormMode()==2}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -19,26 +19,28 @@
|
|||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/edit-cases-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Edit Cases</title>
|
<title>Cygnus 1.0 | Edit Cases</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-edit-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" target="_blank">
|
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" target="_blank">
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">List of Cases</span>
|
<span class="matrix-title-text" align="absmiddle">List of Cases</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('caselist','_parent','caseGrid')">
|
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('caselist','_parent','caseGrid')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -68,7 +70,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody class="scrollContent">
|
<tbody class="scrollContent">
|
||||||
<c:forEach items="${caseList}" var="casedet" varStatus="status">
|
<c:forEach items="${caseList}" var="casedet" varStatus="status">
|
||||||
<tr id="row${status.count}">
|
<tr id="row${status.count}" tabindex="0" title="Open this case for editing">
|
||||||
<td>
|
<td>
|
||||||
<input type="hidden" name="row${status.count}uuid" id="row${status.count}uuid" value="${casedet[0]}" />
|
<input type="hidden" name="row${status.count}uuid" id="row${status.count}uuid" value="${casedet[0]}" />
|
||||||
<input type="hidden" name="row${status.count}portid" id="row${status.count}portid" value="${casedet[9]}" />
|
<input type="hidden" name="row${status.count}portid" id="row${status.count}portid" value="${casedet[9]}" />
|
||||||
@@ -93,7 +95,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -1,681 +0,0 @@
|
|||||||
<%@ 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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
||||||
<title>Nimble 1.0 | Case Initiation</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/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/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/punching.js?ver=4" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/validator.js?ver=2" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/ajax.js" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/ajax-dynamic-list.js?ver=2" type="text/javascript"></script>
|
|
||||||
|
|
||||||
<link href="/matrix/css/menu.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" />
|
|
||||||
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
|
||||||
<div id='PageFrame'>
|
|
||||||
<!-- Title Bar -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<c:if test="${formmode!=2}">
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
</c:if>
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form method="post" name="casedetails" id="casedetails" >
|
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
|
||||||
<div>
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
||||||
<span id="title">Common Details <span id='recfound'></span> Skip To <input type="text" class="textbox" style="width:30px;margin-top:-3px" onkeypress="return NumberOnly(event)" onblur="GotoRecord(this,'recno')"></span>
|
|
||||||
Search By File No <input type="text" class="textbox" style="width:100px;margin-top:-3px" onblur="GotoRecord(this,'query')">
|
|
||||||
<!-- Checkbox for AUTO CUT diabled for now -->
|
|
||||||
<input type="checkbox" checked name="autocut" id="autocut" />
|
|
||||||
<c:if test="${formmode==2}">
|
|
||||||
<input type="hidden" id="portfolio_id" name="portfolio_id" value="-1" />
|
|
||||||
</c:if>
|
|
||||||
<c:if test="${formmode!=2}">
|
|
||||||
<div class="divselect" id="divportfolio" style="width:217px;position:absolute;top:3px;right:13px;">
|
|
||||||
<select id="portfolio_id" name="portfolio_id" style="width:235px" onchange="SubmitForm('caseadd','_parent','casedetails')">
|
|
||||||
<option value="-1" selected >SELECT PORTFOLIO</option>
|
|
||||||
<c:forEach items="${portlist}" var="port">
|
|
||||||
<option value="${port[0]}">${port[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section1) -->
|
|
||||||
<div id="FormPanel1" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" width="99%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
MV Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" type="text" id="mvcode" name="mvcode" style="width:65px;text-transform:uppercase" value="" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Appl No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="applno" name="applno" maxlength="25" style="width:115px;text-transform:uppercase" value="" onblur="if(validate(this,'t','AlphaNumeric')){FindSameDet(this,'A','customername');}" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Bank Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" maxlength="25" id="bankcode" name="bankcode" style="width:70px;text-transform:uppercase" value="" onblur="validate(this,'f','AlphaNumeric');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Branch
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divbranch" style="width:135px;">
|
|
||||||
<select id="bank_branch_id" name="bank_branch_id" style="width:153px" onblur="validate(this,'t','');">
|
|
||||||
<option value="-1" selected >SELECT</option>
|
|
||||||
<c:forEach items="${branchlist}" var="brnch">
|
|
||||||
<option value="${brnch[0]}">${brnch[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Product
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divproduct" style="width:132px;">
|
|
||||||
<select id="product" name="product" style="width:150px" onblur="validate(this,'t','');">
|
|
||||||
<option value="-1" selected >SELECT</option>
|
|
||||||
<c:forEach items="${prodlist}" var="prod">
|
|
||||||
<option value="${prod[0]}">${prod[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="customername" name="customername" maxlength="100" style="width:200px" value="" onblur="validate(this,'t','AlphaSpace');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Father Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="fathername" name="fathername" maxlength="50" style="width:145px" value="" onblur="validate(this,'f','AlphaSpace');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
App Type
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divapptype" style="width:135px;">
|
|
||||||
<select id="apptype" name="apptype" style="width:153px" onchange="ToggleChks((this.value.toUpperCase()!='APPLICANT' && this.value.toUpperCase()!='-1'),'sradd!C0L!soadd!C0L!spadd!C0L!','!C0L!')" onblur="validate(this,'t','');">
|
|
||||||
<option value="-1" selected>SELECT</option>
|
|
||||||
<c:forEach items="${typelist}" var="type">
|
|
||||||
<option value="${type[0]}">${type[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Category
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divcategory" style="width:115px;">
|
|
||||||
<select id="category" name="category" style="width:133px">
|
|
||||||
<option value="-1" selected>SELECT</option>
|
|
||||||
<c:forEach items="${catlist}" var="cat">
|
|
||||||
<option value="${cat[0]}">${cat[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
DOB
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="dob" name="dob" maxlength="10" style="width:80px" value="" onkeydown="return addSlashes(this,event)" onblur="validate(this,'f','Date')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Mobile No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="mobileno" name="mobileno" maxlength="50" style="width:120px" value="" onblur="validate(this,'f','AllowWrong');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Loan Amt
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="loanamount" name="loanamount" maxlength="15" style="width:100px" value="" onblur="validate(this,'f','LoanAmount');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
C Person
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="contactperson" name="contactperson" maxlength="50" style="width:200px" value="" onblur="validate(this,'f','AlphaSpace');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Special Inst.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="specialinst" name="specialinst" maxlength="100" style="width:833px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Residence Details (Section2) Visible for portfolios in which residence visit/ residence TVR could be initiated-->
|
|
||||||
<div id="section2">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
|
||||||
<span id="title">Residence Details</span>
|
|
||||||
<div class="divchk" id="ctrldiv">
|
|
||||||
<input type="checkbox" id="rv" name="rv" onclick="HandleClick(this)" />RVR
|
|
||||||
<input type="checkbox" id="sradd" name="rv" onclick="return FindSameDet(this,'R','rphone')" /><span id="sradd">Same Resi</span>
|
|
||||||
<input type="checkbox" id="rtv" name="rv" onclick="HandleClick(this)" /><span id="rtv">RTV</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section2) -->
|
|
||||||
<div id="FormPanel2" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
House No.
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="raddr1" name="raddr1" readonly="readonly" maxlength="20" style="width:140px" value="" onblur="validate(this,document.getElementById('rv').checked ? 't':'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Sub Locality
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="raddr2" name="raddr2" readonly="readonly" maxlength="70" style="width:290px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Area
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="raddr3" name="raddr3" readonly="readonly" maxlength="50" style="width:202px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
City
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<div class="divselect" id="divrcity" style="width:110px;">
|
|
||||||
<select id="rcity" name="colr_citylist" style="width:128px" onblur="HandleBlur(this)" >
|
|
||||||
<option value="-1">Select</option>
|
|
||||||
<option value="Unknown">Unknown</option>
|
|
||||||
<c:forEach items="${citylist}" var="city">
|
|
||||||
<option value="${city[0]}">${city[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Colony
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="colr" name="colr" readonly="readonly" maxlength="50" style="width:120px;background-color: #fae8c3" value="" onkeyup="ajax_showOptions(this,event)" onblur="HandleBlur(this)" />
|
|
||||||
<input type="hidden" id="Rcolony" name="colr_hidden" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Pincode
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="rpincode" name="colr_pincode" readonly="readonly" maxlength="6" style="width:45px" value="" onblur="validate(this,document.getElementById('rv').checked ? 't':'f','Pincode')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Landmark
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="rlandmark" name="rlandmark" readonly="readonly" maxlength="50" style="width:190px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Phone No.
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="rphone" name="rphone" maxlength="30" style="width:107px" value="" onblur="validate(this,document.getElementById('rtv').checked ? 't':'f','Phone')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Office Details (Section3) Visible for portfolios in which office visit/ office TVR could be initiated-->
|
|
||||||
<div id="section3">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<span id="title">Office Details</span>
|
|
||||||
<div class="divchk" id="ctrldiv">
|
|
||||||
<input type="checkbox" id="ov" onclick="HandleClick(this)" />OVR
|
|
||||||
<input type="checkbox" id="rco" style="display:none" onclick="HandleClick(this)" /><span id="rco">RCO</span>
|
|
||||||
<input type="checkbox" id="soadd" onclick="return FindSameDet(this,'O','ophone')" /><span id="soadd">Same Office</span>
|
|
||||||
<input type="checkbox" id="otv" onclick="HandleClick(this)" /><span id="otv">OTV</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section3) -->
|
|
||||||
<div id="FormPanel3" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Company
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="companyname" name="companyname" maxlength="100" style="width:230px" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Plot No.
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="oaddr1" name="oaddr1" readonly="readonly" maxlength="30" style="width:140px" value="" onblur="validate(this,document.getElementById('ov').checked ? 't':'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Sub Locality
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="oaddr2" name="oaddr2" readonly="readonly" maxlength="70" style="width:290px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Area
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="oaddr3" name="oaddr3" readonly="readonly" maxlength="50" style="width:212px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
City
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<div class="divselect" id="divocity" style="width:110px;">
|
|
||||||
<select id="ocity" name="colo_citylist" style="width:128px" onblur="HandleBlur(this)" >
|
|
||||||
<option value="-1">Select</option>
|
|
||||||
<option value="Unknown">Unknown</option>
|
|
||||||
<c:forEach items="${citylist}" var="city">
|
|
||||||
<option value="${city[0]}">${city[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Colony
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="colo" name="colo" readonly="readonly" maxlength="50" style="width:120px;background-color: #fae8c3" value="" onkeyup="ajax_showOptions(this,event)" onblur="HandleBlur(this)" />
|
|
||||||
<input type="hidden" id="Ocolony" name="colo_hidden" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Pincode
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="opincode" name="colo_pincode" readonly="readonly" maxlength="6" style="width:45px" value="" onblur="validate(this,document.getElementById('ov').checked ? 't':'f','Pincode')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Landmark
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="olandmark" name="olandmark" maxlength="50" style="width:190px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Department
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="department" name="designation" maxlength="50" style="width:100px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Designation
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="designation" name="designation" maxlength="50" style="width:120px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Office Phone-Extn
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="ophone" name="ophone" maxlength="25" style="width:100px" value="" onblur="validate(this,document.getElementById('otv').checked ? 't':'f','Phone')" />-<input type="text" id="extension" name="extension" style="width:23px" maxlength="10" value="" onblur="validate(this,'f','Extension')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Property Details (Section4) Visible for portfolios in which property visit could be initiated-->
|
|
||||||
<div id="section4">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
|
||||||
<span id="title">Property Details</span>
|
|
||||||
<div class="divchk" id="ctrldiv">
|
|
||||||
<input type="checkbox" id="pv" onclick="HandleClick(this)" />PVR
|
|
||||||
<input type="checkbox" id="rcp" style="display:none" onclick="HandleClick(this)" /><span id="rcp">RCP</span>
|
|
||||||
<input type="checkbox" id="ocp" style="display:none" onclick="HandleClick(this)" /><span id="ocp">OCP</span>
|
|
||||||
<input type="checkbox" id="spadd" onclick="return FindSameDet(this,'P','ppincode')" /><span id="spadd">Same Property</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section4) -->
|
|
||||||
<div id="FormPanel4" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
House No.
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="paddr1" name="paddr1" readonly="readonly" maxlength="20" style="width:90px" value="" onblur="validate(this,document.getElementById('rv').checked ? 't':'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Sub Locality
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="paddr2" name="paddr2" readonly="readonly" maxlength="70" style="width:200px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Area
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="paddr3" name="paddr3" readonly="readonly" maxlength="50" style="width:150px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
City
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<div class="divselect" id="divpcity" style="width:110px;">
|
|
||||||
<select id="pcity" name="colp_citylist" style="width:128px" onblur="HandleBlur(this)" >
|
|
||||||
<option value="-1">Select</option>
|
|
||||||
<option value="Unknown">Unknown</option>
|
|
||||||
<c:forEach items="${citylist}" var="city">
|
|
||||||
<option value="${city[0]}">${city[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Colony
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="colp" name="colp" readonly="readonly" maxlength="50" style="width:120px;background-color: #fae8c3" value="" onkeyup="ajax_showOptions(this,event)" onblur="HandleBlur(this)" />
|
|
||||||
<input type="hidden" id="Pcolony" name="colp_hidden" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Pincode
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="ppincode" name="colp_pincode" readonly="readonly" maxlength="6" style="width:45px" value="" onblur="validate(this,document.getElementById('rv').checked ? 't':'f','Pincode')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget" style="margin-left:2px">
|
|
||||||
<div class="lblcontainer" style="padding:1px">
|
|
||||||
Landmark
|
|
||||||
</div>
|
|
||||||
<br >
|
|
||||||
<div class="inputcontainer" style="padding:1px">
|
|
||||||
<input type="text" id="plandmark" name="plandmark" readonly="readonly" maxlength="50" style="width:110px" value="" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Reference Details (Section5) Visible for portfolios in which reference calling could be initiated-->
|
|
||||||
<div id="section5">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/ref.png" />
|
|
||||||
<span id="title">Reference Details</span>
|
|
||||||
<div class="divchk" id="ctrldiv">
|
|
||||||
<input type="checkbox" id="refv" name="refv" onclick="HandleClick(this)" />Ref Check
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section5) -->
|
|
||||||
<div id="FormPanel5" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls">
|
|
||||||
<tr>
|
|
||||||
<td> </td>
|
|
||||||
<td>Name</td>
|
|
||||||
<td>Address</td>
|
|
||||||
<td>Contact Numbers</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Reference 1 </td>
|
|
||||||
<td><input type="text" id="refname1" name="refname1" maxlength="50" style="width:200px" value="" onblur="validate(this,document.getElementById('refv').checked ? 't':'f','AlphaSpace')" /></td>
|
|
||||||
<td><input type="text" id="refaddress1" name="refaddress1" maxlength="100" style="width:450px" value="" onblur="validate(this,'f','SplInstruction')" /></td>
|
|
||||||
<td><input type="text" id="refcontactno1" name="refcontactno1" maxlength="25" style="width:160px" value="" onblur="validate(this,document.getElementById('refv').checked ? 't':'f','Phone')" /></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td> </td>
|
|
||||||
<td>Name</td>
|
|
||||||
<td>Address</td>
|
|
||||||
<td>Contact Numbers</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Reference 2 </td>
|
|
||||||
<td><input type="text" id="refname2" name="refname2" maxlength="50" style="width:200px" value="" onblur="validate(this,'f','AlphaSpace')" /></td>
|
|
||||||
<td><input type="text" id="refaddress2" name="refaddress2" maxlength="100" style="width:450px" value="" onblur="validate(this,'f','SplInstruction')" /></td>
|
|
||||||
<td><input type="text" id="refcontactno2" name="refcontactno2" maxlength="25" style="width:160px" value="" onblur="validate(this,'f','Phone')" /></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Dynamic Form (Section6). All controls under this section will be generated dynamically during runtime-->
|
|
||||||
<div id="section6">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/othdet.png" />
|
|
||||||
<span id="title">Other Details</span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<div id="FormPanel6" class="FormPanel">
|
|
||||||
${dynamichtml}
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- Document Details (Section7) Visible for portfolios in which document verification could be done-->
|
|
||||||
<div id="section7">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/documents.png" />
|
|
||||||
<span id="title">Document Details</span>
|
|
||||||
<div class="divchk" id="ctrldiv">
|
|
||||||
<input type="checkbox" name="docv" id="docv" />Doc VR
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<input type="hidden" id="dynamicfields" name="dynamicfields" value="${dynamicfields}" />
|
|
||||||
<input type="hidden" id="visiblecontents" name="visiblecontents" value="${visiblecontents}" />
|
|
||||||
<input type="hidden" id="uuid" name="uuid" value="${duuid}" />
|
|
||||||
<input type="hidden" id="case_id" name="case_id" value="" />
|
|
||||||
<input type="hidden" id="company_id" name="company_id" value="${Sessvals.getCompanyID()}" />
|
|
||||||
<input type="hidden" id="branch_id" name="branch_id" value="${Sessvals.getBranchID()}" />
|
|
||||||
<input type="hidden" id="status" name="status" value="" />
|
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
|
||||||
<c:if test="${formmode gt 0}">
|
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:980px;" class="buttonbar">
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
|
||||||
<input type="button" class="button" name="btnfirst" style="margin-left:5px;margin-top:-2px;float:left;width:80px" value="" id="btnfirst" accesskey="F" onclick="findRecord(1)" />
|
|
||||||
<input type="button" class="button" name="btnprev" style="margin-top:-2px;float:left;width:80px" value="" id="btnprev" accesskey="P" onclick="findRecord(2)" />
|
|
||||||
<input type="button" class="button" name="btnnext" style="margin-top:-2px;float:left;width:80px" value="" id="btnnext" accesskey="N" onclick="findRecord(3)" />
|
|
||||||
<input type="button" class="button" name="btnlast" style="margin-top:-2px;float:left;width:80px" value="" id="btnlast" accesskey="L" onclick="findRecord(4)" />
|
|
||||||
<input type="button" class="button" name="btnsave" style="float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitForm('casedetails');" />
|
|
||||||
<c:if test="${formmode!=2}">
|
|
||||||
<input type="button" class="button" name="btnadd" style="float:right" value="Add" id="btnadd" accesskey="A" onclick="return AddNewRecord();" />
|
|
||||||
</c:if>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
|
||||||
</form>
|
|
||||||
<input type="hidden" id="formmode" name="formmode" value="${formmode}" />
|
|
||||||
<input type="hidden" id="usid" name="usid" value="${usid}" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
InitPage('${portfolio_id}','${visiblecontents}');
|
|
||||||
$("#autocut").hide();
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
|
||||||
<c:if test="${not empty msg}">
|
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
|
||||||
</c:if>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Case Initiation</title>
|
<title>Cygnus 1.0 | Case Initiation</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,46 +19,56 @@
|
|||||||
<script language="javascript" src="/matrix/js/ajax.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ajax.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ajax-dynamic-list.js?ver=1" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ajax-dynamic-list.js?ver=1" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/punch-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/add-cases-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-punch-workspace matrix-add-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<c:if test="${formmode!=2}">
|
<c:if test="${formmode!=2}">
|
||||||
<!-- Dynamic Menu -->
|
<!-- Dynamic Menu -->
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
<nav class="matrix-shell__navigation" aria-label="Primary navigation">
|
||||||
|
<c:out value="${Sessvals.menuHtml}" escapeXml="false" />
|
||||||
|
</nav>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</c:if>
|
</c:if>
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<form method="post" name="casedetails" id="casedetails" >
|
<form method="post" name="casedetails" id="casedetails" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-form-title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title">Common Details <span id='recfound'></span> Skip To <input type="text" class="textbox" style="width:30px;margin-top:-3px" onkeypress="return NumberOnly(event)" onblur="GotoRecord(this,'recno')"></span>
|
<span class="matrix-title-text matrix-form-title__heading">Common Details <span id='recfound'></span></span>
|
||||||
Search By File No <input type="text" class="textbox" style="width:100px;margin-top:-3px" onblur="GotoRecord(this,'query')">
|
<label class="matrix-form-title__field">Skip To <input type="text" class="textbox" style="width:30px" onkeypress="return NumberOnly(event)" onblur="GotoRecord(this,'recno')"></label>
|
||||||
|
<label class="matrix-form-title__field">Search By File No <input type="text" class="textbox" style="width:100px" onblur="GotoRecord(this,'query')"></label>
|
||||||
|
|
||||||
<!-- Checkbox for AUTO CUT diabled for now -->
|
<!-- Checkbox for AUTO CUT diabled for now -->
|
||||||
<input type="checkbox" name="autocut" checked id="autocut" /> Auto Cut-Off
|
<label class="matrix-form-title__check"><input type="checkbox" name="autocut" checked id="autocut" /> Auto Cut-Off</label>
|
||||||
<c:if test="${formmode==2}">
|
<c:if test="${formmode==2}">
|
||||||
<input type="hidden" id="portfolio_id" name="portfolio_id" value="-1" />
|
<input type="hidden" id="portfolio_id" name="portfolio_id" value="-1" />
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${formmode!=2}">
|
<c:if test="${formmode!=2}">
|
||||||
<div class="divselect" id="divportfolio" style="width:217px;position:absolute;top:3px;right:13px;">
|
<div class="divselect matrix-form-title__end" id="divportfolio" style="width:217px;">
|
||||||
<select id="portfolio_id" name="portfolio_id" style="width:235px" onchange="SubmitForm('caseadd','_parent','casedetails')">
|
<select id="portfolio_id" name="portfolio_id" style="width:235px" onchange="SubmitForm('caseadd','_parent','casedetails')">
|
||||||
<option value="-1" selected >SELECT PORTFOLIO</option>
|
<option value="-1" selected >SELECT PORTFOLIO</option>
|
||||||
<c:forEach items="${portlist}" var="port">
|
<c:forEach items="${portlist}" var="port">
|
||||||
@@ -71,7 +81,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -225,9 +235,9 @@
|
|||||||
<!-- Residence Details (Section2) Visible for portfolios in which residence visit/ residence TVR could be initiated-->
|
<!-- Residence Details (Section2) Visible for portfolios in which residence visit/ residence TVR could be initiated-->
|
||||||
<div id="section2">
|
<div id="section2">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/resdet.png" />
|
||||||
<span id="title">Residence Details</span>
|
<span class="matrix-title-text">Residence Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<input type="checkbox" id="rv" name="rv" onclick="HandleClick(this)" />RVR
|
<input type="checkbox" id="rv" name="rv" onclick="HandleClick(this)" />RVR
|
||||||
<input type="checkbox" id="sradd" name="rv" onclick="return FindSameDet(this,'R','rphone')" /><span id="sradd">Same Resi</span>
|
<input type="checkbox" id="sradd" name="rv" onclick="return FindSameDet(this,'R','rphone')" /><span id="sradd">Same Resi</span>
|
||||||
@@ -237,7 +247,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="FormPanel2" class="FormPanel">
|
<div id="FormPanel2" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
<table align="center" class="matrix-form-controls" style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -332,9 +342,9 @@
|
|||||||
<!-- Office Details (Section3) Visible for portfolios in which office visit/ office TVR could be initiated-->
|
<!-- Office Details (Section3) Visible for portfolios in which office visit/ office TVR could be initiated-->
|
||||||
<div id="section3">
|
<div id="section3">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<img class="matrix-title-icon" src="/matrix/images/optmale.png" />
|
||||||
<span id="title">Office Details</span>
|
<span class="matrix-title-text">Office Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<input type="checkbox" id="ov" onclick="HandleClick(this)" />OVR
|
<input type="checkbox" id="ov" onclick="HandleClick(this)" />OVR
|
||||||
<input type="checkbox" id="rco" style="display:none" onclick="HandleClick(this)" /><span id="rco">RCO</span>
|
<input type="checkbox" id="rco" style="display:none" onclick="HandleClick(this)" /><span id="rco">RCO</span>
|
||||||
@@ -345,7 +355,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="FormPanel3" class="FormPanel">
|
<div id="FormPanel3" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -467,9 +477,9 @@
|
|||||||
<!-- Property Details (Section4) Visible for portfolios in which property visit could be initiated-->
|
<!-- Property Details (Section4) Visible for portfolios in which property visit could be initiated-->
|
||||||
<div id="section4">
|
<div id="section4">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/resdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/resdet.png" />
|
||||||
<span id="title">Property Details</span>
|
<span class="matrix-title-text">Property Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<input type="checkbox" id="pv" onclick="HandleClick(this)" />PVR
|
<input type="checkbox" id="pv" onclick="HandleClick(this)" />PVR
|
||||||
<input type="checkbox" id="rcp" style="display:none" onclick="HandleClick(this)" /><span id="rcp">RCP</span>
|
<input type="checkbox" id="rcp" style="display:none" onclick="HandleClick(this)" /><span id="rcp">RCP</span>
|
||||||
@@ -480,7 +490,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<div id="FormPanel4" class="FormPanel">
|
<div id="FormPanel4" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:100%">
|
<table align="center" class="matrix-form-controls" style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget" style="margin-left:2px">
|
<div class="widget" style="margin-left:2px">
|
||||||
@@ -566,9 +576,9 @@
|
|||||||
<!-- Reference Details (Section5) Visible for portfolios in which reference calling could be initiated-->
|
<!-- Reference Details (Section5) Visible for portfolios in which reference calling could be initiated-->
|
||||||
<div id="section5">
|
<div id="section5">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/ref.png" />
|
<img class="matrix-title-icon" src="/matrix/images/ref.png" />
|
||||||
<span id="title">Reference Details</span>
|
<span class="matrix-title-text">Reference Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<input type="checkbox" id="refv" name="refv" onclick="HandleClick(this)" />Ref Check
|
<input type="checkbox" id="refv" name="refv" onclick="HandleClick(this)" />Ref Check
|
||||||
</div>
|
</div>
|
||||||
@@ -576,7 +586,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="FormPanel5" class="FormPanel">
|
<div id="FormPanel5" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
@@ -610,9 +620,9 @@
|
|||||||
<!-- Dynamic Form (Section6). All controls under this section will be generated dynamically during runtime-->
|
<!-- Dynamic Form (Section6). All controls under this section will be generated dynamically during runtime-->
|
||||||
<div id="section6">
|
<div id="section6">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" />
|
||||||
<span id="title">Other Details</span>
|
<span class="matrix-title-text">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel6" class="FormPanel">
|
<div id="FormPanel6" class="FormPanel">
|
||||||
@@ -628,9 +638,9 @@
|
|||||||
<!-- Document Details (Section7) Visible for portfolios in which document verification could be done-->
|
<!-- Document Details (Section7) Visible for portfolios in which document verification could be done-->
|
||||||
<div id="section7">
|
<div id="section7">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/documents.png" />
|
<img class="matrix-title-icon" src="/matrix/images/documents.png" />
|
||||||
<span id="title">Document Details</span>
|
<span class="matrix-title-text">Document Details</span>
|
||||||
<div class="divchk" id="ctrldiv">
|
<div class="divchk" id="ctrldiv">
|
||||||
<input type="checkbox" name="docv" id="docv" />Doc VR
|
<input type="checkbox" name="docv" id="docv" />Doc VR
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Document Initiation </title>
|
<title>Cygnus 1.0 | Document Initiation </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,39 +19,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/punchingdoc.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/punchingdoc.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/punch-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/add-cases-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-punch-workspace matrix-add-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form method="post" name="docdetails" id="docdetails" >
|
<form method="post" name="docdetails" id="docdetails" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-form-title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title">Common Details <span id='recfound'></span> Skip To <input type="text" class="textbox" style="width:30px;margin-top:-3px" onkeypress="return NumberOnly(event)" onblur="GotoRecord(this)"></span>
|
<span class="matrix-title-text matrix-form-title__heading">Common Details <span id='recfound'></span></span>
|
||||||
Search by File No <input type="text" class="textbox" style="width:200px;margin-top:-3px" onblur="SearchRecord(this)"></span>
|
<label class="matrix-form-title__field">Skip To <input type="text" class="textbox" style="width:30px" onkeypress="return NumberOnly(event)" onblur="GotoRecord(this)"></label>
|
||||||
|
<label class="matrix-form-title__field">Search by File No <input type="text" class="textbox" style="width:200px" onblur="SearchRecord(this)"></label>
|
||||||
<!-- Checkbox for AUTO CUT diabled for now -->
|
<!-- Checkbox for AUTO CUT diabled for now -->
|
||||||
<!-- <input type="checkbox" name="autocut" id="autocut" /> Automatic Cut-Off -->
|
<!-- <input type="checkbox" name="autocut" id="autocut" /> Automatic Cut-Off -->
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
<div class="divselect matrix-form-title__end" id="divportfolio" style="width:167px;">
|
||||||
<select id="portfolio_id" name="portfolio_id" style="width:185px" onchange="SubmitForm('docadd','_parent','docdetails')">
|
<select id="portfolio_id" name="portfolio_id" style="width:185px" onchange="SubmitForm('docadd','_parent','docdetails')">
|
||||||
<option value="-1" selected >SELECT PORTFOLIO</option>
|
<option value="-1" selected >SELECT PORTFOLIO</option>
|
||||||
<c:forEach items="${portlist}" var="port">
|
<c:forEach items="${portlist}" var="port">
|
||||||
@@ -63,7 +67,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div style="height:auto;width:16px;float:right;margin-top:4px;">
|
<div style="height:auto;width:16px;float:right;margin-top:4px;">
|
||||||
@@ -175,14 +179,14 @@
|
|||||||
<!-- Document Details Visible for portfolios in which document verification could be done-->
|
<!-- Document Details Visible for portfolios in which document verification could be done-->
|
||||||
<div id="section7">
|
<div id="section7">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/documents.png" />
|
<img class="matrix-title-icon" src="/matrix/images/documents.png" />
|
||||||
<span id="title">Document Details</span>
|
<span class="matrix-title-text">Document Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -18,32 +18,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Add/Edit Product</title>
|
<title>Cygnus 1.0 | Add/Edit Product</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/manage-product-v4.css?v=3" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-manage-product">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:800px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" modelAttribute="addproduct" action="addremoveproduct" >
|
<form:form method="post" modelAttribute="addproduct" action="addremoveproduct" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Add Edit Product</span>
|
<span class="matrix-title-text" align="absmiddle">Add Edit Product</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:217px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:217px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="portfolio_id" style="width:235px" onchange="SubmitForm('getproducts','_parent','addproduct')">
|
<form:select path="portfolio_id" style="width:235px" onchange="SubmitForm('getproducts','_parent','addproduct')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -58,9 +60,9 @@
|
|||||||
<div id="FormPanel1" class="FormPanel" style="text-align:center">
|
<div id="FormPanel1" class="FormPanel" style="text-align:center">
|
||||||
<div id="FormPanel1-1" class="FormPanel" style="margin-top:10px;margin-bottom:10px;width:380px;height:400px;display:inline-block">
|
<div id="FormPanel1-1" class="FormPanel" style="margin-top:10px;margin-bottom:10px;width:380px;height:400px;display:inline-block">
|
||||||
<div>
|
<div>
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Mapped Products</span>
|
<span class="matrix-title-text" align="absmiddle">Mapped Products</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="TablePanel" class="tableContainer" style="height:360px;overflow-y:scroll">
|
<div id="TablePanel" class="tableContainer" style="height:360px;overflow-y:scroll">
|
||||||
@@ -92,9 +94,9 @@
|
|||||||
|
|
||||||
<div id="FormPanel1-2" class="FormPanel" style="margin-top:10px;width:380px;height:400px;display:inline-block;">
|
<div id="FormPanel1-2" class="FormPanel" style="margin-top:10px;width:380px;height:400px;display:inline-block;">
|
||||||
<div>
|
<div>
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">All Options</span>
|
<span class="matrix-title-text" align="absmiddle">All Options</span>
|
||||||
<input type="text" class="textbox" id="searchbox" style="width:220px;margin-top:-3px" onkeyup="findOption(this)">
|
<input type="text" class="textbox" id="searchbox" style="width:220px;margin-top:-3px" onkeyup="findOption(this)">
|
||||||
<img id="close" src="/matrix/images/plus_green.png" title="Add Option" style="right:25px" onclick="newOptionDialog()" />
|
<img id="close" src="/matrix/images/plus_green.png" title="Add Option" style="right:25px" onclick="newOptionDialog()" />
|
||||||
</div>
|
</div>
|
||||||
@@ -127,10 +129,10 @@
|
|||||||
|
|
||||||
<div id="FormPanel1-3" class="FormPanel" style="height:200px">
|
<div id="FormPanel1-3" class="FormPanel" style="height:200px">
|
||||||
<div>
|
<div>
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Unsaved Changes</span>
|
<span class="matrix-title-text" align="absmiddle">Unsaved Changes</span>
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:-3px;float:right" value="Save Changes" id="btnsave" accesskey="S" onclick="submitSaveRequest()" />
|
<input type="button" class="button matrix-title-action" name="btnsave" value="Save Changes" id="btnsave" accesskey="S" onclick="submitSaveRequest()" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="TablePanel" class="tableContainer" style="height:160px;overflow-y:scroll">
|
<div id="TablePanel" class="tableContainer" style="height:160px;overflow-y:scroll">
|
||||||
@@ -160,7 +162,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
$("#btnsave").show();
|
$("#btnsave").show();
|
||||||
|
|
||||||
@@ -309,7 +310,7 @@
|
|||||||
optDiv.setAttribute("id","FormPanel");
|
optDiv.setAttribute("id","FormPanel");
|
||||||
optDiv.setAttribute("class","FormPanel");
|
optDiv.setAttribute("class","FormPanel");
|
||||||
optDiv.setAttribute("style","font-family:Tahoma;overflow:visible;padding-right:3px;width:200px;");
|
optDiv.setAttribute("style","font-family:Tahoma;overflow:visible;padding-right:3px;width:200px;");
|
||||||
var ControlsPanel="<table border='0' cellspacing='0' style='width:198px' id='FormControls'>";
|
var ControlsPanel="<table border='0' cellspacing='0' style='width:198px' class='matrix-form-controls'>";
|
||||||
ControlsPanel=ControlsPanel+"<tr><td>New Option</td></tr>";
|
ControlsPanel=ControlsPanel+"<tr><td>New Option</td></tr>";
|
||||||
|
|
||||||
ControlsPanel=ControlsPanel+"<tr>";
|
ControlsPanel=ControlsPanel+"<tr>";
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -20,39 +20,41 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Allocation</title>
|
<title>Cygnus 1.0 | Allocation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/edp-colony-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-edp-colony">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="colony" id="colony" modelAttribute="beltAlloc" >
|
<form:form method="post" name="colony" id="colony" modelAttribute="beltAlloc" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/sms.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Colony Allocation</span>
|
<span class="matrix-title-text" align="absmiddle">Colony Allocation</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('colony','_parent','beltAlloc')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('colony','_parent','beltAlloc')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="FormPanel" class="FormPanel">
|
||||||
<table align="center" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="crtverdiv" class="linkbutton" style="float:right" onclick="$('#verifierform').show();" >Create Verifier</div>
|
<div id="crtverdiv" class="linkbutton" style="float:right" onclick="$('#verifierform').show();" >Create Verifier</div>
|
||||||
@@ -148,14 +150,14 @@
|
|||||||
<div id="colonyform" style="position:absolute; margin-top:5px; width:400px; z-index:3;">
|
<div id="colonyform" style="position:absolute; margin-top:5px; width:400px; z-index:3;">
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Create Colony</span>
|
<span class="matrix-title-text" align="absmiddle">Create Colony</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" style="width:395px">
|
<table align="center" class="matrix-form-controls" style="width:395px">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="35%">Colony</td>
|
<td width="35%">Colony</td>
|
||||||
<td><input id="colonyname" class="textbox" maxlength="50" style="width:215px" type="text" value="" onblur="validate(this,'t','AlphaSpace');" /></td>
|
<td><input id="colonyname" class="textbox" maxlength="50" style="width:215px" type="text" value="" onblur="validate(this,'t','AlphaSpace');" /></td>
|
||||||
@@ -207,14 +209,14 @@
|
|||||||
<div id="verifierform" style="position:absolute; margin-top:5px; width:400px; z-index:3;" >
|
<div id="verifierform" style="position:absolute; margin-top:5px; width:400px; z-index:3;" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Create Verifier</span>
|
<span class="matrix-title-text" align="absmiddle">Create Verifier</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="">Verifier's Code</td>
|
<td width="">Verifier's Code</td>
|
||||||
<td><input class="textbox" maxlength="3" style="width:50px; text-transform:uppercase;" id="vercode" type="text" value="" onblur="validate(document.getElementById('vercode'),'t','Alpha');" /></td>
|
<td><input class="textbox" maxlength="3" style="width:50px; text-transform:uppercase;" id="vercode" type="text" value="" onblur="validate(document.getElementById('vercode'),'t','Alpha');" /></td>
|
||||||
@@ -267,14 +269,14 @@
|
|||||||
<div id="beltform" style="position:absolute; margin-top:5px; width:400px; z-index:3;" >
|
<div id="beltform" style="position:absolute; margin-top:5px; width:400px; z-index:3;" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Create Belt</span>
|
<span class="matrix-title-text" align="absmiddle">Create Belt</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel3" class="FormPanel">
|
<div id="FormPanel3" class="FormPanel">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="">Enter Belt Name</td>
|
<td width="">Enter Belt Name</td>
|
||||||
<td><input class="textbox" maxlength="35" style="width:180px" id="newbelt" type="text" value="" onblur="validate(this,'t','AlphaSpace');" /></td>
|
<td><input class="textbox" maxlength="35" style="width:180px" id="newbelt" type="text" value="" onblur="validate(this,'t','AlphaSpace');" /></td>
|
||||||
@@ -306,10 +308,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
centerDivBoth("verifierform","B");
|
|
||||||
centerDivBoth("colonyform","B");
|
|
||||||
centerDivBoth("beltform","B");
|
|
||||||
$('#verifierform').hide();
|
$('#verifierform').hide();
|
||||||
$('#colonyform').hide();
|
$('#colonyform').hide();
|
||||||
$('#beltform').hide();
|
$('#beltform').hide();
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,33 +15,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Cutoff Cases</title>
|
<title>Cygnus 1.0 | Cutoff Cases</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/edp-support-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-edp-support matrix-delete-cutoff">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" >
|
<form:form method="post" name="caseGrid" id="caseGrid" modelAttribute="caseGrid" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">List of Cutoff Cases</span>
|
<span class="matrix-title-text" align="absmiddle">List of Cutoff Cases</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('delcaselist','_parent','caseGrid');">
|
<form:select path="PortfolioId" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('delcaselist','_parent','caseGrid');">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -108,7 +110,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
//InitPage();
|
//InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -18,33 +18,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Cutoff Pending</title>
|
<title>Cygnus 1.0 | Cutoff Pending</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/edp-support-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-edp-support matrix-edp-process">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1100px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="cutoffpending" id="cutoffpending" modelAttribute="cutoffpending" >
|
<form:form method="post" name="cutoffpending" id="cutoffpending" modelAttribute="cutoffpending" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Cut-Off Pending</span>
|
<span class="matrix-title-text" align="absmiddle">Cut-Off Pending</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('cutoffpending','_parent','cutoffpending')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('cutoffpending','_parent','cutoffpending')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -155,7 +157,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -12,33 +12,18 @@
|
|||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | 404 Error</title>
|
<title>Cygnus 1.0 | 404 Error</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-error-page">
|
||||||
<div id='PageFrame'>
|
|
||||||
<div id="formcontainer" style="width:500px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<div>
|
|
||||||
<div id="FormPanel" class="FormPanel">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="color:red;font-weight:bold;padding:20px">
|
|
||||||
404 Error : Unauthorized access or requested page could not be found.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<form method="post" name="unaccess" id="unaccess">
|
<form method="post" name="unaccess" id="unaccess">
|
||||||
<center>
|
<main class="matrix-error-card" role="alert" aria-labelledby="errorTitle">
|
||||||
<font color="blue"><b><a href="javascript:SubmitForm('logout', '_parent', 'unaccess');">Login Again</a></b></font>
|
<div class="matrix-error-card__code">404</div>
|
||||||
</center>
|
<h1 id="errorTitle">Page unavailable</h1>
|
||||||
|
<p>Unauthorized access or the requested page could not be found.</p>
|
||||||
|
<button type="button" class="matrix-error-card__action" onclick="SubmitForm('logout', '_parent', 'unaccess');">Return to sign in</button>
|
||||||
|
</main>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","B");
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
|
<nav class="matrix-shell__navigation" aria-label="Primary navigation">
|
||||||
|
<c:out value="${Sessvals.menuHtml}" escapeXml="false" />
|
||||||
|
</nav>
|
||||||
13
build/WebContent/WEB-INF/app/fragments/app-title.jspf
Normal file
13
build/WebContent/WEB-INF/app/fragments/app-title.jspf
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
<header class="matrix-shell__header" aria-label="Application header">
|
||||||
|
<div class="matrix-shell__header-inner">
|
||||||
|
<div class="matrix-shell__brand" aria-label="Cygnus home">
|
||||||
|
<img src="<c:url value='/images/optmale.png' />" width="16" height="16" alt="" aria-hidden="true" />
|
||||||
|
<span>Cygnus 1.0</span>
|
||||||
|
</div>
|
||||||
|
<div class="matrix-shell__context" aria-label="Current session">
|
||||||
|
<span class="matrix-shell__company"><c:out value="${Sessvals.getCompanyCode()}" /> (<c:out value="${Sessvals.getBranchLocation()}" />)</span>
|
||||||
|
<span class="matrix-shell__user"><c:out value="${Sessvals.getUserDisplayName()}" /> (<c:out value="${Sessvals.getUserGroupName()}" />)</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Change Password</title>
|
<title>Cygnus 1.0 | Change Password</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,39 +17,41 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.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/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=5" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-tool-workspace matrix-change-password">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:620px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:450px;margin-top:10px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="logkey" id="logkey" modelAttribute="logkey" >
|
<form:form method="post" name="logkey" id="logkey" modelAttribute="logkey" >
|
||||||
<!-- Verifier Details (Section1) -->
|
<!-- Verifier Details (Section1) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/edit_key.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/edit_key.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Change Password</span>
|
<span class="matrix-title-text" align="absmiddle">Change Password</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel matrix-password-form">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td class="matrix-password-form__fields">
|
||||||
<div class="widget" style="margin-bottom:5px">
|
<div class="widget matrix-password-form__help" style="margin-bottom:5px">
|
||||||
<div class="lblcontainer" style="font-weight:normal;text-transform: none;font-size:12px;">
|
<div class="lblcontainer" style="font-weight:normal;text-transform: none;font-size:12px;">
|
||||||
<img src ="/matrix/images/msginfo.png" align="absmiddle" /> Please use 8 - 20 characters. Combination of upper-lower case letters, numbers and special characters (# @ - only) recommended. No space allowed.
|
<img src ="/matrix/images/msginfo.png" align="absmiddle" /> Please use 8 - 20 characters. Combination of upper-lower case letters, numbers and special characters (# @ - only) recommended. No space allowed.
|
||||||
</div>
|
</div>
|
||||||
@@ -86,14 +88,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Change" id="btnsave" accesskey="C" onclick="ValidateSubmitCP();" />
|
<div class="matrix-form-actions">
|
||||||
|
<input type="button" class="button" name="btnsave" value="Change Password" id="btnsave" accesskey="C" onclick="ValidateSubmitCP();" />
|
||||||
|
</div>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Mailbox </title>
|
<title>Cygnus 1.0 | Mailbox </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
@@ -30,47 +29,45 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/general-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-general-workflow matrix-mailbox-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:800px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form onsubmit="return false" method="post" name="mailbox" id="mailbox" >
|
<form onsubmit="return false" method="post" name="mailbox" id="mailbox" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-mailbox-toolbar">
|
||||||
<img id="icon" src="/matrix/images/email.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/email.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Mailbox</span><div style="display:inline-block;margin-top:-4px;margin-left:25px"><img src="/matrix/images/find.png" align="absmiddle" /> <input type="text" id="txtskey" name="txtskey" value="" style="width:200px;margin-bottom:10px" class="textbox" onkeyup="filterEmaillist(this.value)" /></div>
|
<span class="matrix-title-text" align="absmiddle">Mailbox</span>
|
||||||
<div class="toolbaricon" style="float:right;margin-right:35px;margin-top:-3px;border:1px solid #dfdfdf;height:18px;width:25px" onclick="ResendEmail()" id="btnresend">
|
<div class="matrix-mailbox-toolbar__actions">
|
||||||
<img src="/matrix/images/resend_email.png" align="absmiddle" title="resend email" />
|
<label class="matrix-mailbox-search"><img src="/matrix/images/find.png" alt="" /><input type="text" id="txtskey" name="txtskey" value="" class="textbox" placeholder="Search recipient or subject" onkeyup="filterEmaillist(this.value)" /></label>
|
||||||
|
<label class="matrix-mailbox-date"><span>From</span><input type="text" id="txtfrom" name="txtfrom" value="" onkeydown="return addSlashes(this,event)" onblur="validate(this,'f','Date')" tabindex="2" class="textbox" /></label>
|
||||||
|
<label class="matrix-mailbox-date"><span>To</span><input type="text" id="txtto" tabindex="3" name="txtto" onkeydown="return addSlashes(this,event)" onblur="validate(this,'f','Date')" value="" class="textbox" /></label>
|
||||||
|
<input type="button" class="button" name="btnfilter" tabindex="4" value="Filter" id="btnfilter" accesskey="F" onclick="ValidateSearch();" />
|
||||||
|
<button type="button" class="toolbaricon matrix-mailbox-icon-button" onclick="ResendEmail()" id="btnresend" title="Resend selected email"><img src="/matrix/images/resend_email.png" alt="" /></button>
|
||||||
|
<button type="button" class="toolbaricon matrix-mailbox-icon-button" title="Refresh mailbox" onclick="SubmitForm('emails','_parent','mailbox')"><img src="/matrix/images/reload.png" alt="" /></button>
|
||||||
</div>
|
</div>
|
||||||
<input type="button" class="button" name="btnfilter" tabindex="4" style="float:right;margin-right:55px;margin-top:-2px" value="Filter" id="btnfilter" accesskey="F" tabindex="1" onclick="ValidateSearch();" />
|
|
||||||
<div style="line-height:auto;width:auto;margin-top:-2px;float:right;margin-right:2px">
|
|
||||||
<input type="text" id="txtfrom" name="txtfrom" value="" onkeydown="return addSlashes(this,event)" onblur="validate(this,'f','Date')" tabindex="2" style="width:80px" class="textbox" /> To <input type="text" id="txtto" tabindex="3" name="txtto" onkeydown="return addSlashes(this,event)" onblur="validate(this,'f','Date')" value="" style="width:80px" class="textbox" />
|
|
||||||
</div>
|
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('emails','_parent','mailbox')"/>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter) -->
|
<!-- Form (Filter) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<div id="filter" class="matrix-mailbox-filter" aria-live="polite"></div>
|
||||||
<tr>
|
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="TablePanel" class="tableContainer" style="overflow:auto;height:305px">
|
<div id="TablePanel" class="tableContainer">
|
||||||
<table border="0" cellspacing="0" style="width:788px" id="emaillist">
|
<table border="0" cellspacing="0" id="emaillist">
|
||||||
<thead class="thead">
|
<thead class="thead">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="15"><input type="checkbox" name="selall" id="selall" onclick="ToggleChecks('chkrow',this.checked)" /></th>
|
<th width="15"><input type="checkbox" name="selall" id="selall" onclick="ToggleChecks('chkrow',this.checked)" /></th>
|
||||||
@@ -84,15 +81,15 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div style="border:1px solid #a7abb4;overflow:auto;height:280px">
|
<div class="matrix-mailbox-detail">
|
||||||
<div class="FormPanel" style="height:30px;border-bottom:2px solid #a7abb4" id="detaildiv">
|
<div class="FormPanel" id="detaildiv">
|
||||||
<div class="widget" style="width:725px;overflow:auto;height:28px">
|
<div class="widget matrix-mailbox-sender">
|
||||||
<div id="senderinfo" style="width:707px;font-size:8pt;margin-top:1px">
|
<div id="senderinfo">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="toolbaricon" style="float:right;" id="btnattachment">
|
<div class="toolbaricon" id="btnattachment" title="Attachments">
|
||||||
<img src="/matrix/images/attach.png" align="absmiddle" style="margin-top:3px" />
|
<img src="/matrix/images/attach.png" align="absmiddle" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="popup" class="popup">
|
<div id="popup" class="popup">
|
||||||
@@ -100,8 +97,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="border:1px solid #a7abb4;overflow:auto;height:244px">
|
<div class="matrix-mailbox-content">
|
||||||
<div id="mailcontent" style="padding:10px">
|
<div id="mailcontent">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -118,7 +115,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Upload Cases</title>
|
<title>Cygnus 1.0 | Upload Cases</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,34 +17,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-download-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-upload-cases matrix-case-download matrix-case-download--offline">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:920px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings" enctype="multipart/form-data">
|
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings" enctype="multipart/form-data">
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-download-title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Online / Offline Case Upload</span>
|
<span class="matrix-title-text" align="absmiddle">Online / Offline Case Upload</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
<div class="divselect matrix-download-title__portfolio" id="divportfolio">
|
||||||
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('downloadsettings','_parent','uploadsettings')">
|
<form:select path="portfolioid" multiple="false" id="portlist" onchange="SubmitForm('downloadsettings','_parent','uploadsettings')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
<c:forEach items="${portlist}" var="port">
|
<c:forEach items="${portlist}" var="port">
|
||||||
<form:option value="${port[0]}" label="${port[1]}" />
|
<form:option value="${port[0]}" label="${port[1]}" />
|
||||||
@@ -55,30 +57,30 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel matrix-upload-cases__panel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td class="matrix-upload-cases__fields">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="lblcontainer">
|
<div class="lblcontainer">
|
||||||
<strong>Download Method: </strong>
|
<strong>Download Method: </strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer" style="padding-top:5px;color:blue">
|
<div class="inputcontainer matrix-download-mode">
|
||||||
<u>Offline</u>
|
Offline
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="lblcontainer">
|
<div class="lblcontainer">
|
||||||
<strong>Domain: </strong>
|
<strong>Domain: </strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer" style="padding-top:5px;color:blue">
|
<div class="inputcontainer matrix-download-domain">
|
||||||
<form:hidden path="domainname"/>
|
<form:hidden path="domainname"/>
|
||||||
<form:hidden path="url"/>
|
<form:hidden path="url"/>
|
||||||
<form:hidden path="updateurl"/>
|
<form:hidden path="updateurl"/>
|
||||||
<form:hidden path="urltype"/>
|
<form:hidden path="urltype"/>
|
||||||
<form:hidden path="queryid"/>
|
<form:hidden path="queryid"/>
|
||||||
<form:hidden path="serverip"/>
|
<form:hidden path="serverip"/>
|
||||||
<u>${uploadsettings.getDomainname()}</u>
|
${uploadsettings.getDomainname()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -105,7 +107,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Upload Cases</title>
|
<title>Cygnus 1.0 | Upload Cases</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,34 +17,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-download-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-upload-cases matrix-case-download matrix-case-download--online">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:920px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings">
|
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings">
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-download-title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Online / Offline Case Upload</span>
|
<span class="matrix-title-text" align="absmiddle">Online / Offline Case Upload</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
<div class="divselect matrix-download-title__portfolio" id="divportfolio">
|
||||||
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('downloadsettings','_parent','uploadsettings')">
|
<form:select path="portfolioid" multiple="false" id="portlist" onchange="SubmitForm('downloadsettings','_parent','uploadsettings')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
<c:forEach items="${portlist}" var="port">
|
<c:forEach items="${portlist}" var="port">
|
||||||
<form:option value="${port[0]}" label="${port[1]}" />
|
<form:option value="${port[0]}" label="${port[1]}" />
|
||||||
@@ -55,30 +57,30 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel matrix-upload-cases__panel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td class="matrix-upload-cases__fields">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="lblcontainer">
|
<div class="lblcontainer">
|
||||||
<strong>Download Method: </strong>
|
<strong>Download Method: </strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer" style="padding-top:5px;color:blue">
|
<div class="inputcontainer matrix-download-mode">
|
||||||
<u>Online</u>
|
Online
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="lblcontainer">
|
<div class="lblcontainer">
|
||||||
<strong>Domain: </strong>
|
<strong>Domain: </strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer" style="padding-top:5px;color:blue">
|
<div class="inputcontainer matrix-download-domain">
|
||||||
<form:hidden path="domainname"/>
|
<form:hidden path="domainname"/>
|
||||||
<form:hidden path="url"/>
|
<form:hidden path="url"/>
|
||||||
<form:hidden path="updateurl"/>
|
<form:hidden path="updateurl"/>
|
||||||
<form:hidden path="urltype"/>
|
<form:hidden path="urltype"/>
|
||||||
<form:hidden path="queryid"/>
|
<form:hidden path="queryid"/>
|
||||||
<form:hidden path="serverip"/>
|
<form:hidden path="serverip"/>
|
||||||
<u>${uploadsettings.getDomainname()}</u>
|
${uploadsettings.getDomainname()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -113,7 +115,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -20,33 +20,35 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Allocation</title>
|
<title>Cygnus 1.0 | Allocation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/general-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-general-workflow matrix-sms-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="sms" id="sms" modelAttribute="Sms" >
|
<form:form method="post" name="sms" id="sms" modelAttribute="Sms" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/sms.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">SMS</span>
|
<span class="matrix-title-text" align="absmiddle">SMS</span>
|
||||||
<c:if test="${qid==40}">
|
<c:if test="${qid==40}">
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sms','_parent','sms')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sms','_parent','sms')"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
@@ -148,7 +150,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
ProgressBar('progbarContainer','SMS','cutlist',12,'detailed');
|
ProgressBar('progbarContainer','SMS','cutlist',12,'detailed');
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Upload Reports</title>
|
<title>Cygnus 1.0 | Upload Reports</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,32 +17,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/uploaddownload.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/general-workflows-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-general-workflow matrix-upload-reports-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:980px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings" >
|
<form:form method="post" name="uploadsettings" id="uploadsettings" modelAttribute="uploadsettings" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Online / Offline Case Upload</span>
|
<span class="matrix-title-text" align="absmiddle">Online / Offline Case Upload</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:13px;">
|
||||||
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('fileuploadsettings','_parent','uploadsettings')">
|
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('fileuploadsettings','_parent','uploadsettings')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -56,7 +58,7 @@
|
|||||||
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
<c:if test="${uploadsettings.getPortfolioid() != '-1' }">
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -141,7 +143,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -1,35 +1,34 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" />
|
||||||
<link href="/matrix/css/bootstrap.css" rel="stylesheet" type="text/css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" />
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" />
|
||||||
<link href="/matrix/css/open-iconic-bootstrap.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/matrix-shell-v2.css' />" rel="stylesheet" />
|
||||||
<link href="/matrix/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
<script src="<c:url value='/js/bootstrap-5.3.8.bundle.min.js' />" defer></script>
|
||||||
<link href="/matrix/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
<script src="<c:url value='/js/matrix-shell-v2.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/jquery.min.js" type="text/javascript"></script>
|
<title>Cygnus 1.0</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/bootstrap.js" type="text/javascript"></script>
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/jquery.dataTables.min.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/dataTables.bootstrap4.min.js" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/Chart.js" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/appjs/dashageing.js?ver=8" type="text/javascript"></script>
|
|
||||||
<title>Nimble 1.0</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff">
|
<body class="matrix-v2 matrix-shell">
|
||||||
<input type="hidden" value=${Sessvals.getUserGroupID()} id="usgid"/>
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="usgid" />
|
||||||
<div id='titlebar' class="title">
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
</div>
|
|
||||||
<jsp:include page='usermenu/menu_${Sessvals.getUserID()}.html' />
|
<main class="matrix-shell__content container-fluid" id="mainContent">
|
||||||
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
<section class="matrix-shell__welcome" aria-labelledby="welcomeTitle">
|
||||||
|
<h1 id="welcomeTitle">Welcome, <c:out value="${Sessvals.getUserDisplayName()}" /></h1>
|
||||||
|
<p>Select an option from the menu to continue.</p>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Employee Details</title>
|
<title>Cygnus 1.0 | Employee Details</title>
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
@@ -21,40 +21,42 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/employee.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/employee.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/div.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/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/admin-hr-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-employee-details">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title">Basic Details <span id='recfound'></span> Search by Name / File No <input type="text" class="textbox" style="width:200px;margin-top:-3px" onblur="findRecords(this.value)" ></span>
|
<span class="matrix-title-text">Basic Details <span id='recfound'></span> Search by Name / File No <input type="text" class="textbox" style="width:200px;margin-top:-3px" onblur="findRecords(this.value)" ></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<form:form modelAttribute="empdetailsform" name="empdetailsform" id="empdetailsform" >
|
<form:form modelAttribute="empdetailsform" name="empdetailsform" id="empdetailsform" >
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -614,7 +616,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
$("#tabs1").tabs();
|
$("#tabs1").tabs();
|
||||||
InitPage();
|
InitPage();
|
||||||
function activaTab(tab,path)
|
function activaTab(tab,path)
|
||||||
|
|||||||
@@ -1,123 +1,92 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
|
<!doctype html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<meta charset="ISO-8859-1" />
|
||||||
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/bootstrap-5.3.8.min.css' />" rel="stylesheet" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="<c:url value='/css/matrix-v2.css' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<link href="<c:url value='/css/login-v2.css?v=4' />" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/bootstrap-5.3.8.bundle.min.js' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="<c:url value='/js/login-v2.js?v=3' />" defer></script>
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<title>Cygnus 1.0 | Login</title>
|
||||||
<title>Nimble 1.0 | Login</title>
|
<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>
|
</head>
|
||||||
<body style="font-family:Tahoma;">
|
<body class="matrix-v2 matrix-login"
|
||||||
|
data-context-path="${pageContext.request.contextPath}"
|
||||||
|
data-birthday-url="<c:url value='/ver/fetchdob' />">
|
||||||
|
<header class="matrix-login__brand" aria-label="Cygnus application">
|
||||||
|
<div class="matrix-login__brand-inner">
|
||||||
|
<span class="matrix-login__product"><img src="<c:url value='/images/optmale.png' />" width="16" height="16" alt="" /> Cygnus 1.0</span>
|
||||||
|
<span class="matrix-login__company">Secure operations portal</span>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="matrix-login__main">
|
||||||
|
<section id="birthdayBanner" class="matrix-login__birthday"
|
||||||
|
aria-live="polite" aria-label="Birthday announcements" hidden></section>
|
||||||
|
|
||||||
<div id="banner1" style="height:100px;width:80%;">
|
<section class="card matrix-login__card shadow-sm" aria-labelledby="loginTitle">
|
||||||
<img src="/matrix/images/bannerlogo.png" />
|
<div class="matrix-login__card-heading">
|
||||||
|
<div>
|
||||||
|
<h1 id="loginTitle">Welcome back</h1>
|
||||||
|
<p>Sign in with your Cygnus account.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
<div class="card-body">
|
||||||
<div id="banner" style="height:100px;width:80%;">
|
<c:if test="${not empty login.errMsg}">
|
||||||
|
<c:set var="loginErrorParts" value="${fn:split(login.errMsg, ':')}" />
|
||||||
|
<div class="alert alert-danger py-2 px-3 mb-3" role="alert">
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${fn:length(loginErrorParts) gt 2}">
|
||||||
|
<c:out value="${loginErrorParts[2]}" />
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<c:out value="${login.errMsg}" />
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
</div>
|
<form:form id="loginform" method="post"
|
||||||
<div id='loginframe' style="height:180px;width:290px;text-align:center">
|
action="${pageContext.request.contextPath}/ver/authenticatelogin"
|
||||||
<div id='titlebar' class="title">
|
modelAttribute="login">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div class="mb-3">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
<label for="username" class="form-label">Username</label>
|
||||||
<span id="title">Sign In</span>
|
<form:input path="Loginid" id="username" cssClass="form-control form-control-sm"
|
||||||
</div>
|
autocomplete="username" maxlength="100" autofocus="autofocus" />
|
||||||
<div class="gardientGrey" style="height:150px;text-align:left;">
|
</div>
|
||||||
<form:form id="loginform" method="post" action="authenticatelogin" modelAttribute="login">
|
|
||||||
<table class="formtable" style="font-size:11pt" cellspacing="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td style="width:80px"> </td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
Username
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<form:input type="text" path="Loginid" value="${login.loginid}" class="textbox" id="username" style="width:150px;background-color:#FFFFFF" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
Password
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<form:input type="password" path="Password" class="textbox" id="password" style="width: 150px" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td>
|
|
||||||
<td>
|
|
||||||
<input type="submit" class="button" name="btnlogin" id="btnlogin" value="Login" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form:form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="important" style="bottom:50px;color:#333333;width:90%;background-color:#c5d7ed;" class="notice">
|
|
||||||
<font color="red"><b><u>Important!</u></b></font> We do not ask you to share personal information other than your user ID and PASSWORD when you log into software. Please do not disclose your User ID/Password in any written or oral communication with anyone.
|
|
||||||
</div>
|
|
||||||
<div id="footer">
|
|
||||||
Copyright <20> 2006 Matrix Credit Risk Controls Pvt. Ltd. All rights reserved.
|
|
||||||
</div>
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
var QueryStr="val0="+1+"&val1="+5;
|
|
||||||
centerDivBoth('banner','H');
|
|
||||||
centerDivBoth('loginframe','B');
|
|
||||||
centerDivBoth('important','H');
|
|
||||||
CallMessage('${login.getErrMsg()}',3000,200,300);
|
|
||||||
RunAjax("POST","fetchdob",QueryStr,15);
|
|
||||||
|
|
||||||
function AfterResponse(AjaxResponse,OprID)
|
<div class="mb-3">
|
||||||
{
|
<label for="password" class="form-label">Password</label>
|
||||||
|
<form:password path="Password" id="password" cssClass="form-control form-control-sm"
|
||||||
|
autocomplete="current-password" maxlength="100" />
|
||||||
|
</div>
|
||||||
|
|
||||||
if(OprID==15)
|
<div class="d-grid">
|
||||||
{
|
<button type="submit" class="btn btn-primary btn-sm"
|
||||||
|
name="btnlogin" id="btnlogin">Sign in</button>
|
||||||
|
</div>
|
||||||
|
</form:form>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
var htmlresult="";
|
<aside class="alert alert-info mb-0" aria-labelledby="securityNoticeTitle">
|
||||||
|
<strong id="securityNoticeTitle">Important:</strong>
|
||||||
|
We do not ask you to share personal information other than your user ID and password
|
||||||
|
when you sign in. Do not disclose your user ID or password in written or oral
|
||||||
|
communication with anyone.
|
||||||
|
</aside>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="matrix-login__footer">
|
||||||
if(AjaxResponse.search('Error')>=0)
|
Copyright © 2026 SarasCore. All rights reserved.
|
||||||
{
|
</footer>
|
||||||
|
|
||||||
CallMessage(AjaxResponse,3000,200,300);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
var rows=AjaxResponse.split("!R0W!");
|
|
||||||
|
|
||||||
for(indx=0;indx<rows.length-1;indx++)
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
var cols=rows[indx].split("!C0L!");
|
|
||||||
|
|
||||||
htmlresult+="<div align='center' style='height:50px;width:30%;'><font color='red'><b><u>"+cols[0]+"!</u></b></font></div><img hight='150px' width=150px src='/matrix/images/dob/"+cols[1]+".jpg'/>";
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$("#banner").html(htmlresult);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | ${title }</title>
|
<title>Cygnus 1.0 | ${title }</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,30 +17,39 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/mis.js?ver=2" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/mis.js?ver=2" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/mis-filter-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<div id="formcontainer" style="width:300px;margin-top:5px;position:absolute;z-index:-1">
|
<main id="formcontainer" class="matrix-tool-workspace__content matrix-mis-filter">
|
||||||
<form:form method="post" name="filter" id="filter" modelAttribute="filter" >
|
<form:form method="post" name="filter" id="filter" modelAttribute="filter" >
|
||||||
<div>
|
<section class="matrix-mis-filter__intro" aria-label="Report filter guidance">
|
||||||
|
<div class="matrix-mis-filter__intro-icon" aria-hidden="true">📅</div>
|
||||||
|
<div>
|
||||||
|
<h1>Report criteria</h1>
|
||||||
|
<p>Select the required range and generate the report. Required fields are marked with an asterisk.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div class="matrix-mis-filter__generated">
|
||||||
<!-- Form (Filter) -->
|
<!-- Form (Filter) -->
|
||||||
${filter.html}
|
${filter.html}
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -62,12 +71,11 @@
|
|||||||
<form:hidden path="searchby" />
|
<form:hidden path="searchby" />
|
||||||
<form:hidden path="time" />
|
<form:hidden path="time" />
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -14,10 +14,16 @@
|
|||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/mis.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/mis.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | ${filter.title }</title>
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/mis-output-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<title>Cygnus 1.0 | ${filter.title }</title>
|
||||||
|
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-mis-output">
|
||||||
<form:form method="post" name="filter" id="filter" modelAttribute="filter" >
|
<form:form method="post" name="filter" id="filter" modelAttribute="filter" >
|
||||||
${filter.html}
|
${filter.html}
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
|
|||||||
@@ -3,42 +3,41 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | ${title }</title>
|
<title>Cygnus 1.0 | ${title }</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.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/jsfuncs.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
|
||||||
<script language="javascript" src="/matrix/js/flexigrid.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/flexigrid.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/jquery.tablesorter.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/jquery.tablesorter.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/reporting.js" type="text/javascript"></script>
|
||||||
<style>
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
.bDiv{
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
height:600px !important;
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
}
|
<link href="/matrix/css/role-batch-v2.css?v=5" rel="stylesheet" type="text/css" />
|
||||||
</style>
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/mis-output-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-tool-workspace matrix-wfh-monitor">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 Allocated Computers | ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1200px">
|
||||||
<div id="formcontainer" style="width:800px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
|
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div style="border:1px solid #a7abb4;">
|
||||||
<table width="100%" id="allocatedpc">
|
<table width="100%" id="allocatedpc">
|
||||||
@@ -67,7 +66,6 @@ height:600px !important;
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
$('#allocatedpc').flexigrid();
|
$('#allocatedpc').flexigrid();
|
||||||
$("#allocatedpc").tablesorter({debug: true});
|
$("#allocatedpc").tablesorter({debug: true});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,34 +15,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/ui/select.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/bankreports.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/bankreports.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Banklist</title>
|
<title>Cygnus 1.0 | Banklist</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-directory-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-bank-documents matrix-bank-report-list">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1500px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="repsettings" id="repsettings" modelAttribute="repsettings" >
|
<form:form method="post" name="repsettings" id="repsettings" modelAttribute="repsettings" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">List of Cases (${repsettings.caselist.size()}) | Supervisor: ${repsettings.supname}</span>
|
<span class="matrix-title-text" align="absmiddle">List of Cases (${repsettings.caselist.size()}) | Supervisor: ${repsettings.supname}</span>
|
||||||
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
<div class="divselect" id="divportfolio" style="width:167px;position:absolute;top:3px;right:30px;">
|
||||||
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('listsolved','_parent','repsettings')">
|
<form:select path="portfolioid" multiple="false" id="portlist" style="width:185px" onchange="SubmitForm('listsolved','_parent','repsettings')">
|
||||||
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
<form:option value="-1" label="SELECT PORTFOLIO" selected="true"/>
|
||||||
@@ -232,7 +234,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,13 +5,15 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
||||||
<title>Nimble 1.0 | Bank Reports</title>
|
<title>Cygnus 1.0 | Bank Reports</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form:form method="post" name="bdoc" id="bdoc" modelAttribute="bdoc" >
|
<form:form method="post" name="bdoc" id="bdoc" modelAttribute="bdoc" >
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -17,36 +17,38 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Search Bank Reports</title>
|
<title>Cygnus 1.0 | Search Bank Reports</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-directory-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-bank-documents matrix-bank-report-search">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<c:if test="${cid eq 0}">
|
<c:if test="${cid eq 0}">
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
</c:if>
|
</c:if>
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:900px">
|
||||||
<form:form method="post" name="bdoc" id="bdoc" modelAttribute="bdoc" >
|
<form:form method="post" name="bdoc" id="bdoc" modelAttribute="bdoc" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/report.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/report.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Bank Reports</span>
|
<span class="matrix-title-text" align="absmiddle">Bank Reports</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('bankdoc','_parent','bdoc')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('bankdoc','_parent','bdoc')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -124,7 +126,7 @@
|
|||||||
<c:forEach items="${bdoc.bankreports}" var="record">
|
<c:forEach items="${bdoc.bankreports}" var="record">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span class="customLink" style="cursor:pointer" onclick="window.open('${record[1]}', '_blank', 'fullscreen=yes');"><img src="/matrix/images/${record[3]}" align="absmiddle"/> ${record[0]} </span>
|
<a class="matrix-document-link" href="${record[1]}" target="_blank" rel="noopener noreferrer"><img src="/matrix/images/${record[3]}" alt="" /> <span>${record[0]}</span></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
${record[2]}
|
${record[2]}
|
||||||
@@ -144,7 +146,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Reporting </title>
|
<title>Cygnus 1.0 | Reporting </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,41 +19,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-page-heading">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reporting</span>
|
<span class="matrix-title-text" align="absmiddle">Reporting</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterreporting','_parent','oprreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterreporting','_parent','oprreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -94,9 +96,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="220">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;" width="220">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
||||||
@@ -114,9 +116,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Statatics</b></td>
|
<td><b>Statatics</b></td>
|
||||||
<td></td><td></td><td></td>
|
<td></td><td></td><td></td>
|
||||||
@@ -141,9 +143,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Pending</b></td>
|
<td><b>Pending</b></td>
|
||||||
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
||||||
@@ -196,8 +198,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25"><b>S.No</b></th>
|
<th width="25"><b>S.No</b></th>
|
||||||
@@ -255,7 +257,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -1,499 +0,0 @@
|
|||||||
<%@ 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" %>
|
|
||||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>Bootstrap Example</title>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="stylesheet" href="/matrix/css/bootstrap.min.css">
|
|
||||||
<!-- <link rel="stylesheet" href="/matrix/css/plugins/ekko-lightbox.css"> -->
|
|
||||||
<link rel="stylesheet" href="/matrix/css/file.css">
|
|
||||||
<link rel="stylesheet" href="/matrix/js/plugins/iviewer/jquery.iviewer.css?ver=1" />
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery-3.6.0.min.js" ></script>
|
|
||||||
<script type="text/javascript" src="/matrix/js/jquery-ui.min.js" ></script>
|
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.iviewer.js" ></script>
|
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.mousewheel.js"></script>
|
|
||||||
|
|
||||||
<script src="/matrix/js/bootstrap.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/bootstrap-filestyle.min.js"></script>
|
|
||||||
|
|
||||||
<!-- <script src="/matrix/js/plugins/ekko-lightbox.js"></script> -->
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/matrix/js/lib/jsfuncs.js"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
|
||||||
<script type="text/javascript" src="/matrix/js/lib/ajaxfileupload.js"></script>
|
|
||||||
<style type="text/css">
|
|
||||||
.hovereffect {
|
|
||||||
float:left;
|
|
||||||
overflow:hidden;
|
|
||||||
position:relative;
|
|
||||||
text-align:center;
|
|
||||||
cursor:default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect .overlay {
|
|
||||||
width:50px;
|
|
||||||
height:50px;
|
|
||||||
position:absolute;
|
|
||||||
overflow:hidden;
|
|
||||||
bottom:0;
|
|
||||||
left:0;
|
|
||||||
padding:10px 0px;
|
|
||||||
opacity:0;
|
|
||||||
background-color:rgba(0,0,0,0.5);
|
|
||||||
-webkit-transition:all .4s ease-in-out;
|
|
||||||
transition:all .4s ease-in-out
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect img {
|
|
||||||
display:block;
|
|
||||||
position:relative;
|
|
||||||
-webkit-transition:all .4s linear;
|
|
||||||
transition:all .4s linear;
|
|
||||||
}
|
|
||||||
.hovereffect div.info {
|
|
||||||
text-decoration:none;
|
|
||||||
display:inline-block;
|
|
||||||
text-transform:uppercase;
|
|
||||||
color:#fff;
|
|
||||||
border:1px solid #fff;
|
|
||||||
background-color:transparent;
|
|
||||||
opacity:0;
|
|
||||||
filter:alpha(opacity=0);
|
|
||||||
-webkit-transition:all .2s ease-in-out;
|
|
||||||
transition:all .2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect div.info:hover {
|
|
||||||
box-shadow:0 0 5px #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover img {
|
|
||||||
-ms-transform:scale(1.2);
|
|
||||||
-webkit-transform:scale(1.2);
|
|
||||||
transform:scale(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover .overlay {
|
|
||||||
opacity:0.7;
|
|
||||||
filter:alpha(opacity=70);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover div.info {
|
|
||||||
opacity:1;
|
|
||||||
filter:alpha(opacity=100);
|
|
||||||
-ms-transform:translatey(0);
|
|
||||||
-webkit-transform:translatey(0);
|
|
||||||
transform:translatey(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover div.info {
|
|
||||||
-webkit-transition-delay:.2s;
|
|
||||||
transition-delay:.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewer-content
|
|
||||||
{
|
|
||||||
width: 570px;
|
|
||||||
height: 500px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrapper-prev
|
|
||||||
{
|
|
||||||
width: 570px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-12 bg-success">
|
|
||||||
<form:form class="form-inline" action="ajxuploadvdoc" method="post" enctype="multipart/form-data" modelAttribute="docTagger">
|
|
||||||
<!-- Submit Data -->
|
|
||||||
<input type="hidden" id="usid" name="usid" value='${Sessvals.getUserID()}' />
|
|
||||||
<form:hidden path="uuid" />
|
|
||||||
<form:hidden path="reptype" />
|
|
||||||
<form:hidden path="portfolio" />
|
|
||||||
<!-- Submit Data Ends -->
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="sel1" class="input-sm">Document Type</label>
|
|
||||||
<select class="form-control" id="doctype" name="doctype">
|
|
||||||
<c:if test="${photoreq gt 0}">
|
|
||||||
<option value="MNIMBLE" ext="jpg|png|jpeg|bmp|gpj">MNIMBLE</option>
|
|
||||||
</c:if>
|
|
||||||
<option value="REP_ATTACH" ext="jpg|png|jpeg|bmp|gpj">REPORT ATTACHMENT</option>
|
|
||||||
<option value="POV" ext="jpg|png|jpeg|bmp">POV</option>
|
|
||||||
<option value="ADD_PROOF" ext="jpg|png|jpeg|bmp">ADDRESS PROOF</option>
|
|
||||||
<option value="KYC" ext="jpg|png|jpeg|bmp|pdf">KYC DOCS</option>
|
|
||||||
<option value="BANK_STATEMENT" ext="jpg|png|jpeg|bmp|pdf">BANK STATEMENT</option>
|
|
||||||
<option value="FINANCIALS" ext="jpg|png|jpeg|pdf">FINANCIALS</option>
|
|
||||||
<option value="DIRECTORS" ext="jpg|png|jpeg|pdf">DIRECTORS</option>
|
|
||||||
<option value="INDEX" ext="jpg|png|jpeg|pdf">INDEX</option>
|
|
||||||
<option value="OTHERS" ext="jpg|png|jpeg|bmp|pdf|txt|xls|doc">OTHERS</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="form-group" style="margin-top:2px">
|
|
||||||
<label for="document" class="input-sm">Select Doc</label>
|
|
||||||
<input type="file" id="updoc" name="updoc">
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="filename" class="input-sm">Doc Name</label>
|
|
||||||
<input type="text" id="filename" name="filename" value="" placeholder="File name if leave it blank" style="width:140px" class="form-control">
|
|
||||||
</div>
|
|
||||||
<div class="form-group" style="margin-top:-1px">
|
|
||||||
<button type="button" class="btn btn-primary input-md" onclick="uploadFile(document.getElementById('updoc'),'docTagger',$('option:selected', $('#doctype')).attr('ext'))">Submit</button>
|
|
||||||
</div>
|
|
||||||
</form:form>
|
|
||||||
</div> <!-- DIV COL -->
|
|
||||||
<c:set var="acttab" scope="session" value="class='active'"/>
|
|
||||||
<div class="col-sm-12">
|
|
||||||
<div class="container col-sm-12">
|
|
||||||
<ul class="nav nav-tabs">
|
|
||||||
<c:if test="${photoreq gt 0}">
|
|
||||||
<li ><a data-toggle="tab" href="#MNIMBLE">Mnimble(${fn:length(docTagger.mnimble)})</a></li>
|
|
||||||
</c:if>
|
|
||||||
<li ${acttab}><a data-toggle="tab" href="#REP_ATTACH">Report Attachment(${fn:length(docTagger.repattach)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#POV">POV(${fn:length(docTagger.pov)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#ADD_PROOF">Add Proof(${fn:length(docTagger.addproof)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#KYC">KYC(${fn:length(docTagger.kyc)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#BANK_STATEMENT">Bank Statement(${fn:length(docTagger.bstatement)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#FINANCIALS">Financials(${fn:length(docTagger.financials)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#DIRECTORS">Directors(${fn:length(docTagger.financials)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#INDEX">Index(${fn:length(docTagger.financials)})</a></li>
|
|
||||||
<li><a data-toggle="tab" href="#OTHERS">Others(${fn:length(docTagger.others)})</a></li>
|
|
||||||
</ul>
|
|
||||||
<div class="tab-content col-sm-12">
|
|
||||||
<c:if test="${photoreq gt 0}">
|
|
||||||
<div id="MNIMBLE" class="tab-pane fade">
|
|
||||||
<h3>Mnimble Photos</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.mnimble}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span id="btn-tag-untag" class='glyphicon glyphicon-trash'></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
<div id="REP_ATTACH" class="tab-pane fade in active">
|
|
||||||
<h3>Report Attachments</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.repattach}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<div data-toggle="modal" data-target="#imagePreviewIviewer" data-href="${docTagger.dserver}${rattach[2]}" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img id="img_${rattach[0]}_" src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid" />
|
|
||||||
</div>
|
|
||||||
<!-- <a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>-->
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<c:choose>
|
|
||||||
<c:when test="${rattach[6] > 0}">
|
|
||||||
<c:set var = "glyphicon" value = "glyphicon-remove"/>
|
|
||||||
<c:set var = "btnclass" value = "btn-danger"/>
|
|
||||||
</c:when>
|
|
||||||
<c:otherwise>
|
|
||||||
<c:set var = "glyphicon" value = "glyphicon-tag"/>
|
|
||||||
<c:set var = "btnclass" value = "btn-primary"/>
|
|
||||||
</c:otherwise>
|
|
||||||
</c:choose>
|
|
||||||
<div id="btn-tag-untag-holder-${rattach[0]}" class='btn <c:out value = "${btnclass}" />' data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-status="${rattach[6]}" data-docid="${rattach[0]}" data-target="#confirm-delete"><span id="btn-tag-untag-${rattach[0]}" class='glyphicon <c:out value = "${glyphicon}"/>'></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div> <!-- ROW -->
|
|
||||||
</div>
|
|
||||||
<div id="POV" class="tab-pane fade">
|
|
||||||
<h3>Proof Of Visit</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.pov}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="ADD_PROOF" class="tab-pane fade">
|
|
||||||
<h3>Address Proof</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.addproof}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="KYC" class="tab-pane fade">
|
|
||||||
<h3>KYC Documents</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.kyc}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-status="${rattach[0]}" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="BANK_STATEMENT" class="tab-pane fade">
|
|
||||||
<h3>Bank Statement</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.bstatement}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="FINANCIALS" class="tab-pane fade">
|
|
||||||
<h3>Financials</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.financials}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="DIRECTORS" class="tab-pane fade">
|
|
||||||
<h3>Directors</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.directors}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="INDEX" class="tab-pane fade">
|
|
||||||
<h3>Index</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.index}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="OTHERS" class="tab-pane fade">
|
|
||||||
<h3>Other Documents</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="container col-sm-12 img-hover">
|
|
||||||
<c:forEach items="${docTagger.others}" var="rattach" varStatus="status">
|
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
|
||||||
</a>
|
|
||||||
<div class="overlay img-rounded">
|
|
||||||
<div id="btn-tag-untag-holder" class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> <!-- Container -->
|
|
||||||
</div> <!-- DIV COL -->
|
|
||||||
</div> <!-- DIV ROW -->
|
|
||||||
</div>
|
|
||||||
<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
||||||
<div class="modal-dialog">
|
|
||||||
<div class="modal-content">
|
|
||||||
<div class="modal-header">
|
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
||||||
<h4 class="modal-title" id="myModalLabel">Confirm</h4>
|
|
||||||
</div>
|
|
||||||
<div class="modal-body">
|
|
||||||
<p>Do you want to proceed?</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="modal-footer">
|
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
|
||||||
<a class="btn btn-danger btn-ok" data-doc_id="0" data-dismiss="modal">Yes</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="mask" id="mask">
|
|
||||||
</div>
|
|
||||||
<div id="uploadprogress" class="row row-centered">
|
|
||||||
<div id="progbar">
|
|
||||||
<div id="bar"></div>
|
|
||||||
<div id="percent">0%</div >
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="modal fade" id="imagePreviewIviewer" tabindex="-1" role="dialog" aria-labelledby="myPreivewModal" aria-hidden="true">
|
|
||||||
<div class="modal-dialog">
|
|
||||||
<div class="modal-content">
|
|
||||||
<div class="modal-header">
|
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
||||||
<h4 class="modal-title" id="myPreivewLabel"></h4>
|
|
||||||
</div>
|
|
||||||
<div class="modal-body" style="align-content:center;width:590px">
|
|
||||||
<div class="wrapper-prev">
|
|
||||||
<div id="viewer-content" class="viewer-content"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="modal-footer">
|
|
||||||
<h5 id="preivewFooterLabel"></h5>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
var docid = 0;
|
|
||||||
var docstatus = 0;
|
|
||||||
$('#updoc').filestyle({
|
|
||||||
buttonName : 'btn-success',
|
|
||||||
buttonText : ' Upload'
|
|
||||||
});
|
|
||||||
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
$(this).ekkoLightbox();
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#confirm-delete').on('show.bs.modal', function(e) {
|
|
||||||
docid=e.relatedTarget.dataset.docid;
|
|
||||||
docstatus=e.relatedTarget.dataset.status;
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#imagePreviewIviewer').on('show.bs.modal', function(e) {
|
|
||||||
$("#myPreivewLabel").html(e.relatedTarget.dataset.title);
|
|
||||||
$("#preivewFooterLabel").html(e.relatedTarget.dataset.footer);
|
|
||||||
initIviewer(e.relatedTarget.dataset.href);
|
|
||||||
});
|
|
||||||
|
|
||||||
$( document ).on('click', '.btn-ok', function(event) {
|
|
||||||
subFunction(docid,docstatus);
|
|
||||||
});
|
|
||||||
|
|
||||||
function subFunction(docid,docstatus)
|
|
||||||
{
|
|
||||||
var saverequest = $.ajax({
|
|
||||||
type: "POST",
|
|
||||||
url: "untag-doc",
|
|
||||||
data: "docid="+docid+"&usid="+$("#usid").val()
|
|
||||||
});
|
|
||||||
saverequest.done(function(msg)
|
|
||||||
{
|
|
||||||
if(msg=='success')
|
|
||||||
{
|
|
||||||
var btn = $("#btn-tag-untag-"+docid);
|
|
||||||
var btnholder = $("#btn-tag-untag-holder-"+docid);
|
|
||||||
|
|
||||||
if(docstatus == 1){
|
|
||||||
$(btn).removeClass('glyphicon-remove').addClass( "glyphicon-tag" );
|
|
||||||
$(btnholder).attr("data-status","0");
|
|
||||||
$(btnholder).removeClass('btn-danger').addClass('btn-primary');
|
|
||||||
}else{
|
|
||||||
$(btn).removeClass('glyphicon-tag').addClass( "glyphicon-remove" );
|
|
||||||
$(btnholder).attr("data-status","1");
|
|
||||||
$(btnholder).removeClass('btn-primary').addClass('btn-danger');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
alert(msg);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
saverequest.fail(function(jqXHR, textStatus)
|
|
||||||
{
|
|
||||||
alert( "Unable to process your request (" + textStatus +"-"+ jqXHR.status+")." );
|
|
||||||
});
|
|
||||||
}
|
|
||||||
function activaTab(tab){
|
|
||||||
$('.nav-tabs a[href="#' + tab + '"]').tab('show');
|
|
||||||
};
|
|
||||||
function promptpath(pathtoimg)
|
|
||||||
{
|
|
||||||
$("#doctype").val("REP_ATTACH");
|
|
||||||
window.prompt("Copy to clipboard: Ctrl+C, Enter", pathtoimg);
|
|
||||||
}
|
|
||||||
function startUpload(felem)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var $ = jQuery;
|
|
||||||
function initIviewer(imgsrc){
|
|
||||||
var iv1 = $("#viewer-content").iviewer({
|
|
||||||
src: imgsrc,
|
|
||||||
update_on_resize: true,
|
|
||||||
zoom_animation: false,
|
|
||||||
mousewheel: true
|
|
||||||
});
|
|
||||||
iv1.iviewer('loadImage', imgsrc);
|
|
||||||
iv1.iviewer('fit');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</html>
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Bootstrap Example</title>
|
<title>Bootstrap Example</title>
|
||||||
@@ -89,6 +89,8 @@ transform:translatey(0);
|
|||||||
transition-delay:.2s;
|
transition-delay:.2s;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -3,131 +3,28 @@
|
|||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Bootstrap Example</title>
|
<title>Cygnus 1.0 | Document Tagging</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="/matrix/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/matrix/css/bootstrap-5.3.8.min.css">
|
||||||
<!-- <link rel="stylesheet" href="/matrix/css/plugins/ekko-lightbox.css"> -->
|
<!-- <link rel="stylesheet" href="/matrix/css/plugins/ekko-lightbox.css"> -->
|
||||||
<link rel="stylesheet" href="/matrix/css/file.css">
|
<link rel="stylesheet" href="/matrix/css/file.css">
|
||||||
<link rel="stylesheet" href="/matrix/js/plugins/iviewer/jquery.iviewer.css" />
|
<link rel="stylesheet" href="/matrix/js/plugins/iviewer/jquery.iviewer.css" />
|
||||||
|
<link rel="stylesheet" href="/matrix/css/matrix-v2.css" />
|
||||||
|
<link rel="stylesheet" href="/matrix/css/document-tagger-v4.css?v=1" />
|
||||||
|
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery-3.6.0.min.js" ></script>
|
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery-3.6.0.min.js" ></script>
|
||||||
<script type="text/javascript" src="/matrix/js/jquery-ui.min.js" ></script>
|
<script type="text/javascript" src="/matrix/js/jquery-ui.min.js" ></script>
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.iviewer.js" ></script>
|
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.iviewer.js" ></script>
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.mousewheel.js"></script>
|
<script type="text/javascript" src="/matrix/js/plugins/iviewer/jquery.mousewheel.js"></script>
|
||||||
|
|
||||||
<script src="/matrix/js/bootstrap.min.js"></script>
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js"></script>
|
||||||
<script type="text/javascript" src="/matrix/js/plugins/bootstrap-filestyle.min.js"></script>
|
|
||||||
|
|
||||||
<!-- <script src="/matrix/js/plugins/ekko-lightbox.js"></script> -->
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/matrix/js/lib/jsfuncs.js"></script>
|
<script type="text/javascript" src="/matrix/js/lib/jsfuncs.js"></script>
|
||||||
<script language="javascript" src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
||||||
<script type="text/javascript" src="/matrix/js/lib/ajaxfileupload.js"></script>
|
<script type="text/javascript" src="/matrix/js/lib/ajaxfileupload.js"></script>
|
||||||
<style type="text/css">
|
|
||||||
.hovereffect {
|
|
||||||
float:left;
|
|
||||||
overflow:hidden;
|
|
||||||
position:relative;
|
|
||||||
text-align:center;
|
|
||||||
cursor:default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect .overlay {
|
|
||||||
width:50px;
|
|
||||||
height:40px;
|
|
||||||
position:relative;
|
|
||||||
overflow:hidden;
|
|
||||||
bottom:0;
|
|
||||||
left:0;
|
|
||||||
padding:5px 5px;
|
|
||||||
opacity:0;
|
|
||||||
background-color:rgba(0,0,0,1);
|
|
||||||
-webkit-transition:all .4s ease-in-out;
|
|
||||||
transition:all .4s ease-in-out
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect img {
|
|
||||||
display:block;
|
|
||||||
position:relative;
|
|
||||||
-webkit-transition:all .4s linear;
|
|
||||||
transition:all .4s linear;
|
|
||||||
}
|
|
||||||
.hovereffect div.info {
|
|
||||||
text-decoration:none;
|
|
||||||
display:inline-block;
|
|
||||||
text-transform:uppercase;
|
|
||||||
color:#fff;
|
|
||||||
border:1px solid #fff;
|
|
||||||
background-color:transparent;
|
|
||||||
opacity:0.5;
|
|
||||||
filter:alpha(opacity=0.5);
|
|
||||||
-webkit-transition:all .2s ease-in-out;
|
|
||||||
transition:all .2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect div.info:hover {
|
|
||||||
box-shadow:0 0 5px #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover img {
|
|
||||||
-ms-transform:scale(1.2);
|
|
||||||
-webkit-transform:scale(1.2);
|
|
||||||
transform:scale(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover .overlay {
|
|
||||||
opacity:0.8;
|
|
||||||
filter:alpha(opacity=80);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover div.info {
|
|
||||||
opacity:1;
|
|
||||||
filter:alpha(opacity=100);
|
|
||||||
-ms-transform:translatey(0);
|
|
||||||
-webkit-transform:translatey(0);
|
|
||||||
transform:translatey(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.hovereffect:hover div.info {
|
|
||||||
-webkit-transition-delay:.2s;
|
|
||||||
transition-delay:.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewer-content
|
|
||||||
{
|
|
||||||
width: 570px;
|
|
||||||
height: 500px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrapper-prev
|
|
||||||
{
|
|
||||||
width: 570px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.flex-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: normal;
|
|
||||||
align-items: normal;
|
|
||||||
align-content: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-items:nth-child(1),
|
|
||||||
.flex-items:nth-child(2) {
|
|
||||||
display: block;
|
|
||||||
flex-grow: 0;
|
|
||||||
flex-shrink: 1;
|
|
||||||
flex-basis: auto;
|
|
||||||
align-self: auto;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script>
|
<script>
|
||||||
function converToPdf(elm){
|
function converToPdf(elm){
|
||||||
var postData = {
|
var postData = {
|
||||||
@@ -137,7 +34,7 @@ function converToPdf(elm){
|
|||||||
};
|
};
|
||||||
console.log(JSON.stringify(postData));
|
console.log(JSON.stringify(postData));
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "http://192.168.10.68:9183/api/converter/pjpegtopdf",
|
url: document.body.dataset.converterUrl,
|
||||||
method: "POST",
|
method: "POST",
|
||||||
dataType: "json", // Corrected dataType
|
dataType: "json", // Corrected dataType
|
||||||
contentType: "application/json", // Set content type to JSON
|
contentType: "application/json", // Set content type to JSON
|
||||||
@@ -160,25 +57,32 @@ function converToPdf(elm){
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-doc-tagger" data-converter-url="${converterUrl}">
|
||||||
<div>
|
<main class="doc-workspace">
|
||||||
<div class="row">
|
<header class="doc-page-header">
|
||||||
<div class="col-sm-12 bg-success">
|
<div>
|
||||||
<form:form class="form-inline" action="ajxuploadvdoc" method="post" enctype="multipart/form-data" modelAttribute="docTagger">
|
<h1>Document tagging</h1>
|
||||||
|
<p>Upload, preview and classify case documents.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<section class="doc-upload-card" aria-label="Upload a document">
|
||||||
|
<form:form class="doc-upload-form" action="ajxuploadvdoc" method="post" enctype="multipart/form-data" modelAttribute="docTagger">
|
||||||
<!-- Submit Data -->
|
<!-- Submit Data -->
|
||||||
<input type="hidden" id="usid" name="usid" value='${Sessvals.getUserID()}' />
|
<input type="hidden" id="usid" name="usid" value='${Sessvals.getUserID()}' />
|
||||||
<form:hidden path="uuid" />
|
<form:hidden path="uuid" />
|
||||||
<form:hidden path="reptype" />
|
<form:hidden path="reptype" />
|
||||||
<form:hidden path="portfolio" />
|
<form:hidden path="portfolio" />
|
||||||
<!-- Submit Data Ends -->
|
<!-- Submit Data Ends -->
|
||||||
<div class="form-group">
|
<div class="doc-field">
|
||||||
<label for="sel1" class="input-sm">Document Type</label>
|
<label for="doctype">Document type</label>
|
||||||
<select class="form-control" id="doctype" name="doctype">
|
<select class="form-select form-select-sm" id="doctype" name="doctype">
|
||||||
<c:if test="${photoreq gt 0}">
|
<c:if test="${photoreq gt 0}">
|
||||||
<option value="MNIMBLE" ext="jpg|png|jpeg|bmp|gpj">MNIMBLE</option>
|
<option value="MNIMBLE" ext="jpg|png|jpeg|bmp">MNIMBLE</option>
|
||||||
</c:if>
|
</c:if>
|
||||||
<option value="REP_ATTACH" ext="jpg|png|jpeg|bmp|gpj">REPORT ATTACHMENT</option>
|
<option value="REP_ATTACH" ext="jpg|png|jpeg|bmp">REPORT ATTACHMENT</option>
|
||||||
<option value="POV" ext="jpg|png|jpeg|bmp">POV</option>
|
<option value="POV" ext="jpg|png|jpeg|bmp">POV</option>
|
||||||
<option value="ADD_PROOF" ext="jpg|png|jpeg|bmp">ADDRESS PROOF</option>
|
<option value="ADD_PROOF" ext="jpg|png|jpeg|bmp">ADDRESS PROOF</option>
|
||||||
<option value="KYC" ext="jpg|png|jpeg|bmp|pdf">KYC DOCS</option>
|
<option value="KYC" ext="jpg|png|jpeg|bmp|pdf">KYC DOCS</option>
|
||||||
@@ -189,49 +93,48 @@ function converToPdf(elm){
|
|||||||
<option value="OTHERS" ext="jpg|png|jpeg|bmp|pdf|txt|xls|doc">OTHERS</option>
|
<option value="OTHERS" ext="jpg|png|jpeg|bmp|pdf|txt|xls|doc">OTHERS</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" style="margin-top:2px">
|
<div class="doc-field doc-file-field">
|
||||||
<label for="document" class="input-sm">Select Doc</label>
|
<label for="updoc">Select document</label>
|
||||||
<input type="file" id="updoc" name="updoc">
|
<input type="file" class="form-control form-control-sm" id="updoc" name="updoc">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="doc-field">
|
||||||
<label for="filename" class="input-sm">Doc Name</label>
|
<label for="filename">Document name <span>(optional)</span></label>
|
||||||
<input type="text" id="filename" name="filename" value="" placeholder="File name if leave it blank" style="width:140px" class="form-control">
|
<input type="text" id="filename" name="filename" value="" placeholder="Use original file name" class="form-control form-control-sm">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" style="margin-top:-1px">
|
<div class="doc-upload-action">
|
||||||
<button type="button" class="btn btn-primary input-md" onclick="uploadFile(document.getElementById('updoc'),'docTagger',$('option:selected', $('#doctype')).attr('ext'))">Submit</button>
|
<button type="button" class="btn btn-primary btn-sm" onclick="uploadFile(document.getElementById('updoc'),'docTagger',$('option:selected', $('#doctype')).attr('ext'))">Upload document</button>
|
||||||
</div>
|
</div>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div> <!-- DIV COL -->
|
</section>
|
||||||
<c:set var="acttab" scope="session" value="class='active'"/>
|
<c:set var="acttab" scope="session" value="class='active'"/>
|
||||||
<div class="col-sm-12">
|
<section class="doc-library-card">
|
||||||
<div class="container col-sm-12">
|
<ul class="nav nav-tabs doc-tabs" role="tablist">
|
||||||
<ul class="nav nav-tabs">
|
|
||||||
<c:if test="${photoreq gt 0}">
|
<c:if test="${photoreq gt 0}">
|
||||||
<li ><a data-toggle="tab" href="#MNIMBLE">Mnimble(${fn:length(docTagger.mnimble)})</a></li>
|
<li ><a data-bs-toggle="tab" href="#MNIMBLE">Mnimble(${fn:length(docTagger.mnimble)})</a></li>
|
||||||
</c:if>
|
</c:if>
|
||||||
<li ${acttab}><a data-toggle="tab" href="#REP_ATTACH">Report Attachment(${fn:length(docTagger.repattach)})</a></li>
|
<li ${acttab}><a data-bs-toggle="tab" href="#REP_ATTACH">Report Attachment(${fn:length(docTagger.repattach)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#POV">POV(${fn:length(docTagger.pov)})</a></li>
|
<li><a data-bs-toggle="tab" href="#POV">POV(${fn:length(docTagger.pov)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#ADD_PROOF">Add Proof(${fn:length(docTagger.addproof)})</a></li>
|
<li><a data-bs-toggle="tab" href="#ADD_PROOF">Add Proof(${fn:length(docTagger.addproof)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#KYC">KYC(${fn:length(docTagger.kyc)})</a></li>
|
<li><a data-bs-toggle="tab" href="#KYC">KYC(${fn:length(docTagger.kyc)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#BANK_STATEMENT">Bank Statement(${fn:length(docTagger.bstatement)})</a></li>
|
<li><a data-bs-toggle="tab" href="#BANK_STATEMENT">Bank Statement(${fn:length(docTagger.bstatement)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#FINANCIALS">Financials(${fn:length(docTagger.financials)})</a></li>
|
<li><a data-bs-toggle="tab" href="#FINANCIALS">Financials(${fn:length(docTagger.financials)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#DIRECTORS">Directors(${fn:length(docTagger.financials)})</a></li>
|
<li><a data-bs-toggle="tab" href="#DIRECTORS">Directors(${fn:length(docTagger.directors)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#INDEX">Index(${fn:length(docTagger.financials)})</a></li>
|
<li><a data-bs-toggle="tab" href="#INDEX">Index(${fn:length(docTagger.index)})</a></li>
|
||||||
<li><a data-toggle="tab" href="#OTHERS">Others(${fn:length(docTagger.others)})</a></li>
|
<li><a data-bs-toggle="tab" href="#OTHERS">Others(${fn:length(docTagger.others)})</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content col-sm-12">
|
<div class="tab-content col-sm-12">
|
||||||
<c:if test="${photoreq gt 0}">
|
<c:if test="${photoreq gt 0}">
|
||||||
<div id="MNIMBLE" class="tab-pane fade">
|
<div id="MNIMBLE" class="tab-pane fade">
|
||||||
<h3>Mnimble Photos</h3>
|
<h3>Mnimble Photos</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.mnimble}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.mnimble}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span id="btn-tag-untag" class='glyphicon glyphicon-trash'></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span id="btn-tag-untag" class='glyphicon glyphicon-trash'></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -240,14 +143,14 @@ function converToPdf(elm){
|
|||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<div id="REP_ATTACH" class="tab-pane fade in active">
|
<div id="REP_ATTACH" class="tab-pane fade show active">
|
||||||
<h3>Report Attachments <label id="pdf-url" class="badge badge-primary sm"></label></h3>
|
<h3>Report Attachments <label id="pdf-url" class="badge badge-primary sm"></label></h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.repattach}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.repattach}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<div data-toggle="modal" data-target="#imagePreviewIviewer" data-href="${docTagger.dserver}${rattach[2]}" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<div data-bs-toggle="modal" data-bs-target="#imagePreviewIviewer" data-href="${docTagger.dserver}${rattach[2]}" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img id="img_${rattach[0]}_" src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid" />
|
<img id="img_${rattach[0]}_" src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div class="overlay img-rounded flex-items">
|
<div class="overlay img-rounded flex-items">
|
||||||
@@ -261,7 +164,7 @@ function converToPdf(elm){
|
|||||||
<c:set var = "btnclass" value = "btn-primary"/>
|
<c:set var = "btnclass" value = "btn-primary"/>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<div id="btn-tag-untag-holder-${rattach[0]}" class='btn <c:out value = "${btnclass}" />' data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-status="${rattach[6]}" data-docid="${rattach[0]}" data-target="#confirm-delete"><span id="btn-tag-untag-${rattach[0]}" class='glyphicon <c:out value = "${glyphicon}"/>'></span></div>
|
<div id="btn-tag-untag-holder-${rattach[0]}" class='btn <c:out value = "${btnclass}" />' data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-status="${rattach[6]}" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span id="btn-tag-untag-${rattach[0]}" class='glyphicon <c:out value = "${glyphicon}"/>'></span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="overlay img-rounded flex-items">
|
<div class="overlay img-rounded flex-items">
|
||||||
<div class="btn btn-info" data-href="${docTagger.dserver}${rattach[2]}" onclick="converToPdf(this)" ><span id="btn-tag-untag-${rattach[0]}" class='glyphicon glyphicon-copy'></span></div>
|
<div class="btn btn-info" data-href="${docTagger.dserver}${rattach[2]}" onclick="converToPdf(this)" ><span id="btn-tag-untag-${rattach[0]}" class='glyphicon glyphicon-copy'></span></div>
|
||||||
@@ -275,14 +178,14 @@ function converToPdf(elm){
|
|||||||
<div id="POV" class="tab-pane fade">
|
<div id="POV" class="tab-pane fade">
|
||||||
<h3>Proof Of Visit</h3>
|
<h3>Proof Of Visit</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.pov}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.pov}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -292,14 +195,14 @@ function converToPdf(elm){
|
|||||||
<div id="ADD_PROOF" class="tab-pane fade">
|
<div id="ADD_PROOF" class="tab-pane fade">
|
||||||
<h3>Address Proof</h3>
|
<h3>Address Proof</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.addproof}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.addproof}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -309,14 +212,14 @@ function converToPdf(elm){
|
|||||||
<div id="KYC" class="tab-pane fade">
|
<div id="KYC" class="tab-pane fade">
|
||||||
<h3>KYC Documents</h3>
|
<h3>KYC Documents</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.kyc}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.kyc}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-status="${rattach[0]}" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-status="${rattach[0]}" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -326,14 +229,14 @@ function converToPdf(elm){
|
|||||||
<div id="BANK_STATEMENT" class="tab-pane fade">
|
<div id="BANK_STATEMENT" class="tab-pane fade">
|
||||||
<h3>Bank Statement</h3>
|
<h3>Bank Statement</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.bstatement}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.bstatement}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -343,14 +246,14 @@ function converToPdf(elm){
|
|||||||
<div id="FINANCIALS" class="tab-pane fade">
|
<div id="FINANCIALS" class="tab-pane fade">
|
||||||
<h3>Financials</h3>
|
<h3>Financials</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.financials}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.financials}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -360,14 +263,14 @@ function converToPdf(elm){
|
|||||||
<div id="DIRECTORS" class="tab-pane fade">
|
<div id="DIRECTORS" class="tab-pane fade">
|
||||||
<h3>Directors</h3>
|
<h3>Directors</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.directors}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.directors}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -377,14 +280,14 @@ function converToPdf(elm){
|
|||||||
<div id="INDEX" class="tab-pane fade">
|
<div id="INDEX" class="tab-pane fade">
|
||||||
<h3>Index</h3>
|
<h3>Index</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.index}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.index}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -394,14 +297,14 @@ function converToPdf(elm){
|
|||||||
<div id="OTHERS" class="tab-pane fade">
|
<div id="OTHERS" class="tab-pane fade">
|
||||||
<h3>Other Documents</h3>
|
<h3>Other Documents</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-sm-12 img-hover">
|
<div class="img-hover">
|
||||||
<c:forEach items="${docTagger.others}" var="rattach" varStatus="status">
|
<c:forEach items="${docTagger.others}" var="rattach" varStatus="status">
|
||||||
<div id="doc_${rattach[0]}_" class="col-sm-4 hovereffect" style="padding-left: 0px; padding-right: 0px;">
|
<div id="doc_${rattach[0]}_" class="hovereffect">
|
||||||
<a href="${docTagger.dserver}${rattach[2]}" data-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
<a href="${docTagger.dserver}${rattach[2]}" data-bs-toggle="lightbox" data-gallery="example-gallery" data-type="image" data-title="${rattach[5]}" data-footer="Uploadedon: ${rattach[3]}, Uploaded by: ${rattach[4]}">
|
||||||
<img src="${docTagger.dserver}${rattach[2]}" class="img-responsive img-thumbnail img-fluid">
|
<img src="${docTagger.dserver}${rattach[2]}" class="img-thumbnail img-fluid">
|
||||||
</a>
|
</a>
|
||||||
<div class="overlay img-rounded">
|
<div class="overlay img-rounded">
|
||||||
<div id="btn-tag-untag-holder" class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-toggle="modal" data-docid="${rattach[0]}" data-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
<div id="btn-tag-untag-holder" class="btn btn-primary" data-href="deletedoc?id=${rattach[0]}" data-bs-toggle="modal" data-docid="${rattach[0]}" data-bs-target="#confirm-delete"><span class="glyphicon glyphicon-trash"></span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
@@ -409,24 +312,22 @@ function converToPdf(elm){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- Container -->
|
</section>
|
||||||
</div> <!-- DIV COL -->
|
</main>
|
||||||
</div> <!-- DIV ROW -->
|
<div class="modal fade" id="confirm-delete" tabindex="-1" aria-labelledby="myModalLabel" aria-hidden="true">
|
||||||
</div>
|
|
||||||
<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<h2 class="modal-title fs-5" id="myModalLabel">Confirm action</h2>
|
||||||
<h4 class="modal-title" id="myModalLabel">Confirm</h4>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>Do you want to proceed?</p>
|
<p>Do you want to proceed?</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
<button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">Cancel</button>
|
||||||
<a class="btn btn-danger btn-ok" data-doc_id="0" data-dismiss="modal">Yes</a>
|
<button type="button" class="btn btn-danger btn-ok" data-doc_id="0" data-bs-dismiss="modal">Continue</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -439,14 +340,14 @@ function converToPdf(elm){
|
|||||||
<div id="percent">0%</div >
|
<div id="percent">0%</div >
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal fade" id="imagePreviewIviewer" tabindex="-1" role="dialog" aria-labelledby="myPreivewModal" aria-hidden="true">
|
<div class="modal fade" id="imagePreviewIviewer" tabindex="-1" aria-labelledby="myPreivewLabel" aria-hidden="true">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog modal-xl modal-dialog-centered">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<h2 class="modal-title fs-5" id="myPreivewLabel">Document preview</h2>
|
||||||
<h4 class="modal-title" id="myPreivewLabel"></h4>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="align-content:center;width:590px">
|
<div class="modal-body doc-preview-body">
|
||||||
<div class="wrapper-prev">
|
<div class="wrapper-prev">
|
||||||
<div id="viewer-content" class="viewer-content"></div>
|
<div id="viewer-content" class="viewer-content"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -457,37 +358,7 @@ function converToPdf(elm){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var docid = 0;
|
|
||||||
var docstatus = 0;
|
|
||||||
$('#updoc').filestyle({
|
|
||||||
buttonName : 'btn-success',
|
|
||||||
buttonText : ' Upload'
|
|
||||||
});
|
|
||||||
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
$(this).ekkoLightbox();
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#confirm-delete').on('show.bs.modal', function(e) {
|
|
||||||
docid=e.relatedTarget.dataset.docid;
|
|
||||||
docstatus=e.relatedTarget.dataset.status;
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#imagePreviewIviewer').on('show.bs.modal', function(e) {
|
|
||||||
$("#myPreivewLabel").html(e.relatedTarget.dataset.title);
|
|
||||||
$("#preivewFooterLabel").html(e.relatedTarget.dataset.footer);
|
|
||||||
initIviewer(e.relatedTarget.dataset.href);
|
|
||||||
});
|
|
||||||
|
|
||||||
$( document ).on('click', '.btn-ok', function(event) {
|
|
||||||
subFunction(docid,docstatus);
|
|
||||||
});
|
|
||||||
|
|
||||||
function subFunction(docid,docstatus)
|
function subFunction(docid,docstatus)
|
||||||
{
|
{
|
||||||
@@ -523,9 +394,6 @@ function subFunction(docid,docstatus)
|
|||||||
alert( "Unable to process your request (" + textStatus +"-"+ jqXHR.status+")." );
|
alert( "Unable to process your request (" + textStatus +"-"+ jqXHR.status+")." );
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function activaTab(tab){
|
|
||||||
$('.nav-tabs a[href="#' + tab + '"]').tab('show');
|
|
||||||
};
|
|
||||||
function promptpath(pathtoimg)
|
function promptpath(pathtoimg)
|
||||||
{
|
{
|
||||||
$("#doctype").val("REP_ATTACH");
|
$("#doctype").val("REP_ATTACH");
|
||||||
@@ -548,4 +416,6 @@ function startUpload(felem)
|
|||||||
iv1.iviewer('fit');
|
iv1.iviewer('fit');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script type="text/javascript" src="/matrix/js/document-tagger-v4.js?v=1"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Final Done</title>
|
<title>Cygnus 1.0 | Final Done</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -17,29 +17,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" 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('${fdDetails.getUuid()}','fd');};</script>
|
<script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${fdDetails.getUuid()}','fd');};</script>
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/report-form-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-report-form">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<main id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="fdDetails" id="fdDetails" modelAttribute="fdDetails" >
|
<form:form method="post" name="fdDetails" id="fdDetails" modelAttribute="fdDetails" >
|
||||||
<!-- Final Done Section (Section2) -->
|
<!-- Final Done Section (Section2) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Final Recommendation</span>
|
<span class="matrix-title-text" align="absmiddle">Final Recommendation</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divFinaldone" class="FormPanel">
|
<div id="divFinaldone" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2_1">
|
<td id="s2_1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -146,9 +151,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Overall Status</span>
|
<span class="matrix-title-text" align="absmiddle">Overall Status</span>
|
||||||
<div class="divselect" id="divovstatus" style="width:150px;display:inline;float:right;margin-right:13px;margin-top:-2px;">
|
<div class="divselect" id="divovstatus" style="width:150px;display:inline;float:right;margin-right:13px;margin-top:-2px;">
|
||||||
<form:select path="overallstatus" multiple="false" style="width:168px">
|
<form:select path="overallstatus" multiple="false" style="width:168px">
|
||||||
<option value="-1" selected>NA</option>
|
<option value="-1" selected>NA</option>
|
||||||
@@ -168,29 +173,24 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<form:hidden path="uuid" />
|
<form:hidden path="uuid" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<button type="button" class="btn btn-outline-secondary btn-sm" name="btncancel" id="btncancel" accesskey="E" onclick="MatrixDialog.close(0)">Exit</button>
|
||||||
<c:if test="${fdDetails.isdone==true}">
|
<c:if test="${fdDetails.isdone==true}">
|
||||||
<input type="button" class="button" name="btncompsave" style="float:right" value="Final Done" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('fdDetails',1,'fd');" />
|
<button type="button" class="btn btn-secondary btn-sm" name="btncompsave" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('fdDetails',1,'fd');">Final Done</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
<c:if test="${status==false}">
|
<c:if test="${status==false}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=2; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(2);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -1,27 +1,39 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %>
|
||||||
<%@page language="java" session="true" %>
|
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Bootstrap Example</title>
|
<meta charset="ISO-8859-1" />
|
||||||
<meta charset="utf-8">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<title>Cygnus 1.0 | GPS Location</title>
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" />
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" />
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<link href="/matrix/css/report-viewer-v4.css?v=1" rel="stylesheet" />
|
||||||
<style>
|
<script src="/matrix/js/matrix-dialog-child.js?v=2" defer></script>
|
||||||
.carousel-inner > .item > img,
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
.carousel-inner > .item > a > img {
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
||||||
width: 70%;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-report-viewer">
|
||||||
<div>
|
<main class="matrix-report-viewer__page">
|
||||||
<iframe src="${gpsloc}&key=AIzaSyACPO53GZZKKhrDNBU8H9Kyroivd91yMKk" width="900" height="800" frameborder="0" style="border:0" allowfullscreen></iframe>
|
<header class="matrix-report-viewer__heading">
|
||||||
</div>
|
<div><h1>GPS Location</h1><p>Recorded visit location for this verification.</p></div>
|
||||||
|
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Close</button>
|
||||||
|
</header>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${not empty gpsloc}">
|
||||||
|
<div class="matrix-report-viewer__frame-wrap">
|
||||||
|
<iframe class="matrix-report-viewer__frame" src="${gpsloc}&key=AIzaSyACPO53GZZKKhrDNBU8H9Kyroivd91yMKk"
|
||||||
|
title="Verification GPS location" loading="lazy" referrerpolicy="no-referrer-when-downgrade"
|
||||||
|
allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<section class="matrix-report-viewer__empty" role="status">
|
||||||
|
<strong>Location unavailable</strong>
|
||||||
|
<span>No GPS coordinates were recorded for this verification.</span>
|
||||||
|
</section>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Reporting</title>
|
<title>Cygnus 1.0 | Reporting</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,41 +19,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="negupdreq" id="negupdreq" modelAttribute="negUpdreq" >
|
<form:form method="post" name="negupdreq" id="negupdreq" modelAttribute="negUpdreq" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reporting</span>
|
<span class="matrix-title-text" align="absmiddle">Reporting</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filternegupdreq','_parent','negUpdreq')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filternegupdreq','_parent','negUpdreq')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" align="left"><b>Filters</b></td>
|
<td colspan="2" align="left"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -81,9 +83,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="280">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;" width="280">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;width:270px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;width:270px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -96,9 +98,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Statatics</b></td>
|
<td><b>Statatics</b></td>
|
||||||
<td></td><td></td><td></td>
|
<td></td><td></td><td></td>
|
||||||
@@ -120,9 +122,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>No of Requests</b></td>
|
<td><b>No of Requests</b></td>
|
||||||
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
||||||
@@ -142,8 +144,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25"><b>S.No</b></th>
|
<th width="25"><b>S.No</b></th>
|
||||||
@@ -199,7 +201,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
NegRepCalc();
|
NegRepCalc();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Office Verification Report</title>
|
<title>Cygnus 1.0 | Office Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/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/jquery.form.js" type="text/javascript"></script>
|
||||||
@@ -35,18 +35,23 @@
|
|||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Office Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Office Verification Report</span>
|
||||||
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('O')">Tag Docs</div>
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('O')">Tag Docs</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
@@ -73,7 +78,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -208,15 +213,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -463,13 +468,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_a) -->
|
<!-- Form (Section3_a) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Salaried Details</span>
|
<span class="matrix-title-text" align="absmiddle">Salaried Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSaldetails" class="FormPanel">
|
<div id="divSaldetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_a">
|
<td id="s3_a">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -579,13 +584,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_b) -->
|
<!-- Form (Section3_b) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Self Employed Details</span>
|
<span class="matrix-title-text" align="absmiddle">Self Employed Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSelfempdetails" class="FormPanel">
|
<div id="divSelfempdetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_b">
|
<td id="s3_b">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -731,15 +736,15 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" class="table-observation" width="99%">
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -769,14 +774,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
</td>
|
</td>
|
||||||
@@ -791,13 +796,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -875,15 +880,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1041,14 +1046,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleSupervisor' class="title">
|
<div id='titleSupervisor' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1178,14 +1183,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title">
|
<div id='titleDedupe' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1219,9 +1224,9 @@
|
|||||||
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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"))
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
||||||
{
|
{
|
||||||
@@ -1254,7 +1259,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
$("#btnautorem").hide();
|
$("#btnautorem").hide();
|
||||||
@@ -1279,7 +1283,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Office Verification Report</title>
|
<title>Cygnus 1.0 | Office Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/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/jquery.form.js" type="text/javascript"></script>
|
||||||
@@ -35,18 +35,23 @@
|
|||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Office Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Office Verification Report</span>
|
||||||
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('O')">Tag Docs</div>
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('O')">Tag Docs</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
@@ -73,7 +78,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -207,15 +212,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -462,13 +467,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_a) -->
|
<!-- Form (Section3_a) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Salaried Details</span>
|
<span class="matrix-title-text" align="absmiddle">Salaried Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSaldetails" class="FormPanel">
|
<div id="divSaldetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_a">
|
<td id="s3_a">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -578,13 +583,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_b) -->
|
<!-- Form (Section3_b) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Self Employed Details</span>
|
<span class="matrix-title-text" align="absmiddle">Self Employed Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSelfempdetails" class="FormPanel">
|
<div id="divSelfempdetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_b">
|
<td id="s3_b">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -730,15 +735,15 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" class="table-observation" width="99%">
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -768,14 +773,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
</td>
|
</td>
|
||||||
@@ -790,13 +795,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -874,15 +879,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1039,14 +1044,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleSupervisor' class="title">
|
<div id='titleSupervisor' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1176,14 +1181,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title">
|
<div id='titleDedupe' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1217,9 +1222,9 @@
|
|||||||
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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"))
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
||||||
{
|
{
|
||||||
@@ -1252,7 +1257,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
$("#btnautorem").hide();
|
$("#btnautorem").hide();
|
||||||
@@ -1277,7 +1281,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Office Verification Report</title>
|
<title>Cygnus 1.0 | Office Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -24,18 +24,23 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Office Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Office Verification Report</span>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
{
|
{
|
||||||
@@ -60,7 +65,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -194,14 +199,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -434,13 +439,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_a) -->
|
<!-- Form (Section3_a) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Salaried Details</span>
|
<span class="matrix-title-text" align="absmiddle">Salaried Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSaldetails" class="FormPanel">
|
<div id="divSaldetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_a">
|
<td id="s3_a">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -550,13 +555,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3_b) -->
|
<!-- Form (Section3_b) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Self Employed Details</span>
|
<span class="matrix-title-text" align="absmiddle">Self Employed Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divSelfempdetails" class="FormPanel">
|
<div id="divSelfempdetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_b">
|
<td id="s3_b">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -702,15 +707,15 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -740,14 +745,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
</td>
|
</td>
|
||||||
@@ -762,13 +767,13 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -846,15 +851,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -953,14 +958,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleSupervisor' class="title">
|
<div id='titleSupervisor' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | ${offDetails.getVerifiercode() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1090,14 +1095,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title">
|
<div id='titleDedupe' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1130,9 +1135,9 @@
|
|||||||
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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)
|
if(session.getAttribute("userrole")==null)
|
||||||
{
|
{
|
||||||
@@ -1159,7 +1164,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
$("#btnautorem").hide();
|
$("#btnautorem").hide();
|
||||||
@@ -1180,7 +1184,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Reporting </title>
|
<title>Cygnus 1.0 | Reporting </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,41 +19,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-page-heading">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reporting</span>
|
<span class="matrix-title-text" align="absmiddle">Reporting</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterreporting','_parent','oprreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterreporting','_parent','oprreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -94,9 +96,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="220">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;" width="220">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
||||||
@@ -114,9 +116,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Statatics</b></td>
|
<td><b>Statatics</b></td>
|
||||||
<td></td><td></td><td></td>
|
<td></td><td></td><td></td>
|
||||||
@@ -141,9 +143,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Pending</b></td>
|
<td><b>Pending</b></td>
|
||||||
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
||||||
@@ -196,8 +198,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25"><b>S.No</b></th>
|
<th width="25"><b>S.No</b></th>
|
||||||
@@ -257,7 +259,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | ${othDetails.product} Verification Report</title>
|
<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/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/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/jquery.form.js" type="text/javascript"></script>
|
||||||
@@ -27,18 +27,23 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="othDetails" id="othDetails" modelAttribute="othDetails" >
|
<form:form method="post" name="othDetails" id="othDetails" modelAttribute="othDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Property / Other Verification Report</span>
|
<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="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>
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('P')">Show Editors</div>
|
||||||
<c:if test="${othDetails.requiredphoto gt 0 }">
|
<c:if test="${othDetails.requiredphoto gt 0 }">
|
||||||
@@ -57,7 +62,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -185,14 +190,14 @@
|
|||||||
<!-- General Details (Section2) -->
|
<!-- General Details (Section2) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle" ><span id="gendetlabel">General Details</span></span>
|
<span class="matrix-title-text" align="absmiddle" ><span id="gendetlabel">General Details</span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget" id="widaddconf">
|
<div class="widget" id="widaddconf">
|
||||||
@@ -257,13 +262,13 @@
|
|||||||
<!-- Observation Details (Section3) -->
|
<!-- Observation Details (Section3) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle"><span id="lblobservation">Observation</span></span>
|
<span class="matrix-title-text" align="absmiddle"><span id="lblobservation">Observation</span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" class="table-observation" width="99%">
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3">
|
<td id="s3">
|
||||||
${othDetails.observationsec}
|
${othDetails.observationsec}
|
||||||
@@ -276,14 +281,14 @@
|
|||||||
<!-- Other Details (Section5) -->
|
<!-- Other Details (Section5) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle"><span id="lblotherdet">Other Details</span></span>
|
<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>
|
<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>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
${othDetails.othersec}
|
${othDetails.othersec}
|
||||||
@@ -296,14 +301,14 @@
|
|||||||
<!-- Verifier's Section (Section6) -->
|
<!-- Verifier's Section (Section6) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -442,14 +447,14 @@
|
|||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleSupervisor' class="title">
|
<div id='titleSupervisor' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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>
|
<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>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -572,14 +577,14 @@
|
|||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title">
|
<div id='titleDedupe' class="title">
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -606,9 +611,9 @@
|
|||||||
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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"))
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
||||||
{
|
{
|
||||||
@@ -640,7 +645,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
hideSupSec('<%=session.getAttribute("usertype").toString()%>','P');
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','P');
|
||||||
@@ -652,7 +656,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
||||||
|
|||||||
@@ -1,71 +1,54 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="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" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1" />
|
||||||
<title>Nimble 1.0 | Office Verification Report</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<title>Cygnus 1.0 | Verification Photos</title>
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" />
|
||||||
<script language="javascript" src="/matrix/js/jquery.multirotation.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" />
|
||||||
<style type="text/css">
|
<link href="/matrix/css/report-viewer-v4.css?v=1" rel="stylesheet" />
|
||||||
div {
|
<script src="/matrix/js/matrix-dialog-child.js?v=2" defer></script>
|
||||||
text-align: center;
|
<script src="/matrix/js/photo-viewer-v4.js?v=1" defer></script>
|
||||||
margin: auto
|
<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" />
|
||||||
div.container {
|
|
||||||
position: relative;
|
|
||||||
margin: auto;
|
|
||||||
width: 300px;
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
div.rotable {
|
|
||||||
position: absolute;
|
|
||||||
left: 5px;
|
|
||||||
top: 92px
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-report-viewer">
|
||||||
<div id='PageFrame'>
|
<main class="matrix-report-viewer__page">
|
||||||
<div id="formcontainer" style="width:845px;margin-top:5px;position:absolute;z-index:-1">
|
<header class="matrix-report-viewer__heading">
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<div><h1>Verification Photos</h1><p>Select a photo to inspect it at a larger size.</p></div>
|
||||||
<div>
|
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Close</button>
|
||||||
<!-- Title -->
|
</header>
|
||||||
<div id='title' class="title">
|
<c:choose>
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<c:when test="${not empty photolist}">
|
||||||
<span id="title" align="absmiddle">Photo Viewer</span>
|
<section class="matrix-photo-grid" aria-label="Verification photos">
|
||||||
|
<c:forEach items="${photolist}" var="photo" varStatus="status">
|
||||||
|
<button type="button" class="matrix-photo-grid__item" data-photo-index="${status.index}">
|
||||||
|
<img id="photo-${status.index}" src="${photo}" loading="lazy"
|
||||||
|
alt="Verification photo ${status.count}" />
|
||||||
|
<span>Photo ${status.count}</span>
|
||||||
|
</button>
|
||||||
|
</c:forEach>
|
||||||
|
</section>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<section class="matrix-report-viewer__empty" role="status">
|
||||||
|
<strong>No photos available</strong>
|
||||||
|
<span>No verification photos were found for this case.</span>
|
||||||
|
</section>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
|
</main>
|
||||||
|
<dialog class="matrix-photo-preview" id="photoPreview">
|
||||||
|
<div class="matrix-photo-preview__toolbar">
|
||||||
|
<strong>Photo preview</strong>
|
||||||
|
<div>
|
||||||
|
<button type="button" class="btn btn-outline-secondary btn-sm" id="rotatePhoto">Rotate</button>
|
||||||
|
<button type="button" class="btn btn-secondary btn-sm" id="closePhotoPreview">Close</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
|
||||||
<div id="divCase" class="FormPanel">
|
|
||||||
<c:forEach items="${photolist}" var="photo" varStatus="status">
|
|
||||||
<div class="widget" style="width:410px;border:1px solid #C3C3C3">
|
|
||||||
<div class="lblcontainer" onclick="$('#preview').attr('src',$('#img-${status.index}').attr('src'));$('.container').show()">
|
|
||||||
<img id="img-${status.index}" src="http://192.168.10.219:8383/${photo}" height="400" width="400" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="matrix-photo-preview__canvas"><img id="previewPhoto" src="" alt="Selected verification photo" /></div>
|
||||||
</c:forEach>
|
</dialog>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container" style="position:fixed;width:100%;top:0;background-color:#F1F1F1;margin:0 auto">
|
|
||||||
<div id="img_test" class="rotable" >
|
|
||||||
<img src="" id="preview" />
|
|
||||||
</div>
|
|
||||||
<div style="line-height:30px;background-color:#C3C3C3;text-align:center" onclick="$('.container').hide()">Close</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<script type="text/javascript" language="javascript">
|
|
||||||
$(".container").hide();
|
|
||||||
$("#img_test").click(function () {
|
|
||||||
$(this).rotate({ angle: 90,speed: 0.5 });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Reporting (Quality Check) </title>
|
<title>Cygnus 1.0 | Reporting (Quality Check) </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -21,41 +21,43 @@
|
|||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
<form:form method="post" name="oprreporting" id="oprreporting" modelAttribute="oprReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reporting</span>
|
<span class="matrix-title-text" align="absmiddle">Reporting</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterqcreporting','_parent','oprreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterqcreporting','_parent','oprreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;width:350px">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;width:350px">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -106,9 +108,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;width:300px">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;width:300px">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Done Between</b></td>
|
<td colspan="2"><b>Done Between</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -164,9 +166,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divsorting" class="FormPanel" style="height:160px">
|
<div id="divsorting" class="FormPanel" style="height:160px">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
||||||
@@ -184,9 +186,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%;display:none">
|
<div class="FormPanel" style="height:100%;display:none">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Statatics</b></td>
|
<td><b>Statatics</b></td>
|
||||||
<td></td><td></td><td></td>
|
<td></td><td></td><td></td>
|
||||||
@@ -211,9 +213,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border-right:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border-right:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%;display:none">
|
<div class="FormPanel" style="height:100%;display:none">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Pending</b></td>
|
<td><b>Pending</b></td>
|
||||||
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
||||||
@@ -266,8 +268,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25"><b>S.No</b></th>
|
<th width="25"><b>S.No</b></th>
|
||||||
@@ -347,7 +349,6 @@
|
|||||||
$('.datePicker').datepicker();
|
$('.datePicker').datepicker();
|
||||||
fillScannerDD();
|
fillScannerDD();
|
||||||
});
|
});
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
|
|
||||||
function fillScannerDD(){
|
function fillScannerDD(){
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Quality Control </title>
|
<title>Cygnus 1.0 | Quality Control </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -18,41 +18,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-page-heading">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Scanning</span>
|
<span class="matrix-title-text" align="absmiddle">Scanning</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -115,9 +117,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="220">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;" width="220">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" style="width98%;margin-top:2px">
|
<table align="center" class="matrix-form-controls" style="width98%;margin-top:2px">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
||||||
@@ -135,9 +137,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Statatics</b></td>
|
<td><b>Statatics</b></td>
|
||||||
<td></td><td></td><td></td>
|
<td></td><td></td><td></td>
|
||||||
@@ -163,9 +165,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" style="color:#e83d01;padding:1px"><b>Pending</b></td>
|
<td align="center" style="color:#e83d01;padding:1px"><b>Pending</b></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
@@ -235,8 +237,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="15"></th>
|
<th width="15"></th>
|
||||||
@@ -381,7 +383,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
CheckSelPorts();
|
CheckSelPorts();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Reference Verification Report</title>
|
<title>Cygnus 1.0 | Reference Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -24,18 +24,23 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="refDetails" id="refDetails" modelAttribute="refDetails" >
|
<form:form method="post" name="refDetails" id="refDetails" modelAttribute="refDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Reference Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Reference Verification Report</span>
|
||||||
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('RT')">Show Editors</div>
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('RT')">Show Editors</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr"))
|
if(session.getAttribute("usertype").toString().equals("mgr"))
|
||||||
@@ -49,7 +54,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -162,14 +167,14 @@
|
|||||||
<!-- 1st Referee Details (Section2) -->
|
<!-- 1st Referee Details (Section2) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">1st Refree Details</span>
|
<span class="matrix-title-text" align="absmiddle">1st Refree Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2(a)) -->
|
<!-- Form (Section2(a)) -->
|
||||||
<div id="divRef1det" class="FormPanel">
|
<div id="divRef1det" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2_1">
|
<td id="s2_1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -251,14 +256,14 @@
|
|||||||
<!-- 2nd Referee Details (Section2) -->
|
<!-- 2nd Referee Details (Section2) -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">2nd Refree Details</span>
|
<span class="matrix-title-text" align="absmiddle">2nd Refree Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2(a)) -->
|
<!-- Form (Section2(a)) -->
|
||||||
<div id="divRef2det" class="FormPanel">
|
<div id="divRef2det" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2_1">
|
<td id="s2_1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -347,9 +352,9 @@
|
|||||||
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
||||||
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;float:right" value="Exit" id="btncancel" accesskey="E" onclick="MatrixDialog.close(0)" />
|
||||||
<input type="button" class="button" name="btncompsave" style="float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('refDetails',1,'rt');" />
|
<input type="button" class="button" name="btncompsave" style="float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('refDetails',1,'rt');" />
|
||||||
<input type="button" class="button" name="btnsave" style="float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('refDetails',0,'rt');" />
|
<input type="button" class="button" name="btnsave" style="float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('refDetails',0,'rt');" />
|
||||||
</div>
|
</div>
|
||||||
@@ -359,7 +364,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
</script>
|
</script>
|
||||||
@@ -369,7 +373,7 @@
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv ="X-UA-Compatible" content = "IE=edge" />
|
<meta http-equiv ="X-UA-Compatible" content = "IE=edge" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Residence Verification Report</title>
|
<title>Cygnus 1.0 | Residence Verification Report</title>
|
||||||
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
<script src="/matrix/js/appjs/reporting.js?ver=8" type="text/javascript"></script>
|
<script src="/matrix/js/appjs/reporting.js?ver=8" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/appjs/common.js?v=3" type="text/javascript"></script>
|
<script src="/matrix/js/appjs/common.js?v=3" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<script type="text/javascript">window.onbeforeunload =function(){onReportClose('${resiDetails.getUuid()}','r');};</script>
|
<script type="text/javascript">window.onbeforeunload =function(){onReportClose('${resiDetails.getUuid()}','r');};</script>
|
||||||
<script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script>
|
<script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/appjs/autorem.js?ver=4" type="text/javascript"></script>
|
<script src="/matrix/js/appjs/autorem.js?ver=4" type="text/javascript"></script>
|
||||||
@@ -35,17 +36,21 @@
|
|||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Residence Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Residence Verification Report</span>
|
||||||
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('R')">Tag Docs</div>
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('R')">Tag Docs</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
@@ -81,7 +86,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -208,15 +213,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -522,14 +527,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" class="table-observation" width="99%">
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3">
|
<td id="s3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -739,15 +744,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
</td>
|
</td>
|
||||||
@@ -761,14 +766,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -845,15 +850,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1011,14 +1016,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="title" id="titleSupervisor" >
|
<div class="title" id="titleSupervisor" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1147,14 +1152,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title" >
|
<div id='titleDedupe' class="title" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1186,9 +1191,9 @@
|
|||||||
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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"))
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
||||||
{
|
{
|
||||||
@@ -1221,7 +1226,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
||||||
@@ -1244,7 +1248,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv ="X-UA-Compatible" content = "IE=edge" />
|
<meta http-equiv ="X-UA-Compatible" content = "IE=edge" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Residence Verification Report</title>
|
<title>Cygnus 1.0 | Residence Verification Report</title>
|
||||||
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery.form.js" type="text/javascript"></script>
|
||||||
@@ -35,17 +35,22 @@
|
|||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<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>
|
</head>
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Residence Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Residence Verification Report</span>
|
||||||
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('R')">Tag Docs</div>
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('R')">Tag Docs</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
@@ -81,7 +86,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -207,15 +212,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -521,14 +526,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" class="table-observation" width="99%">
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3">
|
<td id="s3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -738,15 +743,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
</td>
|
</td>
|
||||||
@@ -760,14 +765,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -844,15 +849,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1009,14 +1014,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="title" id="titleSupervisor" >
|
<div class="title" id="titleSupervisor" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | <c:choose><c:when test="${ resiDetails.getVerifiercode() eq 'VS' && (resiDetails.getPortfolioid()==64 || resiDetails.getPortfolioid()==65 || resiDetails.getPortfolioid()==66 || resiDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${resiDetails.getVerifiercode()}</c:otherwise></c:choose> | ${resiDetails.getBranchname() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1145,14 +1150,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title" >
|
<div id='titleDedupe' class="title" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1184,9 +1189,9 @@
|
|||||||
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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"))
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
||||||
{
|
{
|
||||||
@@ -1219,7 +1224,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
||||||
@@ -1242,7 +1246,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Residence Verification Report</title>
|
<title>Cygnus 1.0 | Residence Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -24,18 +24,23 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
<form:form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Residence Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Residence Verification Report</span>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
||||||
{
|
{
|
||||||
@@ -60,7 +65,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -186,14 +191,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">General Details</span>
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -484,14 +489,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/obsdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Observation</span>
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divObservation" class="FormPanel">
|
<div id="divObservation" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3">
|
<td id="s3">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -686,15 +691,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/neighdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Neighbours Feedback</span>
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section4) -->
|
<!-- Form (Section4) -->
|
||||||
<div id="divNeighbour" class="FormPanel">
|
<div id="divNeighbour" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s4">
|
<td id="s4">
|
||||||
</td>
|
</td>
|
||||||
@@ -708,14 +713,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Other Details</span>
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section5) -->
|
<!-- Form (Section5) -->
|
||||||
<div id="divOther" class="FormPanel">
|
<div id="divOther" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s5">
|
<td id="s5">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -792,15 +797,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier's Input</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
||||||
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section6) -->
|
<!-- Form (Section6) -->
|
||||||
<div id="divVerifier" class="FormPanel">
|
<div id="divVerifier" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s6">
|
<td id="s6">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -899,14 +904,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="title" id="titleSupervisor" >
|
<div class="title" id="titleSupervisor" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Supervisor</span>
|
<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">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${resiDetails.getCustomername()} | ${resiDetails.getProduct() } | ${resiDetails.getVerifiercode() } | ${resiDetails.getOprsend()} | ${resiDetails.getLoanamount() })</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section7) -->
|
<!-- Form (Section7) -->
|
||||||
<div id="divSupervisor" class="FormPanel">
|
<div id="divSupervisor" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s7">
|
<td id="s7">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1036,14 +1041,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='titleDedupe' class="title" >
|
<div id='titleDedupe' class="title" >
|
||||||
<img id="icon" src="/matrix/images/supdet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Dedupe</span>
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
||||||
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section8) -->
|
<!-- Form (Section8) -->
|
||||||
<div id="divDedupe" class="FormPanel">
|
<div id="divDedupe" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s8">
|
<td id="s8">
|
||||||
</td>
|
</td>
|
||||||
@@ -1074,9 +1079,9 @@
|
|||||||
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
<input type="hidden" id="cuuid" name="cuuid" value="0" />
|
||||||
<form:hidden path="lastfocused" />
|
<form:hidden path="lastfocused" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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)
|
if(session.getAttribute("userrole")==null)
|
||||||
{
|
{
|
||||||
@@ -1102,7 +1107,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','R');
|
||||||
@@ -1121,7 +1125,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Scanning </title>
|
<title>Cygnus 1.0 | Scanning </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
@@ -57,36 +56,39 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-page-heading">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Scanning</span>
|
<span class="matrix-title-text" align="absmiddle">Scanning</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
<div id="FormPanel1" class="FormPanel" style="height:100%" >
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -149,12 +151,12 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="220">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" width="220">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" style="width98%;margin-top:2px">
|
<table align="center" class="matrix-form-controls" style="width98%;margin-top:2px">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;width:130px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Verifier</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">VER</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="overflow:auto;padding:0px;vertical-align:top;border:1px solid #a7abb4">
|
<td style="overflow:auto;padding:0px;vertical-align:top;border:1px solid #a7abb4">
|
||||||
@@ -169,9 +171,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan = 2><b>Statatics</b></td>
|
<td colspan = 2><b>Statatics</b></td>
|
||||||
<td rowspan="6" colspan="2" id="starreport" valign="top"></td>
|
<td rowspan="6" colspan="2" id="starreport" valign="top"></td>
|
||||||
@@ -200,9 +202,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td id="statisticsBreakdown" class="matrix-report-card matrix-report-card--breakdown" valign="top">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" style="color:#e83d01;padding:1px"><b>Pending</b></td>
|
<td align="center" style="color:#e83d01;padding:1px"><b>Pending</b></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
@@ -272,8 +274,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="15"></th>
|
<th width="15"></th>
|
||||||
@@ -418,7 +420,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
CheckSelPorts();
|
CheckSelPorts();
|
||||||
$(document).ready(function (){
|
$(document).ready(function (){
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Scanning </title>
|
<title>Cygnus 1.0 | Scanning </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -18,41 +18,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
<form:form method="post" name="scanreporting" id="scanreporting" modelAttribute="scanReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title matrix-page-heading">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Scanning</span>
|
<span class="matrix-title-text" align="absmiddle">Scanning</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filterscangrid','_parent','scanreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div id="FormPanel1" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="100%">
|
<table align="center" class="matrix-form-controls" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" ><b>Filters</b></td>
|
<td colspan="2" ><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -110,8 +112,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="15"></th>
|
<th width="15"></th>
|
||||||
@@ -256,7 +258,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Residence Verification Report</title>
|
<title>Cygnus 1.0 | Telecalling Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -23,23 +23,28 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
<form method="post" name="resiDetails" id="resiDetails" modelAttribute="resiDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Case Details</span>
|
<span class="matrix-title-text" align="absmiddle">Case Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -102,14 +107,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Resi Telecalling</span>
|
<span class="matrix-title-text" align="absmiddle">Resi Telecalling</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2) -->
|
<!-- Form (Section2) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2">
|
<td id="s2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -366,14 +371,14 @@
|
|||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Office Telecalling</span>
|
<span class="matrix-title-text" align="absmiddle">Office Telecalling</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3) -->
|
<!-- Form (Section3) -->
|
||||||
<div id="divGeneral" class="FormPanel">
|
<div id="divGeneral" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -637,9 +642,11 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Exit" id="btncancel" accesskey="E" onclick="window.returnValue=0;window.close()" />
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;margin-top:5px;float:right" value="Exit" id="btncancel" accesskey="E" onclick="MatrixDialog.close(0)" />
|
||||||
<input type="button" class="button" name="btncompsave" style="margin-top:5px;float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('resiDetails',1,'r');" />
|
<input type="button" class="button" name="btncompsave" style="margin-top:5px;float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('resiDetails',1,'r');" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('resiDetails',0,'r');" />
|
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('resiDetails',0,'r');" />
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Telecalling </title>
|
<title>Cygnus 1.0 | Telecalling </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -19,41 +19,43 @@
|
|||||||
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/reporting.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="/matrix/css/flexigrid.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/role-batch-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/scanning-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=9" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=3" 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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-shell matrix-batch-v2 matrix-scanning-page matrix-scanning-queue">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-reporting-workspace">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:95%;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="telreporting" id="telreporting" modelAttribute="telReporting" >
|
<form:form method="post" name="telreporting" id="telreporting" modelAttribute="telReporting" >
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Telecalling</span>
|
<span class="matrix-title-text" align="absmiddle">Telecalling</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filtertelgrid','_parent','telreporting')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('filtertelgrid','_parent','telreporting')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Filter, Sorting and Statatics Section) -->
|
<!-- Form (Filter, Sorting and Statatics Section) -->
|
||||||
<table border="0" style="width:100%" cellspacing="0">
|
<table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="filter" valign="top" style="border:1px solid #a7abb4;">
|
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="FormPanel1" class="FormPanel" style="height:100%">
|
<div id="FormPanel1" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" width="100%">
|
<table align="center" class="matrix-form-controls" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Filters</b></td>
|
<td colspan="2"><b>Filters</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -81,9 +83,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="sorting" valign="top" style="border:1px solid #a7abb4;" width="220">
|
<td id="sorting" class="matrix-report-card matrix-report-card--selection" valign="top" style="border:1px solid #a7abb4;" width="220">
|
||||||
<div id="divsorting" class="FormPanel" style="height:100%">
|
<div id="divsorting" class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls" width="98%">
|
<table align="center" class="matrix-form-controls" width="98%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
<td class="title" style="height:10px;border:1px solid #a7abb4;font-weight:bold;text-align:center;vertical-align:middle;">Portfolio</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -96,13 +98,13 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td id="statatics" valign="top" style="border:1px solid #a7abb4;">
|
<td class="matrix-report-card matrix-report-card--summary" valign="top" style="border:1px solid #a7abb4;">
|
||||||
<div id="divstatatics" class="FormPanel" style="height:100%">
|
<div class="FormPanel" style="height:100%">
|
||||||
<table align="center" id="FormControls">
|
<table align="center" class="matrix-form-controls">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Pending</b></td>
|
<td><b>Pending</b></td>
|
||||||
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
<td><form:input readonly="true" path="pending" style="width:30px;font-weight:bold" /></td>
|
||||||
@@ -155,8 +157,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="border:1px solid #a7abb4;">
|
<div class="matrix-report-grid">
|
||||||
<table width="100%" id="casetable">
|
<table class="matrix-data-grid" width="100%" id="casetable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25"><b>S.No</b></th>
|
<th width="25"><b>S.No</b></th>
|
||||||
@@ -209,7 +211,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Telephonic Verification Report</title>
|
<title>Cygnus 1.0 | Telephonic Verification Report</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -24,18 +24,23 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-report-form matrix-report-form--legacy">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<div id="formcontainer" style="width:96%;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
||||||
<form:form method="post" name="tvrDetails" id="tvrDetails" modelAttribute="tvrDetails" >
|
<form:form method="post" name="tvrDetails" id="tvrDetails" modelAttribute="tvrDetails" >
|
||||||
<!-- Case Details (Section1) Visible for all portfolios-->
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Telephonic Verification Report</span>
|
<span class="matrix-title-text" align="absmiddle">Telephonic Verification Report</span>
|
||||||
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('T')">Show Editors</div>
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('T')">Show Editors</div>
|
||||||
<%
|
<%
|
||||||
if(session.getAttribute("usertype").toString().equals("mgr"))
|
if(session.getAttribute("usertype").toString().equals("mgr"))
|
||||||
@@ -49,7 +54,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section1) -->
|
<!-- Form (Section1) -->
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s1">
|
<td id="s1">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -170,14 +175,14 @@
|
|||||||
<!-- Case Details (Section2) Visible if RTV is initiated -->
|
<!-- Case Details (Section2) Visible if RTV is initiated -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Residence Details</span>
|
<span class="matrix-title-text" align="absmiddle">Residence Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2(a)) -->
|
<!-- Form (Section2(a)) -->
|
||||||
<div id="divResdetails" class="FormPanel">
|
<div id="divResdetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2_1">
|
<td id="s2_1">
|
||||||
<%
|
<%
|
||||||
@@ -537,7 +542,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section2(b)) -->
|
<!-- Form (Section2(b)) -->
|
||||||
<div id="divResremarks" class="FormPanel">
|
<div id="divResremarks" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s2_2">
|
<td id="s2_2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -584,14 +589,14 @@
|
|||||||
<!-- Case Details (Section3) Visible if OTV is initiated -->
|
<!-- Case Details (Section3) Visible if OTV is initiated -->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/genraldet.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Office Details</span>
|
<span class="matrix-title-text" align="absmiddle">Office Details</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3(a)) -->
|
<!-- Form (Section3(a)) -->
|
||||||
<div id="divOffdetails" class="FormPanel">
|
<div id="divOffdetails" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_1">
|
<td id="s3_1">
|
||||||
<%
|
<%
|
||||||
@@ -996,7 +1001,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Form (Section3(b)) -->
|
<!-- Form (Section3(b)) -->
|
||||||
<div id="divOffremarks" class="FormPanel">
|
<div id="divOffremarks" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<table align="center" class="matrix-form-controls" width="99%">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="s3_2">
|
<td id="s3_2">
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -1052,9 +1057,9 @@
|
|||||||
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
||||||
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div style="position:fixed;text-align:right;bottom:0px;width:96%" class="buttonbar">
|
<div class="buttonbar matrix-report-form__actions">
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<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="window.returnValue=0;window.close()" />
|
<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)
|
if(session.getAttribute("userrole")==null)
|
||||||
{
|
{
|
||||||
@@ -1081,7 +1086,6 @@ if(session.getAttribute("userrole")==null)
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setLostFocus();
|
setLostFocus();
|
||||||
setFocOnControl();
|
setFocOnControl();
|
||||||
</script>
|
</script>
|
||||||
@@ -1091,7 +1095,7 @@ if(session.getAttribute("userrole")==null)
|
|||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${msg=='closed' && status==true}">
|
<c:if test="${msg=='closed' && status==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -1,140 +1,80 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
|
||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<!doctype html>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<html lang="en">
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1">
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Cygnus 1.0 | Add Email ID</title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/ui/jquery-ui.js" type="text/javascript"></script>
|
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/portfolio.js" type="text/javascript"></script>
|
<script src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
||||||
|
<script src="/matrix/js/appjs/portfolio.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" 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" />
|
|
||||||
|
|
||||||
<title>Nimble 1.0 | Add EmailID</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-dialog-form">
|
||||||
<div id='PageFrame'>
|
<main class="matrix-dialog-form__content">
|
||||||
<!-- Title Bar -->
|
<form:form method="post" name="addemail" id="addemail" modelAttribute="addemail">
|
||||||
<div id='title' class="title">
|
<section class="card matrix-dialog-form__card">
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div class="card-header d-flex align-items-center gap-2">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
<img src="/matrix/images/add_email.png" alt="" width="16" height="16" />
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
<span>Add Email ID</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<div class="card-body">
|
||||||
<div id="formcontainer" style="width:450px;margin-top:5px;position:absolute;z-index:-1">
|
<div class="row g-2">
|
||||||
<!-- Title -->
|
<div class="col-sm-6">
|
||||||
<div id='title' class="title">
|
<label for="portfolio" class="form-label">Portfolio</label>
|
||||||
<img id="icon" src="/matrix/images/add_email.png" align="absmiddle" />
|
<form:select path="portfolio" cssClass="form-select form-select-sm" onchange="fetchBranch(this.value)" onblur="validate(this,'t','')">
|
||||||
<span id="title" align="absmiddle">Add Email ID</span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<div id="FormPanel" class="FormPanel">
|
|
||||||
<form:form method="post" modelAttribute="addemail" >
|
|
||||||
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
Portfolio
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divver" style="width:300px;">
|
|
||||||
<form:select path="portfolio" multiple="false" style="width:318px" onchange="fetchBranch(this.value)" onblur="validate(this,'t','')">
|
|
||||||
<option value="-1" selected>---</option>
|
|
||||||
<c:forEach items="${portlist}" var="port">
|
|
||||||
<form:option value="${port[0]}" label="${port[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
Branch
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divsbelt" style="width:300px;">
|
|
||||||
<form:select path="branch" multiple="false" style="width:318px" onblur="validate(this,'t','')">
|
|
||||||
<option value="-1">---</option>
|
<option value="-1">---</option>
|
||||||
<c:forEach items="${branchlist}" var="branch">
|
<c:forEach items="${portlist}" var="port"><form:option value="${port[0]}" label="${port[1]}" /></c:forEach>
|
||||||
<form:option value="${branch[0]}" label="${branch[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<label for="branch" class="form-label">Branch</label>
|
||||||
|
<form:select path="branch" cssClass="form-select form-select-sm" onblur="validate(this,'t','')">
|
||||||
|
<option value="-1">---</option>
|
||||||
|
<c:forEach items="${branchlist}" var="branch"><form:option value="${branch[0]}" label="${branch[1]}" /></c:forEach>
|
||||||
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<label for="contactperson" class="form-label">Name</label>
|
||||||
|
<form:input path="contactperson" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaSpace')" />
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="col-sm-6">
|
||||||
<div class="lblcontainer" style="padding-top:7px;width:100px">
|
<label for="emailid" class="form-label">Email ID</label>
|
||||||
Name
|
<form:input path="emailid" cssClass="form-control form-control-sm" onblur="validate(this,'t','Email')" />
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="col-sm-6">
|
||||||
<form:input path="contactperson" class="textbox" style="width:288px;" onblur="validate(this,'t','AlphaSpace');" />
|
<label for="recipienttype" class="form-label">Recipient type</label>
|
||||||
</div>
|
<form:select path="recipienttype" cssClass="form-select form-select-sm">
|
||||||
</div>
|
<form:option value="2" label="CC" />
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="padding-top:7px;width:100px">
|
|
||||||
Email ID
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="emailid" class="textbox" style="width:288px;" onblur="validate(this,'t','Email');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:100px">
|
|
||||||
Type
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divsbelt" style="width:300px">
|
|
||||||
<form:select path="recipienttype" multiple="false" style="width:318px">
|
|
||||||
<form:option value="2" label="CC" selected="selected" />
|
|
||||||
<form:option value="1" label="TO" />
|
<form:option value="1" label="TO" />
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</section>
|
||||||
</tr>
|
<footer class="matrix-dialog-form__actions">
|
||||||
<tr>
|
<button type="button" class="btn btn-outline-secondary btn-sm" id="btncancel" accesskey="C" onclick="MatrixDialog.close(${not empty msg ? 1 : 0})">Close</button>
|
||||||
<td>
|
<button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateNAddEmail()">Save</button>
|
||||||
<input type="button" class="button" name="btnsave" value="Save" style="margin-top:3px" id="btnsave" accesskey="S" title="Save email id" onclick="ValidateNAddEmail()" />
|
</footer>
|
||||||
<input type="button" class="button" name="btncancel" value="Close" style="margin-top:3px" id="btncancel" accesskey="C" title="Save email id" onclick='<c:if test="${not empty msg}">window.returnValue=1;</c:if> window.close();' />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
<script type="text/javascript">InitPage();</script>
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
|
||||||
<c:if test="${not empty msg}">
|
<c:if test="${not empty msg}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',5000,200,300); </script>
|
<script type="text/javascript">CallMessage('${msg}', 5000, 200, 300);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,12 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Belt Information </title>
|
<title>Cygnus 1.0 | Belt Information </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -21,87 +22,50 @@
|
|||||||
<link href="/matrix/css/div.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/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-dialog-form">
|
||||||
<div id='PageFrame'>
|
<main class="matrix-dialog-form__content">
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="belt" id="belt" modelAttribute="belt" >
|
<form:form method="post" name="belt" id="belt" modelAttribute="belt" >
|
||||||
<!-- Verifier Details (Section1) -->
|
<section class="card matrix-dialog-form__card">
|
||||||
<div>
|
<div class="card-header d-flex align-items-center gap-2"><img src="/matrix/images/route.png" alt="" width="16" height="16" /><span>Belt Information</span></div>
|
||||||
<!-- Title -->
|
<div class="card-body">
|
||||||
<div id='title' class="title">
|
<div class="row g-3">
|
||||||
<img id="icon" src="/matrix/images/route.png" align="absmiddle" />
|
<div class="col-12"><label for="beltname" class="form-label required">Name</label><form:input path="beltname" maxlength="50" cssClass="form-control form-control-sm" onblur="validate(this,'t','Remarks')" /></div>
|
||||||
<span id="title" align="absmiddle">Belt Information</span>
|
<div class="col-12"><label for="beltdesc" class="form-label">Description</label><form:input path="beltdesc" maxlength="50" cssClass="form-control form-control-sm" onblur="validate(this,'f','Remarks')" /></div>
|
||||||
</div>
|
<div class="col-12"><div class="matrix-dialog-form__section-title">Group verifier assignment</div></div>
|
||||||
<!-- -->
|
|
||||||
<!-- Form (Section1) -->
|
|
||||||
<div id="FormPanel1" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" width="99%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
<font color="red">*</font>Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="beltname" maxlength="50" style="width:250px" onblur="validate(this,'t','Remarks')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
Description
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="beltdesc" maxlength="50" style="width:250px" onblur="validate(this,'f','Remarks')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
<font color="red">*</font>Group
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<c:forEach items="${grouplist}" var="group">
|
<c:forEach items="${grouplist}" var="group">
|
||||||
<div class="widget">
|
<div class="col-6">
|
||||||
<div class="lblcontainer">
|
<label for="groupopt${group[0]}" class="form-label required">${group[0]}</label>
|
||||||
${group[0]}
|
<select id="groupopt${group[0]}" class="form-select form-select-sm" onblur="validate(this,'t','');">
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divgroup${group[0]}" style="width:50px;">
|
|
||||||
<select id="groupopt${group[0]}" style="width:68px" onblur="validate(this,'t','');">
|
|
||||||
<option value="${group[0]},-1" selected>NA</option>
|
<option value="${group[0]},-1" selected>NA</option>
|
||||||
<c:forEach items="${verifierlist}" var="verlist">
|
<c:forEach items="${verifierlist}" var="verlist"><option value="${group[0]},${verlist[0]}">${verlist[1]}</option></c:forEach>
|
||||||
<option value="${group[0]},${verlist[0]}" >${verlist[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
</div>
|
||||||
</div>
|
</section>
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="isactive" />
|
<form:hidden path="isactive" />
|
||||||
<form:hidden path="groupver" />
|
<form:hidden path="groupver" />
|
||||||
<form:hidden path="suuid" />
|
<form:hidden path="suuid" />
|
||||||
<form:hidden path="beltid" />
|
<form:hidden path="beltid" />
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitBelt(1);" />
|
<footer class="matrix-dialog-form__actions">
|
||||||
<c:if test="${belt.isactive == 1}">
|
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Cancel</button>
|
||||||
<input type="button" class="button" name="btndelete" style="margin-top:5px;float:right" value="Delete" id="btndelete" accesskey="D" onclick="ValidateSubmitBelt(0);" />
|
<c:if test="${belt.isactive == 1}"><button type="button" class="btn btn-outline-danger btn-sm" name="btndelete" id="btndelete" accesskey="D" onclick="ValidateSubmitBelt(0);">Delete</button></c:if>
|
||||||
</c:if>
|
<button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateSubmitBelt(1);">Save</button>
|
||||||
|
</footer>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
setVerifiers("${belt.getGroupver()}");
|
setVerifiers("${belt.getGroupver()}");
|
||||||
document.getElementById("beltname").focus();
|
document.getElementById("beltname").focus();
|
||||||
</script>
|
</script>
|
||||||
@@ -110,7 +74,7 @@
|
|||||||
<c:if test="${not empty msg}">
|
<c:if test="${not empty msg}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
<c:if test="${stat==true}">
|
<c:if test="${stat==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue='${retval}'; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close('${retval}');</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,30 +27,32 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Belt Transfer</title>
|
<title>Cygnus 1.0 | Belt Transfer</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-belt-transfer">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:600px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Belt Transfer<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Belt Transfer<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('belttransfer','_parent','belttransfer')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('belttransfer','_parent','belttransfer')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="FormPanel" class="FormPanel">
|
||||||
<form:form name="belttransfer" method="post" id="belttransfer" modelAttribute="btransfer" >
|
<form:form name="belttransfer" method="post" id="belttransfer" modelAttribute="btransfer" >
|
||||||
<c:if test="${mode==0}">
|
<c:if test="${mode==0}">
|
||||||
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
<table align="center" id="filtertab" class="matrix-transfer-filter" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -86,7 +88,7 @@
|
|||||||
<input type="button" class="button" name="btnfind" style="margin-top:3px;float:right;width:25px" id="btnfind" accesskey="S" onclick="ValidateBASearch();" title="search" />
|
<input type="button" class="button" name="btnfind" style="margin-top:3px;float:right;width:25px" id="btnfind" accesskey="S" onclick="ValidateBASearch();" title="search" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="actiontr">
|
<tr id="actiontr" class="matrix-transfer-filter__action">
|
||||||
<td>
|
<td>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="lblcontainer" style="width:60px">
|
<div class="lblcontainer" style="width:60px">
|
||||||
@@ -120,8 +122,8 @@
|
|||||||
<td style="font-size:9pt">Belt</td>
|
<td style="font-size:9pt">Belt</td>
|
||||||
<td width="25" style="font-size:9pt">Group</td>
|
<td width="25" style="font-size:9pt">Group</td>
|
||||||
<td width="25" style="font-size:9pt">Verifier</td>
|
<td width="25" style="font-size:9pt">Verifier</td>
|
||||||
<td width="20" style="font-size:9pt;text-align:center">To</td>
|
<td style="font-size:9pt;text-align:center">To verifier</td>
|
||||||
<td align="center"><input width="20" type="checkbox" id="chkparent" value="" onclick="ToggleChecks('chkcol',this.checked);CheckAllVerifier(this.checked);"></td>
|
<td align="center" title="Select all"><input type="checkbox" id="chkparent" value="" onclick="ToggleChecks('chkcol',this.checked);CheckAllVerifier(this.checked);"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="alloclistbody" class="scrollContent">
|
<tbody id="alloclistbody" class="scrollContent">
|
||||||
@@ -178,7 +180,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
CountRows('${mode}');
|
CountRows('${mode}');
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,23 +27,27 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Case Transfer</title>
|
<title>Cygnus 1.0 | Case Transfer</title>
|
||||||
|
<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" />
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-case-transfer">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Case Transfer<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Case Transfer<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('casetransfer','_parent','casetransfer')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('casetransfer','_parent','casetransfer')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -269,7 +273,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
CountRows('${mode}');
|
CountRows('${mode}');
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -3,11 +3,12 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 |
|
<title>Cygnus 1.0 |
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${colony.colonyid eq 0}">
|
<c:when test="${colony.colonyid eq 0}">
|
||||||
ADD Colony
|
ADD Colony
|
||||||
@@ -31,120 +32,36 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-dialog-form">
|
||||||
<div id='PageFrame'>
|
<main class="matrix-dialog-form__content">
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="colony" id="colony" modelAttribute="colony" >
|
<form:form method="post" name="colony" id="colony" modelAttribute="colony" >
|
||||||
<!-- Verifier Details (Section1) -->
|
<section class="card matrix-dialog-form__card">
|
||||||
<div>
|
<div class="card-header d-flex align-items-center gap-2"><img src="/matrix/images/city.png" alt="" width="16" height="16" /><span>Colony Details</span></div>
|
||||||
<!-- Title -->
|
<div class="card-body"><div class="row g-3">
|
||||||
<div id='title' class="title">
|
<div class="col-8"><label for="clocation" class="form-label required">Colony</label><form:input path="clocation" maxlength="33" cssClass="form-control form-control-sm" onblur="validate(this,'t','SplInstruction')" /></div>
|
||||||
<img id="icon" src="/matrix/images/city.png" align="absmiddle" />
|
<div class="col-4"><label for="czone" class="form-label required">Zone</label><form:input path="czone" maxlength="4" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaNumeric')" /></div>
|
||||||
<span id="title" align="absmiddle">Colony Details</span>
|
<div class="col-12"><label for="carea" class="form-label">Nearby Area</label><form:input path="carea" maxlength="13" cssClass="form-control form-control-sm" onblur="validate(this,'f','SplInstruction')" /></div>
|
||||||
</div>
|
<div class="col-6"><label for="ccity" class="form-label required">City</label><form:select path="ccity" cssClass="form-select form-select-sm"><form:option value="" label="NA" /><c:forEach items="${citylist}" var="cityl"><form:option value="${cityl[0]}" label="${cityl[1]}" /></c:forEach></form:select></div>
|
||||||
<!-- -->
|
<div class="col-6"><label for="pincode" class="form-label required">Pincode</label><form:input path="pincode" maxlength="6" cssClass="form-control form-control-sm" onkeypress="return NumberOnly(event)" /></div>
|
||||||
<!-- Form (Section1) -->
|
<div class="col-8"><label for="beltid" class="form-label required">Belt</label><form:select path="beltid" cssClass="form-select form-select-sm"><form:option value="" label="NA" /><c:forEach items="${beltlist}" var="beltl"><form:option value="${beltl[0]}" label="${beltl[1]}" /></c:forEach></form:select></div>
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div class="col-4"><label for="isactive" class="form-label required">Status</label><form:select path="isactive" cssClass="form-select form-select-sm" onblur="validate(this,'t','');"><form:option value="-1" label="Select" /><form:option value="1" label="Active" /><form:option value="0" label="Left" /></form:select></div>
|
||||||
<table align="center" id="FormControls" width="99%">
|
</div></div>
|
||||||
<tr>
|
</section>
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>Colony
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="clocation" maxlength="33" style="width:200px" onblur="validate(this,'t','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
Nearby Area
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="carea" maxlength="13" style="width:200px" onblur="validate(this,'f','SplInstruction')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>Zone
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="czone" maxlength="4" style="width:40px" onblur="validate(this,'t','AlphaNumeric')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>City
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divcity" style="width:120px;">
|
|
||||||
<form:select path="ccity" style="width:138px" >
|
|
||||||
<option value="" selected>NA</option>
|
|
||||||
<c:forEach items="${citylist}" var="cityl">
|
|
||||||
<form:option value="${cityl[0]}" label="${cityl[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>Pincode
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="pincode" maxlength="6" style="width:100px" onkeypress="return NumberOnly(event)" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>Belt
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divbelt" style="width:200px;">
|
|
||||||
<form:select path="beltid" style="width:218px" >
|
|
||||||
<option value="" selected>NA</option>
|
|
||||||
<c:forEach items="${beltlist}" var="beltl">
|
|
||||||
<form:option value="${beltl[0]}" label="${beltl[1]}" />
|
|
||||||
</c:forEach>
|
|
||||||
</form:select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:110px">
|
|
||||||
<font color="red">*</font>Status
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divactive" style="width:115px;">
|
|
||||||
<form:select path="isactive" multiple="false" style="width:133px" onblur="validate(this,'t','');">
|
|
||||||
<form:option value="-1" label="SELECT" selected="true"/>
|
|
||||||
<form:option value="1" label="Active" />
|
|
||||||
<form:option value="0" label="Left" />
|
|
||||||
</form:select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitColony();" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="colonyid" />
|
<form:hidden path="colonyid" />
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
|
<footer class="matrix-dialog-form__actions"><button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Cancel</button><button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateSubmitColony();">Save</button></footer>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,43 +15,45 @@
|
|||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.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/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/ui/select.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/colony.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/colony.js?v=2" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Colony</title>
|
<title>Cygnus 1.0 | Colony</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-directory-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-directory-page matrix-colony-directory">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:1100px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:750px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form method="post" name="formcolony" id="formcolony">
|
<form method="post" name="formcolony" id="formcolony">
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/city.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Colony List</span>
|
<span class="matrix-title-text" align="absmiddle">Colony List</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listcolony','_parent','formcolony')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listcolony','_parent','formcolony')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="FormPanel" class="FormPanel">
|
||||||
<table align="center" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="crtcoldiv" class="linkbutton" style="float:left" onclick="showBeltInfo(0)"><img src="/matrix/images/route.png" align="absmiddle" /> New Belt</div>
|
<div id="crtcoldiv" class="linkbutton" style="float:left" onclick="showBeltInfo(0)"><img src="/matrix/images/route.png" align="absmiddle" /> New Belt</div>
|
||||||
@@ -189,7 +191,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -26,23 +26,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Delete Case</title>
|
<title>Cygnus 1.0 | Delete Case</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-delete-case">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/query.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Delete Case</span>
|
<span class="matrix-title-text" align="absmiddle">Delete Case</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('deletecase1','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('deletecase1','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -167,7 +169,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -23,32 +23,34 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Manage Email IDs</title>
|
<title>Cygnus 1.0 | Manage Email IDs</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-utilities-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-operations-utility matrix-email-manager">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/emaillist.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/emaillist.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Email ID Manager</span>
|
<span class="matrix-title-text" align="absmiddle">Email ID Manager</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('manageemailids','_parent','emailmanager')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('manageemailids','_parent','emailmanager')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -182,7 +184,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -20,34 +20,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Field Allocation</title>
|
<title>Cygnus 1.0 | Field Allocation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-case-operations matrix-field-allocation">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:900px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="colony" id="colony" modelAttribute="beltAlloc" >
|
<form:form method="post" name="colony" id="colony" modelAttribute="beltAlloc" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/sms.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Colony Allocation</span>
|
<span class="matrix-title-text" align="absmiddle">Colony Allocation</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('colony','_parent','beltAlloc')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('colony','_parent','beltAlloc')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -112,7 +114,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,24 +27,26 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-utilities-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Fraud Bulletin</title>
|
<title>Cygnus 1.0 | Fraud Bulletin</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-operations-utility matrix-fraud-bulletin">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Fraud Bulletin<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Fraud Bulletin<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('getpendingfraudbulletin','_parent','getpendingfraudbulletin')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('getpendingfraudbulletin','_parent','getpendingfraudbulletin')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -82,7 +84,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
function updateAsBroadcasted(negid){
|
function updateAsBroadcasted(negid){
|
||||||
document.getElementById('negid').value = negid;
|
document.getElementById('negid').value = negid;
|
||||||
SubmitForm('getpendingfraudbulletin','_parent','getpendingfraudbulletin');
|
SubmitForm('getpendingfraudbulletin','_parent','getpendingfraudbulletin');
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -25,23 +25,25 @@
|
|||||||
<link href="/matrix/css/div.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/textbox.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-utilities-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Group SMS</title>
|
<title>Cygnus 1.0 | Group SMS</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-operations-utility matrix-group-sms">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:400px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:720px">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/groupsms.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/groupsms.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Group SMS<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Group SMS<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('groupsms','_parent','gsms')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('groupsms','_parent','gsms')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -103,7 +105,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
CountChars();
|
CountChars();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -1,122 +1,85 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|
||||||
pageEncoding="ISO-8859-1"%>
|
|
||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta charset="ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Verifier Information </title>
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<title>Cygnus 1.0 | Holiday Information</title>
|
||||||
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
<script src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/verifier.js" type="text/javascript"></script>
|
<script src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
||||||
|
<script src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/appjs/verifier.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<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>
|
</head>
|
||||||
|
<body class="matrix-v2 matrix-dialog-form">
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<main class="matrix-dialog-form__content">
|
||||||
<div id='PageFrame'>
|
<form:form method="post" name="holiday" id="holiday" modelAttribute="holiday">
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
<section class="card matrix-dialog-form__card">
|
||||||
<form:form method="post" name="holiday" id="holiday" modelAttribute="holiday" >
|
<div class="card-header d-flex align-items-center gap-2">
|
||||||
<!-- Verifier Details (Section1) -->
|
<img src="/matrix/images/cutlist.png" alt="" width="16" height="16" />
|
||||||
<div>
|
<span>Holiday Information</span>
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/cutlist.png" align="absmiddle" />
|
|
||||||
<span id="title" align="absmiddle">Holiday Information</span>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<div class="card-body">
|
||||||
<!-- Form (Section1) -->
|
<div class="row g-3">
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div class="col-5">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<label for="date" class="form-label required">Date</label>
|
||||||
<tr>
|
<form:input path="date" maxlength="10" cssClass="form-control form-control-sm" placeholder="DD/MM/YYYY" onkeydown="return addSlashes(this,event)" onblur="validate(this,'t','Date')" />
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:120px">
|
|
||||||
<font color="red">*</font>Date
|
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="col-7">
|
||||||
<form:input path="date" maxlength="10" style="width:100px" onkeydown="return addSlashes(this,event)" onblur="validate(this,'t','Date')" />
|
<label for="reason" class="form-label required">Reason</label>
|
||||||
|
<form:input path="reason" maxlength="30" cssClass="form-control form-control-sm" onblur="validate(this,'t','SplInstruction')" />
|
||||||
|
</div>
|
||||||
|
<div class="col-12 d-flex gap-4">
|
||||||
|
<div class="form-check mb-2">
|
||||||
|
<form:checkbox path="useintatcalcd" cssClass="form-check-input" />
|
||||||
|
<label class="form-check-label" for="useintatcalcd">Use in document TAT</label>
|
||||||
|
</div>
|
||||||
|
<div class="form-check">
|
||||||
|
<form:checkbox path="useintatcalcv" cssClass="form-check-input" />
|
||||||
|
<label class="form-check-label" for="useintatcalcv">Use in verification TAT</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:120px">
|
|
||||||
<font color="red">*</font>Reason
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="reason" maxlength="30" style="width:200px" onblur="validate(this,'t','SplInstruction')" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
</section>
|
||||||
<div class="lblcontainer" style="width:120px">
|
<footer class="matrix-dialog-form__actions">
|
||||||
<font color="red">*</font>Use In Doc TAT
|
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Cancel</button>
|
||||||
</div>
|
<button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateSubmitHoliday()">Save</button>
|
||||||
<div class="inputcontainer">
|
</footer>
|
||||||
<form:checkbox path="useintatcalcd" />
|
<form:hidden path="suuid" />
|
||||||
</div>
|
<form:hidden path="uid" />
|
||||||
</div>
|
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
||||||
<div class="widget">
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<div class="lblcontainer" style="width:120px">
|
</form:form>
|
||||||
<font color="red">*</font>Use In Ver TAT
|
</main>
|
||||||
</div>
|
<script type="text/javascript">
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:checkbox path="useintatcalcv" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="suuid" />
|
|
||||||
<form:hidden path="uid" />
|
|
||||||
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitHoliday();" />
|
|
||||||
</form:form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
document.getElementById("date").focus();
|
document.getElementById("date").focus();
|
||||||
function ValidateSubmitHoliday()
|
function ValidateSubmitHoliday() {
|
||||||
{
|
validate(document.getElementById("date"), "t", "Date");
|
||||||
validate(document.getElementById("date"),'t','AlphaNumeric');
|
validate(document.getElementById("reason"), "t", "SplInstruction");
|
||||||
validate(document.getElementById("reason"),'t','AlphaSpace');
|
if (checkForm()) {
|
||||||
|
SubmitForm("holidayupdate", "_parent", "holiday");
|
||||||
if(checkForm())
|
|
||||||
{
|
|
||||||
SubmitForm('holidayupdate','_parent','holiday');
|
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
</script>
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Process Message -->
|
|
||||||
<c:if test="${not empty msg}">
|
<c:if test="${not empty msg}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script type="text/javascript">CallMessage('${msg}', 3000, 200, 300);</script>
|
||||||
<c:if test="${stat==true}">
|
<c:if test="${stat==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -18,34 +18,36 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Holiday</title>
|
<title>Cygnus 1.0 | Holiday</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-utilities-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-operations-utility matrix-holiday-list">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:980px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:750px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="formholiday" id="formholiday" modelAttribute="holidayfilter" >
|
<form:form method="post" name="formholiday" id="formholiday" modelAttribute="holidayfilter" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/city.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Holiday List</span>
|
<span class="matrix-title-text" align="absmiddle">Holiday List</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listholiday','_parent','formholiday')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listholiday','_parent','formholiday')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -79,7 +81,7 @@
|
|||||||
Use In Doc TAT Calc
|
Use In Doc TAT Calc
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="inputcontainer">
|
||||||
<input type="checkbox" name="useintatcalcd" id="useintatcalcd" checked" />
|
<input type="checkbox" name="useintatcalcd" id="useintatcalcd" checked="checked" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
@@ -87,7 +89,7 @@
|
|||||||
Use In Visit TAT Calc
|
Use In Visit TAT Calc
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="inputcontainer">
|
||||||
<input type="checkbox" name="useintatcalcv" id="useintatcalcv" checked" />
|
<input type="checkbox" name="useintatcalcv" id="useintatcalcv" checked="checked" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -132,14 +134,11 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
InitPage();
|
InitPage();
|
||||||
function addHoliday(hid)
|
function addHoliday(hid)
|
||||||
{
|
{
|
||||||
QueryStr="hid="+hid+"&suuid="+$("#suuid").val();
|
QueryStr="hid="+hid+"&suuid="+$("#suuid").val();
|
||||||
var x = (window.screen.availWidth - 550)/2;
|
OpenMatrixDialog("holidayinfo?"+QueryStr,"Holiday Details",{width:"600px",height:"420px"});
|
||||||
var y = (window.screen.availHeight - 225)/2;
|
|
||||||
var retVal=window.showModalDialog("holidayinfo?"+QueryStr,'',"dialogWidth:550px; dialogHeight:225px; dialogTop:"+y+"px; dialogLeft:"+x+"px; center:no; status:no");
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -15,43 +15,45 @@
|
|||||||
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.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/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/ui/select.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/appjs/verifier.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/appjs/verifier.js?v=2" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Verifier</title>
|
<title>Cygnus 1.0 | Verifier</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-directory-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-directory-page matrix-verifier-directory">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:980px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form method="post" name="verifier" id="verifier">
|
<form method="post" name="verifier" id="verifier">
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/verifier_list.gif" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/verifier_list.gif" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Verifier List</span>
|
<span class="matrix-title-text" align="absmiddle">Verifier List</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('verifiers','_parent','verifier')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('verifiers','_parent','verifier')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="FormPanel" class="FormPanel">
|
||||||
<table align="center" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="crtverdiv" class="linkbutton" style="float:left" onclick="showVerifierInfo(0)"><img src="/matrix/images/add_verifier.png" align="absmiddle" />New Verifier</div>
|
<div id="crtverdiv" class="linkbutton" style="float:left" onclick="showVerifierInfo(0)"><img src="/matrix/images/add_verifier.png" align="absmiddle" />New Verifier</div>
|
||||||
@@ -120,7 +122,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<input type="hidden" name="row${status.count}verid" id="row${status.count}verid" value="${verlist[0]}" />
|
<input type="hidden" name="row${status.count}verid" id="row${status.count}verid" value="${verlist[0]}" />
|
||||||
${status.count}</td>
|
${status.count}</td>
|
||||||
<td id="code">${verlist[1]}</td>
|
<td id="code"><div class="linkbutton" style="float:left;font-size:inherit;font-weight:normal" onclick="showVerifierInfo(${verlist[0]})" title="Edit details">${verlist[1]}</div></td>
|
||||||
<td id="name"><div id="crtverdiv" class="linkbutton" style="float:left;font-size:inherit;font-weight:normal" onclick="showVerifierInfo(${verlist[0]})" title="Edit details">${verlist[2]}</div></td>
|
<td id="name"><div id="crtverdiv" class="linkbutton" style="float:left;font-size:inherit;font-weight:normal" onclick="showVerifierInfo(${verlist[0]})" title="Edit details">${verlist[2]}</div></td>
|
||||||
<td>${verlist[3]}</td>
|
<td>${verlist[3]}</td>
|
||||||
<td id="mobno">${verlist[4]}</td>
|
<td id="mobno">${verlist[4]}</td>
|
||||||
@@ -141,7 +143,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Process Message -->
|
<!-- Process Message -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -28,27 +28,28 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
<title>Cygnus 1.0 | Matrix Query</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Matrix Query</title>
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/query-workspace-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-query-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/query.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Matrix Query <span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Matrix Query <span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -103,7 +104,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<form name="queryrecs" id="queryrecs" method="get">
|
<form name="queryrecs" id="queryrecs" method="get">
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%" style="text-transform: none">
|
<table align="center" class="matrix-form-controls" width="99%" style="text-transform: none">
|
||||||
<tr id="linkdiv">
|
<tr id="linkdiv">
|
||||||
<td style="border-bottom:1px dotted #000000;padding-bottom:3px">
|
<td style="border-bottom:1px dotted #000000;padding-bottom:3px">
|
||||||
<div id="contnolink" class="linkbutton" style="float:left;display:inline" onclick="showContactInfo('Q')"><img src="/matrix/images/contact_info.png" align="absmiddle" /> Contact Numbers</div>
|
<div id="contnolink" class="linkbutton" style="float:left;display:inline" onclick="showContactInfo('Q')"><img src="/matrix/images/contact_info.png" align="absmiddle" /> Contact Numbers</div>
|
||||||
@@ -849,7 +850,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
$( "#tabs" ).tabs();
|
$( "#tabs" ).tabs();
|
||||||
HideControls(0);
|
HideControls(0);
|
||||||
$("#linkdiv").hide();
|
$("#linkdiv").hide();
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||||
pageEncoding="ISO-8859-1"%>
|
pageEncoding="ISO-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Insert title here</title>
|
<title>Insert title here</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -26,23 +26,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | MNimble Case Pending</title>
|
<title>Cygnus 1.0 | MNimble Case Pending</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-mnimble-pending">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/undo_done.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/undo_done.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Mnimble Case Pending</span>
|
<span class="matrix-title-text" align="absmiddle">Mnimble Case Pending</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -108,7 +110,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
function pendingMnimbleCase(btnElm){
|
function pendingMnimbleCase(btnElm){
|
||||||
if(confirm('Are you sure you want pending this visit?')){
|
if(confirm('Are you sure you want pending this visit?')){
|
||||||
var uuid = $(btnElm).attr("target-data");
|
var uuid = $(btnElm).attr("target-data");
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,23 +27,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | MNimble Photo Search</title>
|
<title>Cygnus 1.0 | MNimble Photo Search</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-mnimble-photo-search">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/camera.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/camera.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Mnimble Photo Search</span>
|
<span class="matrix-title-text" align="absmiddle">Mnimble Photo Search</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -102,7 +104,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,24 +27,26 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | OCL Cases</title>
|
<title>Cygnus 1.0 | OCL Cases</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-ocl-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">OCL Cases<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">OCL Cases<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('oclcases','_parent','oclcases')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('oclcases','_parent','oclcases')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -217,7 +219,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
CountRows('${mode}');
|
CountRows('${mode}');
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -20,38 +20,40 @@
|
|||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="/matrix/css/button.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/div.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/select.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" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
<title>Nimble 1.0 | Allocation</title>
|
<title>Cygnus 1.0 | Allocation</title>
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
||||||
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
||||||
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" 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>
|
</head>
|
||||||
<body>
|
<body class="matrix-v2 matrix-shell matrix-tool-workspace matrix-case-operations matrix-operator-allocation">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
||||||
<div id='title' class="title">
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:980px">
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<!-- Dynamic Menu -->
|
|
||||||
<jsp:include page='../../usermenu/menu_${Sessvals.getUserID()}.html' />
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:650px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="opralloc" id="opralloc" modelAttribute="optrAlloc" >
|
<form:form method="post" name="opralloc" id="opralloc" modelAttribute="optrAlloc" >
|
||||||
<!-- Common Details (Section1) Visible for all portfolios-->
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
||||||
<div>
|
<div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/sms.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Operator Allocation</span>
|
<span class="matrix-title-text" align="absmiddle">Operator Allocation</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('optrallocation','_parent','optrAlloc')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('optrallocation','_parent','optrAlloc')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="FormPanel" class="FormPanel">
|
<div id="FormPanel" class="FormPanel">
|
||||||
<table align="center" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
<table align="center" class="matrix-allocation-controls" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:120px"><b>Operator</b></td>
|
<td style="width:120px"><b>Operator</b></td>
|
||||||
<td id="progbarContainer" ><span id="verifierspan"><b>Verifiers</b></span><span id="operatorspan" style="display:none;"><b>To Operator</b></span></td>
|
<td id="progbarContainer" ><span id="verifierspan"><b>Verifiers</b></span><span id="operatorspan" style="display:none;"><b>To Operator</b></span></td>
|
||||||
@@ -107,7 +109,9 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<input type="button" class="button" name="btndealloc" style="float:right" value="De Allocate" id="btndealloc" accesskey="D" onclick="if(setHFList('cutlist')!=''){if (confirm('Are you sure you want to De Allocate selected verifiers.')){getVerAllocData(getControlAttributeRef('optr','value'),3,getControlAttributeRef('verf','value'));}}else{alert('Please select Operator and atleast one or more verifiers.');};" />
|
<div class="matrix-allocation-actions">
|
||||||
|
<input type="button" class="button" name="btndealloc" value="De Allocate" id="btndealloc" accesskey="D" onclick="if(setHFList('cutlist')!=''){if (confirm('Are you sure you want to De Allocate selected verifiers.')){getVerAllocData(getControlAttributeRef('optr','value'),3,getControlAttributeRef('verf','value'));}}else{alert('Please select Operator and atleast one or more verifiers.');};" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form:form>
|
</form:form>
|
||||||
<input type="hidden" id="hfusr" value="${Sessvals.getUserID()}" />
|
<input type="hidden" id="hfusr" value="${Sessvals.getUserID()}" />
|
||||||
@@ -117,7 +121,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
//InitPage();
|
//InitPage();
|
||||||
//ProgressBar('progbarContainer','SMS','cutlist',12,'detailed');
|
//ProgressBar('progbarContainer','SMS','cutlist',12,'detailed');
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -27,23 +27,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Case Pending (Operator)</title>
|
<title>Cygnus 1.0 | Case Pending (Operator)</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-operator-case-tool">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:860px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Case Pending (Operator)<span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Case Pending (Operator)<span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('optrcasepen','_parent','oprcasetool')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('optrcasepen','_parent','oprcasetool')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -157,7 +159,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -1,863 +0,0 @@
|
|||||||
<%@ 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" %>
|
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
||||||
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
|
||||||
|
|
||||||
<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/ui/jquery-ui.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/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/query.js?cid=2" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/appjs/common.js?ver=1" type="text/javascript"></script>
|
|
||||||
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
<link href="/matrix/css/matrix.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" />
|
|
||||||
|
|
||||||
<title>Nimble 1.0 | Matrix Query</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id='PageFrame'>
|
|
||||||
<!-- Title Bar -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
|
||||||
<!-- Title -->
|
|
||||||
<div id='title' class="title">
|
|
||||||
<img id="icon" src="/matrix/images/query.png" align="absmiddle" />
|
|
||||||
<span id="title" align="absmiddle">Matrix Query <span id='recfound'></span></span>
|
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<div id="FormPanel" class="FormPanel">
|
|
||||||
<form name="filterform" method="post" id="filterform">
|
|
||||||
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Portfolio
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divport" style="width:172px;">
|
|
||||||
<select name="portlist" id="portlist" style="width:190px" >
|
|
||||||
<option value="-1" selected>SELECT</option>
|
|
||||||
<c:forEach items="${portlist}" var="port">
|
|
||||||
<option value="${port[0]}" >${port[1]}</option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
MV Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" class="textbox" name="mvcode" id="mvcode" value="" style="width:65px;" onblur="validate(this,'f','AlphaNumeric')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Appl No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" class="textbox" name="applno" id="applno" value="" style="width:105px;" onblur="validate(this,'f','AlphaNumeric')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" class="textbox" name="customername" id="customername" value="" style="width:185px;" onblur="validate(this,'f','AlphaSpace');" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<input type="button" class="button" name="btnfind" style="margin-top:3px;float:right" value="Search" id="btnfind" accesskey="S" onclick="ValidateSearch();" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
||||||
<form name="queryrecs" id="queryrecs" method="get">
|
|
||||||
<div id="divCase" class="FormPanel">
|
|
||||||
<table align="center" id="FormControls" width="99%" style="text-transform: none">
|
|
||||||
<tr id="linkdiv">
|
|
||||||
<td style="border-bottom:1px dotted #000000;padding-bottom:3px">
|
|
||||||
<!-- <div id="contnolink" class="linkbutton" style="float:left;display:inline" onclick="showContactInfo('Q')"><img src="/matrix/images/contact_info.png" align="absmiddle" /> Contact Numbers</div>-->
|
|
||||||
<div id="fdlink" class="linkbutton" style="float:left;display:inline" onclick="showEditors('FD')"><img src="/matrix/images/fd_history.png" align="absmiddle" /> Final Done History</div>
|
|
||||||
<div id="ddlink" class="linkbutton" style="float:left;display:inline" onclick="showEditors('DD')"><img src="/matrix/images/ded_history.png" align="absmiddle" /> Dedupe Checking History</div>
|
|
||||||
<div id="chlink" class="linkbutton" style="float:left;display:inline" onclick="showEditors('ALL')"><img src="/matrix/images/case_history.png" align="absmiddle" /> Case History</div>
|
|
||||||
<div id="rptlink" class="linkbutton" style="float:left;display:inline" onclick="showReport()"><img src="/matrix/images/report.png" align="absmiddle" /> Open Report</div>
|
|
||||||
<div id="cplink" class="linkbutton" style="float:left;display:inline" onclick="CompletePending()"><img src="/matrix/images/undo_done.png" align="absmiddle" /> Complete Pending</div>
|
|
||||||
<div id="cdlink" class="linkbutton" style="float:left;display:inline" onclick="UndoOperation(4,'','')"><img src="/matrix/images/undo_done.png" align="absmiddle" /> Complete Done</div>
|
|
||||||
<div id="bplink" class="linkbutton" style="float:left;display:inline" onclick="UndoOperation(2,'','')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Bank Report Pending</div>
|
|
||||||
<div id="bdlink" class="linkbutton" style="float:left;display:inline" onclick="UndoOperation(5,'','')"><img src="/matrix/images/undo_done.png" align="absmiddle" /> Bank Done</div>
|
|
||||||
<div id="povlink" class="linkbutton" style="float:left;display:inline" onclick="FetchPOV('pov')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Update POV</div>
|
|
||||||
<div id="hclink" class="linkbutton" style="float:left;display:inline" onclick="FetchPOV('hc')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Hard Copy</div>
|
|
||||||
<c:if test="${Sessvals.getUserID()==21 || Sessvals.getUserID()==24 || Sessvals.getUserID()==81}">
|
|
||||||
<div id="changelink" class="linkbutton" style="float:left;display:inline" onclick="FetchReportChange('ALL')"><img src="/matrix/images/report_history.png" align="absmiddle" /> Report Change History</div>
|
|
||||||
</c:if>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td id="s1">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Company Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="ccode" name="ccode" style="width:60px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Company Branch
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="cbranch" name="cbranch" style="width:180px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Portfolio and Branch
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="portbranch" name="portbranch" style="width:320px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
MV Code
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="mmvcode" name="mvcode" style="width:100px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
File No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="mapplno" name="applno" style="width:157px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Name
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="text-transform: none">
|
|
||||||
<input readonly="readonly" id="mcustomername" name="customername" style="width:310px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Type
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="text-transform: none">
|
|
||||||
<input readonly="readonly" id="apptype" name="apptype" style="width:133px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Category
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="text-transform: none">
|
|
||||||
<input readonly="readonly" id="category" name="category" style="width:129px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Product
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="product" id="product" style="width:120px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Loan Amount
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="text-transform: none">
|
|
||||||
<input readonly="readonly" id="loanamount" name="loanamount" style="width:100px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Contact Person
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="contactpers" name="contactpers" style="width:230px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Mobile No
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="mmobile" name="mmobile" style="width:200px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Special Instruction
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="specialinst" name="specialinst" style="width:542px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
RV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="rv" name="rv" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
OV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="ov" name="ov" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
PV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="pv" name="pv" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
RTV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="rtv" name="rtv" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
OTV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="otv" name="otv" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
RFV
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="rfv" name="rfv" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
EAR
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="ear" name="ear" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
NEG
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="neg" name="neg" value="N" style="width:20px;text-align:center;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Received Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="recdate" name="recdate" style="width:198px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Batch
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="batch" name="batch" style="width:50px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="color:blue">
|
|
||||||
FINAL STATUS
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="fstatus" name="fstatus" style="width:165px;font-weight:bold" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Done By
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="doneby" name="doneby" style="width:150px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Done Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="soldate" name="soldate" style="width:140px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="text-transform: none">
|
|
||||||
Send Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input readonly="readonly" id="senddate" name="senddate" style="width:140px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td id="CaseSection">
|
|
||||||
${resiDetails.casesec}
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- Navigation Panel -->
|
|
||||||
<div style="width:100%" class="buttonbar">
|
|
||||||
<input type="button" class="button" name="btnfirst" style="margin-left:5px;margin-top:-2px;float:left;width:80px" value="" id="btnfirst" accesskey="F" onclick="findRecord(1)" />
|
|
||||||
<input type="button" class="button" name="btnprev" style="margin-top:-2px;float:left;width:80px" value="" id="btnprev" accesskey="P" onclick="findRecord(2)" />
|
|
||||||
<input type="button" class="button" name="btnnext" style="margin-top:-2px;float:left;width:80px" value="" id="btnnext" accesskey="N" onclick="findRecord(3)" />
|
|
||||||
<input type="button" class="button" name="btnlast" style="margin-top:-2px;float:left;width:80px" value="" id="btnlast" accesskey="L" onclick="findRecord(4)" />
|
|
||||||
<input type="button" class="button" name="btncancel" style="margin-top:-2px;float:right;margin-right:7px" value="Close" id="btncancel" accesskey="C" onclick="closewindow();" />
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<div id="tabs" style="font-size:10pt;height:350px">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#res">Residence</a></li>
|
|
||||||
<li><a href="#off">Office</a></li>
|
|
||||||
<li><a href="#prop">Property</a></li>
|
|
||||||
<li><a href="#tel">Telecalling</a></li>
|
|
||||||
<li><a href="#ref">Refrence</a></li>
|
|
||||||
<li><a href="#ded">Dedupe</a></li>
|
|
||||||
</ul>
|
|
||||||
<div id="res">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Address
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="raddr" name="raddr" readonly="readonly" style="width:600px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Phone No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rphone" name="rphone" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:57px">
|
|
||||||
Verifier
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rverifier" name="rverifier" readonly="readonly" style="width:40px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Visit Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rvisdate" name="rvisdate" readonly="readonly" style="width:100px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Visit Time
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rvistime" name="rvistime" readonly="readonly" style="width:150px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
<div id="tdrlink" class="linkbutton" style="float:left;display:inline" onclick="tagDocs('R')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Tag Docs</div>
|
|
||||||
<div id="showphotor" class="linkbutton" style="float:right;background-color:#c3c3c3;border:1px solid black" onclick="tagDocs('R')">Show Photos</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:57px">
|
|
||||||
Status
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rstatus" name="rstatus" readonly="readonly" style="width:235px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Negative Reason
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="rnegres" name="rnegres" readonly="readonly" style="width:495px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Verifier Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="vrremarks" readonly="readonly" name="vrremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Supervisor Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="srremarks" readonly="readonly" name="srremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="off">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Address
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="oaddr" name="oaddr" readonly="readonly" style="width:855px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Phone No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ophone" name="ophone" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Extn.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="extn" name="extn" readonly="readonly" style="width:48px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Designation
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="design" name="design" readonly="readonly" style="width:192px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Department
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="dept" name="dept" readonly="readonly" style="width:165px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Verifier
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="overifier" name="overifier" readonly="readonly" style="width:40px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Visit Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ovisdate" name="ovisdate" readonly="readonly" style="width:100px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Visit Time
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ovistime" name="ovistime" readonly="readonly" style="width:80px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
<div id="tdolink" class="linkbutton" style="float:left;display:inline" onclick="tagDocs('O')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Tag Docs</div>
|
|
||||||
<div id="showphotoo" class="linkbutton" style="float:right;background-color:#c3c3c3;border:1px solid black" onclick="tagDocs('O')">Show Photos</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Status
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ostatus" name="ostatus" readonly="readonly" style="width:235px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Negative Reason
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="onegres" name="onegres" readonly="readonly" style="width:478px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Verifier Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="voremarks" readonly="readonly" name="voremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Supervisor Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="soremarks" readonly="readonly" name="soremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="prop">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Address
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="paddr" name="paddr" readonly="readonly" style="width:600px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Verifier
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="pverifier" name="pverifier" readonly="readonly" style="width:40px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Visit Date
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="pvisdate" name="pvisdate" readonly="readonly" style="width:100px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
Visit Time
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="pvistime" name="pvistime" readonly="readonly" style="width:150px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" >
|
|
||||||
<div id="tdplink" class="linkbutton" style="float:left;display:inline" onclick="tagDocs('P')"><img src="/matrix/images/undo_report.png" align="absmiddle" /> Tag Docs</div>
|
|
||||||
<div id="showphotop" class="linkbutton" style="float:right;background-color:#c3c3c3;border:1px solid black" onclick="tagDocs('P')">Show Photos</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:75px">
|
|
||||||
Status
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="pstatus" name="rstatus" readonly="readonly" style="width:235px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Negative Reason
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="pnegres" name="pnegres" readonly="readonly" style="width:477px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Verifier Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="vpremarks" readonly="readonly" name="vpremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Supervisor Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="spremarks" readonly="readonly" name="spremarks" style="width:450px;height:120px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="tel">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
Residence Phone No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="trphone" name="trphone" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Office Phone No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="tophone" name="tophone" readonly="readonly" style="width:170px" /> -
|
|
||||||
<input type="text" id="textn" name="textn" readonly="readonly" style="width:40px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Mobile No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="tmobile" name="tmobile" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Telecaller
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="tcaller" name="tcaller" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
RTV Contacted No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="trcont" name="trcont" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
OTV Contacted No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="tocont" name="tocont" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
RTV Status.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="trstatus" name="trstatus" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
OTV Status.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="tostatus" name="tostatus" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>RTV Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="rtremarks" readonly="readonly" name="rtremarks" style="width:450px;height:80px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>OTV Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="otremarks" readonly="readonly" name="otremarks" style="width:450px;height:80px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="ref">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
1st Refree Name.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="ref1name" name="ref1name" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
2nd Refree Name.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ref2name" name="ref2name" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Address
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<textarea id="ref1addr" readonly="readonly" name="ref1addr" style="width:300px;height:40px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Address
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="ref2addr" readonly="readonly" name="ref2addr" style="width:300px;height:40px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Contacted No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="ref1cont" name="ref1cont" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Contacted No.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ref2cont" name="ref2cont" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Telecaller
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="refcaller" name="refcaller" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Status.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer" style="width:300px">
|
|
||||||
<input type="text" id="ref1status" name="ref1status" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:142px">
|
|
||||||
Status.
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<input type="text" id="ref2status" name="ref2status" readonly="readonly" style="width:170px" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="ref1remarks" readonly="readonly" name="ref1remarks" style="width:450px;height:80px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Remarks</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="ref2remarks" readonly="readonly" name="ref2remarks" style="width:450px;height:80px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="ded">
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Earlier</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="earrem" readonly="readonly" name="earrem" style="width:940px;height:100px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer">
|
|
||||||
<b><i>Negative</i></b>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<textarea id="negrem" readonly="readonly" name="negrem" style="width:940px;height:100px" ></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<input type="hidden" name="uuid" id="uuid" value="0" />
|
|
||||||
<input type="hidden" name="fileclosed" id="fileclosed" value="0" />
|
|
||||||
<input type="hidden" name="sdone" id="sdone" value="0" />
|
|
||||||
<input type="hidden" name="portfolio_id" id="portfolio_id" value="0" />
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
|
||||||
<input type="hidden" id="cid" value="0" />
|
|
||||||
<input type="hidden" id="coid" value="${Sessvals.getCompanyID()}" />
|
|
||||||
<input type="hidden" id="ugid" value="${Sessvals.getUserGroupID()}" />
|
|
||||||
<input type="hidden" id="bid" value="${Sessvals.getBranchID()}" />
|
|
||||||
<input type="hidden" id="suuid" value="<%=session.getAttribute("UUID") %>" />
|
|
||||||
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
<!-- Page Load Javascript -->
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
$( "#tabs" ).tabs();
|
|
||||||
HideControls(0);
|
|
||||||
$("#linkdiv").hide();
|
|
||||||
$("#showphotor").hide();
|
|
||||||
$("#showphotoo").hide();
|
|
||||||
$("#showphotop").hide();
|
|
||||||
</script>
|
|
||||||
<!-- -->
|
|
||||||
</html>
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -29,23 +29,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/query-workspace-v4.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Matrix Query</title>
|
<title>Cygnus 1.0 | Matrix Query</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-query-page">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:1000px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/query.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Matrix Query <span id='recfound'></span></span>
|
<span class="matrix-title-text" align="absmiddle">Matrix Query <span id='recfound'></span></span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -110,14 +112,14 @@
|
|||||||
<input id="saddress" class="textbox" name="saddress" style="width:400px" />
|
<input id="saddress" class="textbox" name="saddress" style="width:400px" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="advslink" class="linkbutton" style="display:inline;text-decoration:underline" onclick="$('#wscompname').toggle();$('#wsaddress').toggle();">Adv. Search</div>
|
<div id="advslink" class="linkbutton" style="display:inline" onclick="$('#wscompname').toggle();$('#wsaddress').toggle();">Advanced</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<form name="queryrecs" id="queryrecs" method="get">
|
<form name="queryrecs" id="queryrecs" method="get">
|
||||||
<div id="divCase" class="FormPanel">
|
<div id="divCase" class="FormPanel">
|
||||||
<table align="center" id="FormControls" width="99%" style="text-transform: none">
|
<table align="center" class="matrix-form-controls" width="99%" style="text-transform: none">
|
||||||
<tr id="linkdiv">
|
<tr id="linkdiv">
|
||||||
<td style="border-bottom:1px dotted #000000;padding-bottom:3px">
|
<td style="border-bottom:1px dotted #000000;padding-bottom:3px">
|
||||||
<!-- <div id="contnolink" class="linkbutton" style="float:left;display:inline" onclick="showContactInfo('Q')"><img src="/matrix/images/contact_info.png" align="absmiddle" /> Contact Numbers</div>-->
|
<!-- <div id="contnolink" class="linkbutton" style="float:left;display:inline" onclick="showContactInfo('Q')"><img src="/matrix/images/contact_info.png" align="absmiddle" /> Contact Numbers</div>-->
|
||||||
@@ -378,7 +380,7 @@
|
|||||||
<li><a href="#off">Office</a></li>
|
<li><a href="#off">Office</a></li>
|
||||||
<li><a href="#prop">Property</a></li>
|
<li><a href="#prop">Property</a></li>
|
||||||
<li><a href="#tel">Telecalling</a></li>
|
<li><a href="#tel">Telecalling</a></li>
|
||||||
<li><a href="#ref">Refrence</a></li>
|
<li><a href="#ref">Reference</a></li>
|
||||||
<li><a href="#ded">Dedupe</a></li>
|
<li><a href="#ded">Dedupe</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="res">
|
<div id="res">
|
||||||
@@ -869,7 +871,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
$( "#tabs" ).tabs();
|
$( "#tabs" ).tabs();
|
||||||
HideControls(0);
|
HideControls(0);
|
||||||
$("#linkdiv").hide();
|
$("#linkdiv").hide();
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@@ -26,23 +26,25 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/operations-utilities-v1.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<title>Nimble 1.0 | Case Unlock</title>
|
<title>Cygnus 1.0 | Case Unlock</title>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-operations-utility matrix-unlock-cases">
|
||||||
<div id='PageFrame'>
|
<div id='PageFrame'>
|
||||||
<!-- Title Bar -->
|
<!-- Title Bar -->
|
||||||
<div id='title' class="title">
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
||||||
<img id="icon" src="/matrix/images/optmale.png" />
|
|
||||||
<img id="close" src="/matrix/images/close.jpg" onclick="javascript:closewindow();" />
|
|
||||||
<span id="title">Nimble 1.0 ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() }) ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) </span>
|
|
||||||
</div>
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div id="formcontainer" style="width:990px;margin-top:5px;position:absolute;z-index:-1">
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id='title' class="title">
|
<div class="title">
|
||||||
<img id="icon" src="/matrix/images/query.png" align="absmiddle" />
|
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
|
||||||
<span id="title" align="absmiddle">Case Unlock</span>
|
<span class="matrix-title-text" align="absmiddle">Case Unlock</span>
|
||||||
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('caseunlock','_parent','filterform')"/>
|
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('caseunlock','_parent','filterform')"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -118,7 +120,6 @@
|
|||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
</html>
|
</html>
|
||||||
@@ -3,11 +3,12 @@
|
|||||||
<%@page language="java" session="true" %>
|
<%@page language="java" session="true" %>
|
||||||
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Nimble 1.0 | Verifier Information </title>
|
<title>Cygnus 1.0 | Verifier Information </title>
|
||||||
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
<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/jquery1.7.2.js" type="text/javascript"></script>
|
||||||
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
||||||
@@ -22,126 +23,85 @@
|
|||||||
<link href="/matrix/css/textbox.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/select.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
|
||||||
|
<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>
|
</head>
|
||||||
|
|
||||||
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
|
<body class="matrix-v2 matrix-dialog-form">
|
||||||
<div id='PageFrame'>
|
<main class="matrix-dialog-form__content">
|
||||||
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
|
|
||||||
<form:form method="post" name="verifier" id="verifier" modelAttribute="verifier" >
|
<form:form method="post" name="verifier" id="verifier" modelAttribute="verifier" >
|
||||||
<!-- Verifier Details (Section1) -->
|
<section class="card matrix-dialog-form__card">
|
||||||
<div>
|
<div class="card-header d-flex align-items-center gap-2">
|
||||||
<!-- Title -->
|
<img src="/matrix/images/verifier_list.gif" alt="" width="16" height="16" />
|
||||||
<div id='title' class="title">
|
<span>Verifier Information</span>
|
||||||
<img id="icon" src="/matrix/images/verifier_list.gif" align="absmiddle" />
|
|
||||||
<span id="title" align="absmiddle">Verifier Information</span>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<div class="card-body">
|
||||||
<!-- Form (Section1) -->
|
<div class="row g-3">
|
||||||
<div id="FormPanel1" class="FormPanel">
|
<div class="col-4">
|
||||||
<table align="center" id="FormControls" width="99%">
|
<label for="vcode" class="form-label required">Code</label>
|
||||||
<tr>
|
<form:input path="vcode" maxlength="3" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaNumeric')" />
|
||||||
<td>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
<font color="red">*</font>Code
|
|
||||||
</div>
|
</div>
|
||||||
<div class="inputcontainer">
|
<div class="col-8">
|
||||||
<form:input path="vcode" maxlength="3" style="width:50px" onblur="validate(this,'t','AlphaNumeric')" />
|
<label for="vname" class="form-label required">Name</label>
|
||||||
|
<form:input path="vname" maxlength="30" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaSpace')" />
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-8">
|
||||||
|
<label for="mobileno" class="form-label required">Mobile Number</label>
|
||||||
|
<form:input path="mobileno" maxlength="10" cssClass="form-control form-control-sm" onblur="validate(this,'t','MobileNo')" />
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<div class="col-4">
|
||||||
<div class="widget">
|
<label for="vtype" class="form-label required">Type</label>
|
||||||
<div class="lblcontainer" style="width:85px">
|
<form:select path="vtype" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
|
||||||
<font color="red">*</font>Name
|
<form:option value="-1" label="Select" />
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="vname" maxlength="30" style="width:250px" onblur="validate(this,'t','AlphaSpace')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:85px">
|
|
||||||
<font color="red">*</font>Mobile No
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<form:input path="mobileno" maxlength="10" style="width:120px" onblur="validate(this,'t','MobileNo')" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:35px">
|
|
||||||
<font color="red">*</font>Type
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divvtype" style="width:74px;">
|
|
||||||
<form:select path="vtype" multiple="false" style="width:92px" onblur="validate(this,'t','');">
|
|
||||||
<form:option value="-1" label="SELECT" selected="true"/>
|
|
||||||
<form:option value="VER" label="VER" />
|
<form:option value="VER" label="VER" />
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<label for="mlimit" class="form-label required">Limit</label>
|
||||||
|
<form:input path="mlimit" maxlength="4" cssClass="form-control form-control-sm" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="col-8">
|
||||||
<div class="widget">
|
<label for="simserial" class="form-label required">MNimble Access</label>
|
||||||
<div class="lblcontainer" style="width:85px">
|
<form:select path="simserial" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
|
||||||
<font color="red">*</font>Limit
|
<form:option value="-1" label="Select" />
|
||||||
</div>
|
<form:option value="ACTIVATE" label="Activate" />
|
||||||
<div class="inputcontainer">
|
<form:option value="DEACTIVATE" label="Deactivate" />
|
||||||
<form:input path="mlimit" maxlength="4" style="width:62px" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:125px">
|
|
||||||
<font color="red">*</font>MNimble Access
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<div class="divselect" id="divmnimble" style="width:100px;">
|
|
||||||
<form:select path="simserial" multiple="false" style="width:118px" onblur="validate(this,'t','');">
|
|
||||||
<form:option value="-1" label="SELECT" selected="true"/>
|
|
||||||
<form:option value="ACTIVATE" label="ACTIVATE" />
|
|
||||||
<form:option value="DEACTIVATE" label="DEACTIVATE" />
|
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="col-6">
|
||||||
</div>
|
<label for="isactive" class="form-label required">Status</label>
|
||||||
<div class="widget">
|
|
||||||
<div class="lblcontainer" style="width:52px">
|
|
||||||
<font color="red">*</font>Status
|
|
||||||
</div>
|
|
||||||
<div class="inputcontainer">
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${verifier.curalloc == 0 }">
|
<c:when test="${verifier.curalloc == 0}">
|
||||||
<div class="divselect" id="divactive" style="width:115px;">
|
<form:select path="isactive" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
|
||||||
<form:select path="isactive" multiple="false" style="width:133px" onblur="validate(this,'t','');">
|
<form:option value="-1" label="Select" />
|
||||||
<form:option value="-1" label="SELECT" selected="true"/>
|
|
||||||
<form:option value="1" label="Active" />
|
<form:option value="1" label="Active" />
|
||||||
<form:option value="0" label="Left" />
|
<form:option value="0" label="Left" />
|
||||||
</form:select>
|
</form:select>
|
||||||
</div>
|
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<form:hidden path="isactive"/>
|
<form:hidden path="isactive" />
|
||||||
<input type="text" readonly="readonly" style="width:103px" value="Active" />
|
<input type="text" class="form-control form-control-sm" readonly value="Active" />
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
</section>
|
||||||
</div>
|
|
||||||
<!-- -->
|
|
||||||
<form:hidden path="suuid" />
|
<form:hidden path="suuid" />
|
||||||
<form:hidden path="vid" />
|
<form:hidden path="vid" />
|
||||||
<!-- -->
|
|
||||||
<input type="hidden" id="invalidfields" value="0" />
|
<input type="hidden" id="invalidfields" value="0" />
|
||||||
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitVerifier();" />
|
<footer class="matrix-dialog-form__actions">
|
||||||
|
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Cancel</button>
|
||||||
|
<button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateSubmitVerifier();">Save</button>
|
||||||
|
</footer>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<!-- Page Load Javascript -->
|
<!-- Page Load Javascript -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
centerDivBoth("formcontainer","H");
|
|
||||||
document.getElementById("vcode").focus();
|
document.getElementById("vcode").focus();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
@@ -149,7 +109,7 @@
|
|||||||
<c:if test="${not empty msg}">
|
<c:if test="${not empty msg}">
|
||||||
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
||||||
<c:if test="${stat==true}">
|
<c:if test="${stat==true}">
|
||||||
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user