165 lines
7.4 KiB
Plaintext
165 lines
7.4 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<%@page language="java" session="true" %>
|
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
<!DOCTYPE html>
|
|
<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/optrcasetool.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/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/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>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>
|
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-operator-case-tool">
|
|
<div id='PageFrame'>
|
|
<!-- Title Bar -->
|
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
|
<!-- -->
|
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
|
<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')"/>
|
|
</div>
|
|
<!-- -->
|
|
<div id="FormPanel" class="FormPanel">
|
|
<form name="oprcasetool" id="oprcasetool" method="post" >
|
|
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="width:60px">
|
|
Verifier
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divver" style="width:60px;">
|
|
<select id="verlist" style="width:78px" >
|
|
<option value="-1" selected>---</option>
|
|
<c:forEach items="${verlist}" var="ver">
|
|
<option value="${ver[0]}">${ver[1]}</option>
|
|
</c:forEach>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Portfolio
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divport" style="width:200px;">
|
|
<select id="portlist" style="width:218px" >
|
|
<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">
|
|
Operator
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divoptr" style="width:300px;">
|
|
<select id="optrlist" style="width:318px" >
|
|
<option value="-1" selected>SELECT</option>
|
|
<c:forEach items="${optrlist}" var="optr">
|
|
<option value="${optr[0]}">${optr[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" id="mvcode" style="width:130px;" onblur="validate(this,'f','SplInstruction')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Appl No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<input type="text" class="textbox" id="applno" style="width:150px;" onblur="validate(this,'f','SplInstruction')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Name
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<input type="text" class="textbox" id="customername" style="width:210px;" onblur="validate(this,'f','SplInstruction');" />
|
|
</div>
|
|
</div>
|
|
<input type="button" class="button" name="btnundodone" style="margin-top:3px;margin-right:9px;float:right;width:25px" id="btnundodone" title="do pending" accesskey="P" onclick="DoPending();" />
|
|
<input type="button" class="button" name="btnfind" style="margin-top:3px;margin-right:9px;float:right;width:25px" id="btnfind"title="search records" accesskey="S" onclick="ValidateSearch();" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<div id="TablePanel" class="tableContainer">
|
|
<table border="0" cellspacing="0" width="100%" id="alloclist">
|
|
<thead class="thead">
|
|
<tr title="Row Title">
|
|
<td style="font-size:9pt;width:30px">S.No</td>
|
|
<td style="font-size:9pt;width:100px">Portfolio</td>
|
|
<td style="font-size:9pt;width:70px">MV Code</td>
|
|
<td style="font-size:9pt;width:100px">Appl No.</td>
|
|
<td style="font-size:9pt">Name</td>
|
|
<td style="font-size:9pt;width:70px">Type</td>
|
|
<td style="font-size:9pt;width:30px" align="center">Visit</td>
|
|
<td style="font-size:9pt;width:80px">Date</td>
|
|
<td style="font-size:9pt;width:100px">Done by</td>
|
|
<td align="center" style="width:20px"><input width="20" type="checkbox" id="chkparent" value="" onclick="ToggleChecks('chkcol',this.checked);manageRowSelection(this.checked);"></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tabbody" class="scrollContent">
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<input type="hidden" id="invalidfields" value="0" />
|
|
<input type="hidden" id="bid" value="${Sessvals.getBranchID()}" />
|
|
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
</script>
|
|
<!-- -->
|
|
</html>
|