Files
matrix/cygnus-onprem-app/build/WebContent/WEB-INF/app/operation/tools/deletecase.jsp

175 lines
8.5 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/appjs/tools.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/ui/select.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=1" rel="stylesheet" type="text/css" />
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
<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>
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-delete-case">
<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/query.png" align="absmiddle" />
<span class="matrix-title-text" align="absmiddle">Delete Case</span>
<img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('deletecase1','_parent','filterform')"/>
</div>
<!-- -->
<div id="FormPanel" class="FormPanel">
<form name="filterform" method="post"id="filterform">
<table align="center" id="filtertab" style="width:980px;border:1px solid #a7abb4" cellspacing="0">
<tr>
<td>
<div class="widget">
<div class="lblcontainer">
MV Code
</div>
<div class="inputcontainer">
<input type="text" class="textbox" id="mvcode" style="width:550px;" onblur="validate(this,'t','Mvcode');" />
</div>
</div>
<br/>
<div class="widget">
<div class="lblcontainer">
AppNo
</div>
<div class="inputcontainer">
&nbsp;&nbsp;&nbsp;<input type="text" class="textbox" id="applno" style="width:240px;" />
</div>
</div>
<div class="widget">
<div class="lblcontainer">
Name
</div>
<div class="inputcontainer">
<input type="text" class="textbox" id="name" style="width:240px;" onblur="validate(this,'f','SplInstruction');" />
</div>
</div>
<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="ValidateDeletecase();" />
<input type="button" class="button" name="btndel" style="margin-right:9px;margin-top:3px;float:right;width:50px" value="Delete" id="btndel" accesskey="D" onclick="DeleteCases(1,this,'btnundel');" />
<input type="button" class="button" name="btndel" style="margin-right:9px;margin-top:3px;float:right;width:50px" value="UnDel" id="btnundel" accesskey="U" onclick="DeleteCases(0,this,'btndel');" /></td>
</tr>
</table>
</form>
<div id="TablePanel" class="tableContainer">
<table border="0" cellspacing="0" width="100%" id="lockedlist">
<thead class="thead">
<tr title="Row Title">
<td width="20" style="font-size:9pt">S.No</td>
<td style="font-size:9pt" width="50">MVCode</td>
<td style="font-size:9pt" width="50">Appl No</td>
<td style="font-size:9pt" width="50">BranchName</td>
<td style="font-size:9pt"width="50">Customername</td>
<td style="font-size:9pt"width="50">AppType</td>
<td style="font-size:9pt"width="50">RecieveDt</td>
<td style="font-size:9pt"width="20">Rv</td>
<td style="font-size:9pt"width="20">Ov</td>
<td style="font-size:9pt"width="20">Pv</td>
<td style="font-size:9pt"width="20">Rtv</td>
<td style="font-size:9pt"width="20">Otv</td>
<td style="font-size:9pt"width="50">Mark &nbsp;<input type='checkbox' id='chkcolmain' onclick="ToggleChecks('chkcol',this.checked)"/></td>
<td style="font-size:9pt"width="50">Status</td>
<!--
<td width="10" style="font-size:9pt;text-align:center">RV</td>
<td width="75" style="font-size:9pt;text-align:center">Locked On</td>
<td width="10" style="font-size:9pt;text-align:center">OV</td>
<td width="75" style="font-size:9pt;text-align:center">Locked On</td>
<td width="10" style="font-size:9pt;text-align:center">PV</td>
<td width="75" style="font-size:9pt;text-align:center">Locked On</td>
<td width="10" style="font-size:9pt;text-align:center">TV</td>
<td width="75" style="font-size:9pt;text-align:center">Locked On</td>
<td width="10" style="font-size:9pt;text-align:center">FD</td>
<td width="75" style="font-size:9pt;text-align:center">Locked On</td>
-->
</tr>
</thead>
<tbody id="tabbody" class="scrollContent">
</tbody>
<!--
<tbody id="alloclistbody" class="scrollContent">
<c:forEach items="${lockedcases}" var="lc">
<tr>
<td style="font-size:8pt;font-weight:normal">1</td>
<td style="font-size:8pt;font-weight:normal" width="70">${lc[0]}</td>
<td style="font-size:8pt;font-weight:normal" width="90">${lc[1]}</td>
<td style="font-size:8pt;font-weight:normal">${lc[2]}</td>
<td style="font-size:8pt;text-align:center"><img src="${lc[3]}" style="cursor:pointer" islocked="${lc[13]}" onclick="Unlock(this,'${lc[18]}','r')" /></td>
<td style="font-size:8pt;text-align:center;font-weight:normal">${lc[4]}</td>
<td style="font-size:8pt;text-align:center"><img src="${lc[5]}" style="cursor:pointer" islocked="${lc[14]}" onclick="Unlock(this,'${lc[18]}','o')" /></td>
<td style="font-size:8pt;text-align:center;font-weight:normal">${lc[6]}</td>
<td style="font-size:8pt;text-align:center"><img src="${lc[7]}" style="cursor:pointer" islocked="${lc[15]}" onclick="Unlock(this,'${lc[18]}','p')" /></td>
<td style="font-size:8pt;text-align:center;font-weight:normal">${lc[8]}</td>
<td style="font-size:8pt;text-align:center"><img src="${lc[9]}" style="cursor:pointer" islocked="${lc[16]}" onclick="Unlock(this,'${lc[18]}','t')" /></td>
<td style="font-size:8pt;text-align:center;font-weight:normal">${lc[10]}</td>
<td style="font-size:8pt;text-align:center"><img src="${lc[11]}" style="cursor:pointer" islocked="${lc[17]}" onclick="Unlock(this,'${lc[18]}','fd')" /></td>
<td style="font-size:8pt;text-align:center;font-weight:normal">${lc[12]}</td>
</tr>
</c:forEach>
</tbody>
-->
</table>
</div>
</div>
<input type="hidden" id="bid" value="${Sessvals.getBranchID()}" />
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
</div>
</div>
</body>
<!-- Page Load Javascript -->
<script language="javascript" type="text/javascript">
</script>
<!-- -->
</html>