UI Migration Done

This commit is contained in:
2026-07-21 20:46:27 +05:30
parent 46183766e5
commit 4f7c06ed97
64 changed files with 262 additions and 259 deletions

View File

@@ -50,7 +50,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/optmale.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/optmale.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initmaintenance','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/alloc.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/alloc.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('allocation','_parent','allocation')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -55,7 +55,7 @@
<form:option value="PM" label="PM" /> <form:option value="PM" label="PM" />
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('cutoff','_parent','cutOff')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('cutoff','_parent','cutOff')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('refsheet','_parent','refsheet')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/oprupd.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/oprupd.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sendtoopr','_parent','sendtoopr')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('telesheet','_parent','telesheet')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -52,7 +52,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('dedupecaselist','_parent','caseGrid')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('dedupecaselist','_parent','caseGrid')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/dedupe.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/dedupe.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('rundedupe','_parent','deduperun')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -53,7 +53,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('senddedupe','_parent','senddedupe')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('senddedupe','_parent','senddedupe')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -44,7 +44,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/telesheet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('doctele','_parent','teledoc')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -15,7 +15,6 @@
<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/editcases.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/editcases.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" />
@@ -49,7 +48,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('caselist','_parent','caseGrid')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('caselist','_parent','caseGrid')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -54,7 +54,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initaddproduct','_parent','addproduct')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('initaddproduct','_parent','addproduct')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel1" class="FormPanel" style="text-align:center"> <div id="FormPanel1" class="FormPanel" style="text-align:center">
@@ -98,7 +98,7 @@
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
<span class="matrix-title-text" align="absmiddle">All Options</span> <span class="matrix-title-text" align="absmiddle">All Options</span>
&nbsp;&nbsp;<input type="text" class="textbox" id="searchbox" style="width:220px;margin-top:-3px" onkeyup="findOption(this)"> &nbsp;&nbsp;<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 class="matrix-title-action" src="/matrix/images/plus_green.png" title="Add Option" style="right:25px" onclick="newOptionDialog()" />
</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">

View File

@@ -50,7 +50,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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">

View File

@@ -52,7 +52,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('delcaselist','_parent','caseGrid')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('delcaselist','_parent','caseGrid')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/cutlist.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('cutoffpending','_parent','cutoffpending')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -50,10 +50,10 @@
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sms','_parent','sms')"/>
</c:if> </c:if>
<c:if test="${qid==124}"> <c:if test="${qid==124}">
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sms','_parent','sms')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('sms','_parent','sms')"/>
</c:if> </c:if>
</div> </div>
<!-- --> <!-- -->

View File

@@ -17,7 +17,7 @@
<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?v=11" type="text/javascript"></script>
<link href="/matrix/css/bootstrap-5.3.8.min.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-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/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />

View File

@@ -53,7 +53,7 @@
</c:forEach> </c:forEach>
</form:select> </form:select>
</div> </div>
<img id="close" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listsolved','_parent','repsettings')"/> <img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listsolved','_parent','repsettings')"/>
</div> </div>
<!-- --> <!-- -->
<div id="TablePanel" class="tableContainer"> <div id="TablePanel" class="tableContainer">

View File

@@ -49,7 +49,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/report.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/report.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('bankdoc','_parent','bdoc')"/>
</div> </div>
<!-- --> <!-- -->
<c:if test="${cid eq 0}"> <c:if test="${cid eq 0}">

View File

@@ -16,7 +16,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -47,7 +47,7 @@
<div class="title matrix-page-heading"> <div class="title matrix-page-heading">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->

View File

@@ -14,7 +14,7 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" 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/button.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />

View File

@@ -16,7 +16,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->

View File

@@ -22,7 +22,6 @@
<script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</script>
<script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script> <script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/autorem.js?ver=4" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/autorem.js?ver=4" type="text/javascript"></script>
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/file.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" />
@@ -61,7 +60,7 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('O')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('O')">Show Editors</div>
<c:if test="${offDetails.requiredphoto gt 0 }"> <c:if test="${offDetails.requiredphoto gt 0 }">
<div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('O')">Show Photos</div> <div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('O')">Show Photos</div>
<div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('O')">Show Location</div> <div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('O')">Show Location</div>
@@ -220,7 +219,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -804,7 +803,7 @@
<div id="divOther" class="FormPanel"> <div id="divOther" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Father name Father name
@@ -890,7 +889,7 @@
<div id="divVerifier" class="FormPanel"> <div id="divVerifier" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters) Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
@@ -932,7 +931,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -969,7 +968,7 @@
Non Contactable Reason Non Contactable Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:300px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:300px;">
<form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required"> <form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
@@ -1076,7 +1075,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" onchange="validatenegreason()" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" onchange="validatenegreason()" style="width:470px;">
<form:select path="negreason" multiple="false" style="width:488px"> <form:select path="negreason" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${offnegres}" var="nres"> <c:forEach items="${offnegres}" var="nres">
@@ -1127,7 +1126,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -22,7 +22,6 @@
<script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</script>
<script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script> <script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/autorem.js?ver=9" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/autorem.js?ver=9" type="text/javascript"></script>
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/file.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" />
@@ -61,7 +60,7 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('O')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('O')">Show Editors</div>
<c:if test="${offDetails.requiredphoto gt 0 }"> <c:if test="${offDetails.requiredphoto gt 0 }">
<div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('O')">Show Photos</div> <div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('O')">Show Photos</div>
<div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('O')">Show Location</div> <div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('O')">Show Location</div>
@@ -219,7 +218,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -803,7 +802,7 @@
<div id="divOther" class="FormPanel"> <div id="divOther" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Father name Father name
@@ -889,7 +888,7 @@
<div id="divVerifier" class="FormPanel"> <div id="divVerifier" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters) Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
@@ -931,7 +930,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -968,7 +967,7 @@
Non Contactable Reason Non Contactable Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:300px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:300px;">
<form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required"> <form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
@@ -1074,7 +1073,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" onchange="validatenegreason()" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" onchange="validatenegreason()" style="width:470px;">
<form:select path="negreason" multiple="false" style="width:488px"> <form:select path="negreason" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${offnegres}" var="nres"> <c:forEach items="${offnegres}" var="nres">
@@ -1125,7 +1124,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -14,11 +14,10 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/common.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/common.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('${offDetails.getUuid()}','o');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</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" />
@@ -49,9 +48,9 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('O')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('O')">Show Editors</div>
<c:if test="${offDetails.requiredphoto gt 0 }"> <c:if test="${offDetails.requiredphoto gt 0 }">
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showPhotos('O',document.getElementById('mvcode').value)">Show Photos</div> <div class="linkbutton report-title-action" style="float:right" onclick="showPhotos('O',document.getElementById('mvcode').value)">Show Photos</div>
</c:if> </c:if>
<% <%
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"))
@@ -205,7 +204,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -775,7 +774,7 @@
<div id="divOther" class="FormPanel"> <div id="divOther" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Father name Father name
@@ -861,7 +860,7 @@
<div id="divVerifier" class="FormPanel"> <div id="divVerifier" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s6"> <td class="office-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters) Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
@@ -903,7 +902,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -988,7 +987,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:470px;">
<form:select path="negreason" multiple="false" style="width:488px"> <form:select path="negreason" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${offnegres}" var="nres"> <c:forEach items="${offnegres}" var="nres">
@@ -1031,7 +1030,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -16,7 +16,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -47,7 +47,7 @@
<div class="title matrix-page-heading"> <div class="title matrix-page-heading">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->

View File

@@ -16,11 +16,10 @@
<script language="javascript" src="/matrix/js/lib/ajaxfileupload.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/lib/ajaxfileupload.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/ui/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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/common.js?v=1" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/common.js?v=1" 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('${othDetails.getUuid()}','p');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${othDetails.getUuid()}','p');};</script>
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/file.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" />
@@ -45,10 +44,10 @@
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="linkbutton report-title-action" style="float:right" onclick="showEditors('P')">Show Editors</div>
<c:if test="${othDetails.requiredphoto gt 0 }"> <c:if test="${othDetails.requiredphoto gt 0 }">
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="tagDocs('P')">Show Photos</div> <div class="linkbutton report-title-action" style="float:right" onclick="tagDocs('P')">Show Photos</div>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="getGpsLoc('P')">Show Location</div> <div class="linkbutton report-title-action" style="float:right" onclick="getGpsLoc('P')">Show Location</div>
</c:if> </c:if>
<% <%
if(session.getAttribute("userrole")!=null || session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr")) if(session.getAttribute("userrole")!=null || session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
@@ -196,7 +195,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -319,9 +318,9 @@
<form:textarea path="verremarks" onblur="validate(this,'f','Remarks')" style="width:905px;height:60px" class="textbox" /> <form:textarea path="verremarks" onblur="validate(this,'f','Remarks')" style="width:905px;height:60px" class="textbox" />
</div> </div>
</div> </div>
<div class="widget" style="" id="btn-rremakrs"> <div class="widget report-copy-remarks">
<div class="lblcontainer"> <div class="lblcontainer">
<input type="button" class="button" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Residence Remarks" id="btndownload" onclick="$('#remarks').val('Residence Remarks - '+$('#verremarks').val()+'\r\n\r\n'+$('#remarks').val())" accesskey="R" /> <input type="button" class="button report-download-action" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Residence Remarks" id="btncopyresiremarks" onclick="$('#remarks').val('Residence Remarks - '+$('#verremarks').val()+'\r\n\r\n'+$('#remarks').val())" accesskey="R" />
</div> </div>
</div> </div>
<div class="widget" id="widvopinion"> <div class="widget" id="widvopinion">
@@ -357,7 +356,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -431,9 +430,9 @@
</div> </div>
</div> </div>
${othDetails.verifiersec} ${othDetails.verifiersec}
<div class="widget" style="" id="btn-rremakrs"> <div class="widget report-copy-remarks">
<div class="lblcontainer"> <div class="lblcontainer">
<input type="button" class="button" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Office Remarks" id="btndownload" onclick="$('#remarks').val($('#remarks').val()+'Office Remarks - '+$('#Fieldtext_3').val())" accesskey="R" /> <input type="button" class="button report-download-action" name="btndownload" style="margin-left:1px;margin-top:5px;float:right" value="Copy Office Remarks" id="btncopyofficeremarks" onclick="$('#remarks').val($('#remarks').val()+'Office Remarks - '+$('#Fieldtext_3').val())" accesskey="R" />
</div> </div>
</div> </div>
</td> </td>
@@ -477,7 +476,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:470px;">
<form:select path="negreason" multiple="false" style="width:488px"> <form:select path="negreason" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${negres}" var="nres"> <c:forEach items="${negres}" var="nres">
@@ -520,7 +519,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -17,7 +17,7 @@
<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/ui/jquery-ui.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/appjs/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" 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/jquery-ui.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
@@ -49,14 +49,14 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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 class="matrix-report-overview" border="0" style="width:100%" cellspacing="0"> <table class="matrix-report-overview" border="0" style="width:100%" cellspacing="0">
<tr> <tr>
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;width:350px"> <td 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 class="FormPanel matrix-filter-panel" style="height:100%" >
<table align="center" class="matrix-form-controls"> <table align="center" class="matrix-form-controls">
<tr> <tr>
<td colspan="2"><b>Filters</b></td> <td colspan="2"><b>Filters</b></td>
@@ -108,8 +108,8 @@
</table> </table>
</div> </div>
</td> </td>
<td id="filter" class="matrix-report-card matrix-report-card--filters" valign="top" style="border:1px solid #a7abb4;width:300px"> <td 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 class="FormPanel matrix-filter-panel" style="height:100%" >
<table align="center" class="matrix-form-controls"> <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>
@@ -122,8 +122,8 @@
<tr> <tr>
<td><b>Risk</b></td> <td><b>Risk</b></td>
<td> <td>
<div class="divselect" id="divportfolio" style="width:176px;"> <div class="divselect" id="divrisk" style="width:176px;">
<form:select path="fltrisk" multiple="false" id="portlist" style="width:194px" > <form:select path="fltrisk" multiple="false" id="risklist" style="width:194px" >
<form:option value="-1" label="Select" selected="true"/> <form:option value="-1" label="Select" selected="true"/>
<form:option value="1" label="1" /> <form:option value="1" label="1" />
<form:option value="2" label="2" /> <form:option value="2" label="2" />
@@ -353,16 +353,15 @@
function fillScannerDD(){ function fillScannerDD(){
var arr = ["Select"]; var arr = ["Select"];
var scannerddhtml = '<select id="scannerlist" style="width:253px" onchange="filterScanningGrid(this)" ><option value="-1">Select</option>'; var scannerList = $("#scannerlist");
scannerList.empty().append($("<option>", { value: "-1", text: "Select" }));
$("#tabbody tr").each(function(){ $("#tabbody tr").each(function(){
var scannername = $(this).find('td').eq(14).html(); var scannername = $(this).find('td').eq(14).html();
if (arr.indexOf(scannername)==-1){ if (arr.indexOf(scannername)==-1){
arr.push(scannername); arr.push(scannername);
scannerddhtml = scannerddhtml + '<option value="'+scannername+'">'+scannername+'</option>'; scannerList.append($("<option>", { value: scannername, text: scannername }));
} }
}); });
scannerddhtml = scannerddhtml+ '</select>';
$("#scannerdiv").html(scannerddhtml);
} }
function filterScanningGrid(el){ function filterScanningGrid(el){

View File

@@ -15,7 +15,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -46,7 +46,7 @@
<div class="title matrix-page-heading"> <div class="title matrix-page-heading">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->
@@ -290,75 +290,75 @@
<td>${cases[12]}</td> <td>${cases[12]}</td>
<c:choose> <c:choose>
<c:when test="${cases[41]=='1'}"> <c:when test="${cases[41]=='1'}">
<td id="rreport" class="" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td>
</c:when> </c:when>
<c:when test="${cases[43]==''}"> <c:when test="${cases[43]==''}">
<td id="rreport" class="" >${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" >${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<c:choose> <c:choose>
<c:when test="${cases[71]!='' }"> <c:when test="${cases[71]!='' }">
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[44]=='1'}"> <c:when test="${cases[44]=='1'}">
<td id="oreport" class="" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:when> </c:when>
<c:when test="${cases[46]==''}"> <c:when test="${cases[46]==''}">
<td id="oreport" class="">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o">${cases[14]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="oreport" class="" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[47]=='1'}"> <c:when test="${cases[47]=='1'}">
<td id="treport" class="" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:when> </c:when>
<c:when test="${cases[49]==''}"> <c:when test="${cases[49]==''}">
<td id="treport" class="" >${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" >${cases[16]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="treport" class="" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[50]=='1'}"> <c:when test="${cases[50]=='1'}">
<td id="preport" class="" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:when> </c:when>
<c:when test="${cases[52]==''}"> <c:when test="${cases[52]==''}">
<td id="preport" class="" >${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" >${cases[15]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="preport" class="" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[60]=='1'}"> <c:when test="${cases[60]=='1'}">
<td id="rtreport" class="" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:when> </c:when>
<c:when test="${cases[62]==''}" > <c:when test="${cases[62]==''}" >
<td id="rtreport" class="" >${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" >${cases[19]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rtreport" class="" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[67]=='1'}"> <c:when test="${cases[67]=='1'}">
<td id="fdreport" class="" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:when> </c:when>
<c:when test="${cases[69]==''}" > <c:when test="${cases[69]==''}" >
<td id="fdreport" class="" >${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" >${cases[66]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="fdreport" class="" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<td>${cases[24]}</td> <td>${cases[24]}</td>

View File

@@ -14,11 +14,10 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/common.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/common.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('${refDetails.getUuid()}','rt');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${refDetails.getUuid()}','rt');};</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" />
@@ -41,7 +40,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="linkbutton report-title-action" style="float:right" onclick="showEditors('RT')">Show Editors</div>
<% <%
if(session.getAttribute("usertype").toString().equals("mgr")) if(session.getAttribute("usertype").toString().equals("mgr"))
{ {
@@ -102,7 +101,7 @@
Telecaller Name Telecaller Name
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divcaller" style="width:160px;"> <div class="divselect reference-select-wrap" style="width:160px;">
<form:select path="caller" style="width:178px"> <form:select path="caller" style="width:178px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${callerlist}" var="tclist"> <c:forEach items="${callerlist}" var="tclist">
@@ -176,7 +175,7 @@
<div id="divRef1det" class="FormPanel"> <div id="divRef1det" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2_1"> <td class="reference-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Name Name
@@ -198,7 +197,7 @@
Relation Relation
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divcaller" style="width:130px;"> <div class="divselect reference-select-wrap" style="width:130px;">
<form:select path="ref1relation" style="width:148px"> <form:select path="ref1relation" style="width:148px">
<form:option value="-1" label="NA" /> <form:option value="-1" label="NA" />
<form:option value="Personal" label="Personal" /> <form:option value="Personal" label="Personal" />
@@ -229,7 +228,7 @@
Status Status
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divstatus" style="width:150px;"> <div class="divselect reference-status-wrap" style="width:150px;">
<form:select path="ref1status" multiple="false" style="width:168px"> <form:select path="ref1status" multiple="false" style="width:168px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Positive" label="Positive" /> <form:option value="Positive" label="Positive" />
@@ -265,7 +264,7 @@
<div id="divRef2det" class="FormPanel"> <div id="divRef2det" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2_1"> <td class="reference-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Name Name
@@ -287,7 +286,7 @@
Relation Relation
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divcaller" style="width:130px;"> <div class="divselect reference-select-wrap" style="width:130px;">
<form:select path="ref2relation" style="width:148px"> <form:select path="ref2relation" style="width:148px">
<form:option value="-1" label="NA" /> <form:option value="-1" label="NA" />
<form:option value="Personal" label="Personal" /> <form:option value="Personal" label="Personal" />
@@ -318,7 +317,7 @@
Status Status
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divstatus" style="width:150px;"> <div class="divselect reference-status-wrap" style="width:150px;">
<form:select path="ref2status" multiple="false" style="width:168px"> <form:select path="ref2status" multiple="false" style="width:168px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Positive" label="Positive" /> <form:option value="Positive" label="Positive" />

View File

@@ -24,7 +24,6 @@
<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>
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/file.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?ver=1" rel="stylesheet" type="text/css" /> <link href="/matrix/css/div.css?ver=1" rel="stylesheet" type="text/css" />
@@ -60,7 +59,7 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('R')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('R')">Show Editors</div>
<c:if test="${resiDetails.requiredphoto gt 0 }"> <c:if test="${resiDetails.requiredphoto gt 0 }">
<div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('R')">Show Photos</div> <div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('R')">Show Photos</div>
<div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('R')">Show Location</div> <div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('R')">Show Location</div>
@@ -78,7 +77,7 @@
if(session.getAttribute("usertype").toString().equals("mgr")) if(session.getAttribute("usertype").toString().equals("mgr"))
{ {
%> %>
<div id="crtcontactno" class="linkbutton" style="float:right" onclick="handleAscan('R')"><form:checkbox path="allowascan" /></div> <div id="crtascan" class="linkbutton" style="float:right" onclick="handleAscan('R')"><form:checkbox path="allowascan" /></div>
<% <%
} }
%> %>
@@ -220,7 +219,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -902,7 +901,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -939,7 +938,7 @@
Non Contactable Reason Non Contactable Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:300px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:300px;">
<form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required"> <form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
@@ -1046,7 +1045,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:470px;">
<form:select path="negreason" onchange="validatenegreason()" multiple="false" style="width:488px"> <form:select path="negreason" onchange="validatenegreason()" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${negres}" var="nres"> <c:forEach items="${negres}" var="nres">
@@ -1095,7 +1094,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -23,7 +23,6 @@
<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=9" type="text/javascript"></script> <script src="/matrix/js/appjs/autorem.js?ver=9" type="text/javascript"></script>
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/file.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/file.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?ver=1" rel="stylesheet" type="text/css" /> <link href="/matrix/css/div.css?ver=1" rel="stylesheet" type="text/css" />
@@ -60,7 +59,7 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('R')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('R')">Show Editors</div>
<c:if test="${resiDetails.requiredphoto gt 0 }"> <c:if test="${resiDetails.requiredphoto gt 0 }">
<div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('R')">Show Photos</div> <div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('R')">Show Photos</div>
<div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('R')">Show Location</div> <div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('R')">Show Location</div>
@@ -78,7 +77,7 @@
if(session.getAttribute("usertype").toString().equals("mgr")) if(session.getAttribute("usertype").toString().equals("mgr"))
{ {
%> %>
<div id="crtcontactno" class="linkbutton" style="float:right" onclick="handleAscan('R')"><form:checkbox path="allowascan" /></div> <div id="crtascan" class="linkbutton" style="float:right" onclick="handleAscan('R')"><form:checkbox path="allowascan" /></div>
<% <%
} }
%> %>
@@ -219,7 +218,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -901,7 +900,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -938,7 +937,7 @@
Non Contactable Reason Non Contactable Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:300px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:300px;">
<form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required"> <form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
@@ -1044,7 +1043,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:470px;">
<form:select path="negreason" onchange="validatenegreason()" multiple="false" style="width:488px"> <form:select path="negreason" onchange="validatenegreason()" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${negres}" var="nres"> <c:forEach items="${negres}" var="nres">
@@ -1093,7 +1092,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -14,11 +14,10 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/common.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/common.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('${resiDetails.getUuid()}','r');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${resiDetails.getUuid()}','r');};</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" />
@@ -49,9 +48,9 @@
<% <%
} }
%> %>
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('R')">Show Editors</div> <div class="linkbutton report-title-action" style="float:right" onclick="showEditors('R')">Show Editors</div>
<c:if test="${resiDetails.requiredphoto gt 0 }"> <c:if test="${resiDetails.requiredphoto gt 0 }">
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showPhotos('R',document.getElementById('mvcode').value)">Show Photos</div> <div class="linkbutton report-title-action" style="float:right" onclick="showPhotos('R',document.getElementById('mvcode').value)">Show Photos</div>
</c:if> </c:if>
<% <%
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"))
@@ -197,7 +196,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -849,7 +848,7 @@
<font color="red">Any political links</font> <font color="red">Any political links</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="political" multiple="false" style="width:85px"> <form:select path="political" multiple="false" style="width:85px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />
@@ -934,7 +933,7 @@
Negative Reason Negative Reason
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divnegreason" style="width:470px;"> <div class="divselect report-select-wrap report-select-wrap--negative-reason" style="width:470px;">
<form:select path="negreason" multiple="false" style="width:488px"> <form:select path="negreason" multiple="false" style="width:488px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<c:forEach items="${negres}" var="nres"> <c:forEach items="${negres}" var="nres">
@@ -976,7 +975,7 @@
<font color="red">Red alert</font> <font color="red">Red alert</font>
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divpollink" style="width:65px;"> <div class="divselect report-select-wrap report-select-wrap--alert" style="width:65px;">
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px"> <form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<form:option value="Yes" label="YES" /> <form:option value="Yes" label="YES" />

View File

@@ -15,7 +15,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -80,7 +80,7 @@
<div class="title matrix-page-heading"> <div class="title matrix-page-heading">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->
@@ -327,75 +327,75 @@
<td>${cases[12]}</td> <td>${cases[12]}</td>
<c:choose> <c:choose>
<c:when test="${cases[41]=='1'}"> <c:when test="${cases[41]=='1'}">
<td id="rreport" class="" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td>
</c:when> </c:when>
<c:when test="${cases[43]==''}"> <c:when test="${cases[43]==''}">
<td id="rreport" class="" >${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" >${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<c:choose> <c:choose>
<c:when test="${cases[71]!='' }"> <c:when test="${cases[71]!='' }">
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[44]=='1'}"> <c:when test="${cases[44]=='1'}">
<td id="oreport" class="" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:when> </c:when>
<c:when test="${cases[46]==''}"> <c:when test="${cases[46]==''}">
<td id="oreport" class="">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o">${cases[14]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="oreport" class="" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[47]=='1'}"> <c:when test="${cases[47]=='1'}">
<td id="treport" class="" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:when> </c:when>
<c:when test="${cases[49]==''}"> <c:when test="${cases[49]==''}">
<td id="treport" class="" >${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" >${cases[16]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="treport" class="" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[50]=='1'}"> <c:when test="${cases[50]=='1'}">
<td id="preport" class="" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:when> </c:when>
<c:when test="${cases[52]==''}"> <c:when test="${cases[52]==''}">
<td id="preport" class="" >${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" >${cases[15]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="preport" class="" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[60]=='1'}"> <c:when test="${cases[60]=='1'}">
<td id="rtreport" class="" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:when> </c:when>
<c:when test="${cases[62]==''}" > <c:when test="${cases[62]==''}" >
<td id="rtreport" class="" >${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" >${cases[19]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rtreport" class="" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[67]=='1'}"> <c:when test="${cases[67]=='1'}">
<td id="fdreport" class="" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:when> </c:when>
<c:when test="${cases[69]==''}" > <c:when test="${cases[69]==''}" >
<td id="fdreport" class="" >${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" >${cases[66]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="fdreport" class="" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<td>${cases[24]}</td> <td>${cases[24]}</td>

View File

@@ -15,7 +15,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -46,7 +46,7 @@
<div class="title matrix-page-heading"> <div class="title matrix-page-heading">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->
@@ -165,75 +165,75 @@
<td>${cases[12]}</td> <td>${cases[12]}</td>
<c:choose> <c:choose>
<c:when test="${cases[41]=='1'}"> <c:when test="${cases[41]=='1'}">
<td id="rreport" class="" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Locked by ${cases[43]} on ${cases[42]}">${cases[13]}</td>
</c:when> </c:when>
<c:when test="${cases[43]==''}"> <c:when test="${cases[43]==''}">
<td id="rreport" class="" >${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" >${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<c:choose> <c:choose>
<c:when test="${cases[71]!='' }"> <c:when test="${cases[71]!='' }">
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} and complete saved by ${cases[71]} on ${cases[27]}">${cases[13]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rreport" class="" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td> <td class="report-cell report-cell--residence" data-report-type="r" title="Last accessed by ${cases[43]} on ${cases[42]} ">${cases[13]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[44]=='1'}"> <c:when test="${cases[44]=='1'}">
<td id="oreport" class="" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Locked by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:when> </c:when>
<c:when test="${cases[46]==''}"> <c:when test="${cases[46]==''}">
<td id="oreport" class="">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o">${cases[14]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="oreport" class="" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td> <td class="report-cell report-cell--office" data-report-type="o" title="Last accessed by ${cases[46]} on ${cases[45]}">${cases[14]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[47]=='1'}"> <c:when test="${cases[47]=='1'}">
<td id="treport" class="" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Locked by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:when> </c:when>
<c:when test="${cases[49]==''}"> <c:when test="${cases[49]==''}">
<td id="treport" class="" >${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" >${cases[16]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="treport" class="" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td> <td class="report-cell report-cell--telecalling" data-report-type="t" title="Last accessed by ${cases[49]} on ${cases[48]}">${cases[16]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[50]=='1'}"> <c:when test="${cases[50]=='1'}">
<td id="preport" class="" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Locked by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:when> </c:when>
<c:when test="${cases[52]==''}"> <c:when test="${cases[52]==''}">
<td id="preport" class="" >${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" >${cases[15]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="preport" class="" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td> <td class="report-cell report-cell--property" data-report-type="p" title="Last accessed by ${cases[52]} on ${cases[51]}">${cases[15]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[60]=='1'}"> <c:when test="${cases[60]=='1'}">
<td id="rtreport" class="" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Locked by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:when> </c:when>
<c:when test="${cases[62]==''}" > <c:when test="${cases[62]==''}" >
<td id="rtreport" class="" >${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" >${cases[19]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="rtreport" class="" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td> <td class="report-cell report-cell--reference" data-report-type="rt" title="Last accessed by ${cases[62]} on ${cases[61]}">${cases[19]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
<c:when test="${cases[67]=='1'}"> <c:when test="${cases[67]=='1'}">
<td id="fdreport" class="" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Locked by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:when> </c:when>
<c:when test="${cases[69]==''}" > <c:when test="${cases[69]==''}" >
<td id="fdreport" class="" >${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" >${cases[66]}</td>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td id="fdreport" class="" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td> <td class="report-cell report-cell--final-done" data-report-type="fd" title="Last accessed by ${cases[69]} on ${cases[68]}">${cases[66]}</td>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<td>${cases[24]}</td> <td>${cases[24]}</td>

View File

@@ -14,10 +14,9 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" 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" />
@@ -46,7 +45,7 @@
<div id="divCase" class="FormPanel"> <div id="divCase" class="FormPanel">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s1"> <td class="tele-report-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Application No.&nbsp;&nbsp;&nbsp; Application No.&nbsp;&nbsp;&nbsp;
@@ -113,7 +112,7 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section2) --> <!-- Form (Section2) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s2"> <td id="s2">
@@ -235,7 +234,7 @@
Final Status Final Status
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="vidfinalstatus" style="width:85px;"> <div class="divselect tele-final-status" style="width:85px;">
<select name="contperson" style="width:105px"> <select name="contperson" style="width:105px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<option value="yes" selected>Yes</option> <option value="yes" selected>Yes</option>
@@ -377,10 +376,10 @@
</div> </div>
<!-- --> <!-- -->
<!-- Form (Section3) --> <!-- Form (Section3) -->
<div id="divGeneral" class="FormPanel"> <div class="FormPanel report-general-section">
<table align="center" class="matrix-form-controls" width="99%"> <table align="center" class="matrix-form-controls" width="99%">
<tr> <tr>
<td id="s1"> <td class="tele-report-section-cell">
<div class="widget"> <div class="widget">
<div class="lblcontainer"> <div class="lblcontainer">
Contact No Contact No
@@ -614,7 +613,7 @@
Final Status Final Status
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="vidfinalstatus" style="width:160px;"> <div class="divselect tele-final-status" style="width:160px;">
<select name="contperson" style="width:180px"> <select name="contperson" style="width:180px">
<option value="-1" selected>NA</option> <option value="-1" selected>NA</option>
<option value="satisfactory" selected>Satisfactory</option> <option value="satisfactory" selected>Satisfactory</option>

View File

@@ -16,7 +16,7 @@
<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/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?v=11" 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/textbox.css" rel="stylesheet" type="text/css" /> <link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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) -->

View File

@@ -14,11 +14,10 @@
<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/reporting.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/reporting.js?v=11" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/appjs/common.js" type="text/javascript"></script> <script language="javascript" src="/matrix/js/appjs/common.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('${tvrDetails.getUuid()}','t');};</script> <script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${tvrDetails.getUuid()}','t');};</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" />
@@ -41,7 +40,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="linkbutton report-title-action" style="float:right" onclick="showEditors('T')">Show Editors</div>
<% <%
if(session.getAttribute("usertype").toString().equals("mgr")) if(session.getAttribute("usertype").toString().equals("mgr"))
{ {

View File

@@ -46,7 +46,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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">
@@ -60,7 +60,7 @@
Verifier Verifier
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:65px;"> <div class="divselect matrix-select-wrap" style="width:65px;">
<form:select path="verifier" multiple="false" id="verlist" style="width:83px" > <form:select path="verifier" multiple="false" id="verlist" style="width:83px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${verlist}" var="ver"> <c:forEach items="${verlist}" var="ver">
@@ -95,7 +95,7 @@
Shift To Shift To
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:50px;"> <div class="divselect matrix-select-wrap" style="width:50px;">
<form:select path="toverifier" multiple="false" id="tverlist" style="width:68px" > <form:select path="toverifier" multiple="false" id="tverlist" style="width:68px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${verlist}" var="ver"> <c:forEach items="${verlist}" var="ver">
@@ -147,7 +147,7 @@
${record.verifiername} ${record.verifiername}
</td> </td>
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;"> <td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
<div class="divselect" id="divver" style="width:50px;"> <div class="divselect matrix-select-wrap" style="width:50px;">
<form:hidden path="allocbelts[${mystatus.index}].pverifier" id="pverifier${mystatus.count}" value="${status.value}"/> <form:hidden path="allocbelts[${mystatus.index}].pverifier" id="pverifier${mystatus.count}" value="${status.value}"/>
<form:select path="allocbelts[${mystatus.index}].verifier" multiple="false" id="verifier${mystatus.count}" style="width:68px" > <form:select path="allocbelts[${mystatus.index}].verifier" multiple="false" id="verifier${mystatus.count}" style="width:68px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('casetransfer','_parent','casetransfer')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">
@@ -63,7 +63,7 @@
</div> </div>
<br /> <br />
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:50px;"> <div class="divselect matrix-select-wrap" style="width:50px;">
<form:select path="verifier" multiple="false" id="verlist" style="width:68px" > <form:select path="verifier" multiple="false" id="verlist" style="width:68px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${verlist}" var="ver"> <c:forEach items="${verlist}" var="ver">
@@ -79,7 +79,7 @@
</div> </div>
<br /> <br />
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:82px;"> <div class="divselect matrix-select-wrap" style="width:82px;">
<form:select path="older" multiple="false" id="daylist" style="width:100px" > <form:select path="older" multiple="false" id="daylist" style="width:100px" >
<form:option label="---" value="-1" /> <form:option label="---" value="-1" />
<form:option label="1 Day" value="1" /> <form:option label="1 Day" value="1" />
@@ -143,7 +143,7 @@
Shift To Shift To
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:50px;"> <div class="divselect matrix-select-wrap" style="width:50px;">
<form:select path="toverifier" multiple="false" id="tverlist" style="width:68px" > <form:select path="toverifier" multiple="false" id="tverlist" style="width:68px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${verlist}" var="ver"> <c:forEach items="${verlist}" var="ver">
@@ -240,7 +240,7 @@
${record.batch} ${record.batch}
</td> </td>
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;"> <td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
<div class="divselect" id="divver" style="width:50px;"> <div class="divselect matrix-select-wrap" style="width:50px;">
<form:hidden path="alloccases[${mystatus.index}].pverifier" id="pverifier${mystatus.count}" value="${status.value}"/> <form:hidden path="alloccases[${mystatus.index}].pverifier" id="pverifier${mystatus.count}" value="${status.value}"/>
<form:select path="alloccases[${mystatus.index}].verifier" multiple="false" id="verifier${mystatus.count}" style="width:68px" > <form:select path="alloccases[${mystatus.index}].verifier" multiple="false" id="verifier${mystatus.count}" style="width:68px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>

View File

@@ -49,7 +49,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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">
@@ -57,8 +57,8 @@
<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>
<div id="crtbeltdiv" class="linkbutton" style="float:left" onclick="showColonyInfo(0)"><img src="/matrix/images/city.png" align="absmiddle" /> New Colony</div> <div class="linkbutton colony-action" style="float:left" onclick="showColonyInfo(0)"><img src="/matrix/images/city.png" align="absmiddle" /> New Colony</div>
<div id="crtbeltdiv" class="linkbutton" style="float:left" onclick="ChangeMode()"><img src="/matrix/images/col_trans.png" align="absmiddle" /> Transfer Colony</div> <div class="linkbutton colony-action" style="float:left" onclick="ChangeMode()"><img src="/matrix/images/col_trans.png" align="absmiddle" /> Transfer Colony</div>
<br /> <br />
</td> </td>
</tr> </tr>
@@ -125,7 +125,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="widget" id="tobeltdiv"> <div class="widget colony-transfer-status">
<div class="lblcontainer"> <div class="lblcontainer">
To To
</div> </div>

View File

@@ -45,7 +45,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('deletecase1','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -51,7 +51,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/emaillist.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/emaillist.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('manageemailids','_parent','emailmanager')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">
@@ -64,7 +64,7 @@
Portfolio Portfolio
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:270px;"> <div class="divselect matrix-select-wrap" style="width:270px;">
<form:select path="portfolio" multiple="false" style="width:288px" onchange="fetchBranch(this.value)"> <form:select path="portfolio" multiple="false" style="width:288px" onchange="fetchBranch(this.value)">
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${portlist}" var="port"> <c:forEach items="${portlist}" var="port">
@@ -149,10 +149,10 @@
<input type="button" class="button" name="btninfo" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btninfo" title="Click for more information" onclick="emailidActions(${email[0]},3)" /> <input type="button" class="button" name="btninfo" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btninfo" title="Click for more information" onclick="emailidActions(${email[0]},3)" />
<c:choose> <c:choose>
<c:when test="${email[14]=='TO' || email[8]=='0'}"> <c:when test="${email[14]=='TO' || email[8]=='0'}">
<input type="button" class="buttondisabled" name="bt-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btntransfer" pid="${email[6]}" bid="${email[7]}" title="You need to change recipient type to CC to transfer this email id" onclick="return false" /> <input type="button" class="buttondisabled email-transfer-action" name="bt-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" pid="${email[6]}" bid="${email[7]}" title="You need to change recipient type to CC to transfer this email id" onclick="return false" />
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<input type="button" class="button" name="bt-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btntransfer" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="Transfer mail id" onclick="emailidActions(this,4)" /> <input type="button" class="button email-transfer-action" name="bt-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="Transfer mail id" onclick="emailidActions(this,4)" />
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
@@ -162,10 +162,10 @@
<c:otherwise> <c:otherwise>
<c:choose> <c:choose>
<c:when test="${email[14]=='TO'}"> <c:when test="${email[14]=='TO'}">
<input type="button" class="buttondisabled" name="bd-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btndelete" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="You need to change recipient type to CC to remove this email id" onclick="return false" /> <input type="button" class="buttondisabled email-delete-action" name="bd-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="You need to change recipient type to CC to remove this email id" onclick="return false" />
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<input type="button" class="button" name="bd-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" id="btndelete" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="Remove this email id from this branch only" onclick="emailidActions(this,5)" /> <input type="button" class="button email-delete-action" name="bd-${email[0]}" value="" style="margin-top:3px;text-indent:0px;padding:3px 9px;" cid="${email[0]}" pid="${email[6]}" bid="${email[7]}" title="Remove this email id from this branch only" onclick="emailidActions(this,5)" />
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</c:otherwise> </c:otherwise>

View File

@@ -50,7 +50,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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">

View File

@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('getpendingfraudbulletin','_parent','getpendingfraudbulletin')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -44,7 +44,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/groupsms.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/groupsms.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('groupsms','_parent','gsms')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/city.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('listholiday','_parent','formholiday')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -49,14 +49,14 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/verifier_list.gif" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/verifier_list.gif" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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" id="filtertab" 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 class="linkbutton verifier-action" style="float:left" onclick="showVerifierInfo(0)"><img src="/matrix/images/add_verifier.png" align="absmiddle" />New Verifier</div>
<br /> <br />
</td> </td>
</tr> </tr>
@@ -122,10 +122,10 @@
<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"><div class="linkbutton" style="float:left;font-size:inherit;font-weight:normal" onclick="showVerifierInfo(${verlist[0]})" title="Edit details">${verlist[1]}</div></td> <td class="verifier-code"><div class="linkbutton verifier-action" 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 class="verifier-name"><div class="linkbutton verifier-action" 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 class="verifier-mobile">${verlist[4]}</td>
<td align="center">${verlist[5]}</td> <td align="center">${verlist[5]}</td>
</tr> </tr>
</c:forEach> </c:forEach>

View File

@@ -50,7 +50,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">
@@ -194,7 +194,7 @@
Product &nbsp; Product &nbsp;
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<input readonly="readonly" id="product" id="product" style="width:120px" /> <input readonly="readonly" id="product" style="width:120px" />
</div> </div>
</div> </div>
<div class="widget" style="display:none"> <div class="widget" style="display:none">

View File

@@ -45,7 +45,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/undo_done.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/undo_done.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -46,7 +46,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/camera.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/camera.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('mnimblecasepinit','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -47,7 +47,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('oclcases','_parent','oclcases')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -49,7 +49,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" 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">

View File

@@ -46,7 +46,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" /> <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> <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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('optrcasepen','_parent','oprcasetool')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">
@@ -59,7 +59,7 @@
Verifier Verifier
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<div class="divselect" id="divver" style="width:60px;"> <div class="divselect matrix-select-wrap" style="width:60px;">
<select id="verlist" style="width:78px" > <select id="verlist" style="width:78px" >
<option value="-1" selected>---</option> <option value="-1" selected>---</option>
<c:forEach items="${verlist}" var="ver"> <c:forEach items="${verlist}" var="ver">

View File

@@ -48,7 +48,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('matrixquery','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">
@@ -209,7 +209,7 @@
Product &nbsp; Product &nbsp;
</div> </div>
<div class="inputcontainer"> <div class="inputcontainer">
<input readonly="readonly" id="product" id="product" style="width:120px" /> <input readonly="readonly" id="product" style="width:120px" />
</div> </div>
</div> </div>
<div class="widget"> <div class="widget">

View File

@@ -45,7 +45,7 @@
<div class="title"> <div class="title">
<img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" /> <img class="matrix-title-icon" src="/matrix/images/query.png" align="absmiddle" />
<span class="matrix-title-text" 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 class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('caseunlock','_parent','filterform')"/>
</div> </div>
<!-- --> <!-- -->
<div id="FormPanel" class="FormPanel"> <div id="FormPanel" class="FormPanel">

View File

@@ -14,7 +14,8 @@ background:url('/matrix/images/upload.png') 4px center no-repeat;
{ {
background:url('/matrix/images/attachpin.png') 4px center no-repeat; background:url('/matrix/images/attachpin.png') 4px center no-repeat;
} }
.button#btndownload .button#btndownload,
.button.report-download-action
{ {
background:url('/matrix/images/download.png') 4px center no-repeat; background:url('/matrix/images/download.png') 4px center no-repeat;
} }

View File

@@ -67,7 +67,7 @@
margin-left:8px; margin-left:8px;
border:none; border:none;
} }
.title #close .title .matrix-title-action
{ {
margin-top:1px; margin-top:1px;
border:none; border:none;

View File

@@ -19,7 +19,7 @@
min-height: 30px; min-height: 30px;
} }
.matrix-manage-product #formcontainer > form > div > .title #close { .matrix-manage-product #formcontainer > form > div > .title .matrix-title-action {
position: static !important; position: static !important;
inset: auto !important; inset: auto !important;
flex: 0 0 28px; flex: 0 0 28px;

View File

@@ -322,7 +322,7 @@
font-weight: 400 !important; font-weight: 400 !important;
} }
.matrix-shell #PageFrame > .title > img#close { .matrix-shell #PageFrame > .title > img.matrix-title-action {
display: none !important; display: none !important;
} }

View File

@@ -27,7 +27,7 @@
white-space: nowrap; white-space: nowrap;
} }
.matrix-batch-v2 #PageFrame > .title:first-child img#close { .matrix-batch-v2 #PageFrame > .title:first-child img.matrix-title-action {
order: 3; order: 3;
margin-left: auto; margin-left: auto;
cursor: pointer; cursor: pointer;

View File

@@ -23,7 +23,7 @@ function InitPage()
$("#casetable").tablesorter({debug: true}); $("#casetable").tablesorter({debug: true});
if($("#page").val()=="scanreporting" || $("#page").val()=="qcscanreporting") if($("#page").val()=="scanreporting" || $("#page").val()=="qcscanreporting")
{ {
$('#tabbody tr [id*=report]').click(function (event) { $('#tabbody tr [data-report-type], #tabbody tr [id*=report]').click(function (event) {
var parentRow=this.parentNode; var parentRow=this.parentNode;
currow=$(parentRow).index(); currow=$(parentRow).index();
curcol=$(this).index(); curcol=$(this).index();
@@ -70,7 +70,7 @@ function BypassValidation(reptype)
{ {
if(reptype=='O' || reptype=='R') if(reptype=='O' || reptype=='R')
{ {
$("#divGeneral").hide(); $(".report-general-section").hide();
$("#divObservation").hide(); $("#divObservation").hide();
$("#divNeighbour").hide(); $("#divNeighbour").hide();
$("#divOther").hide(); $("#divOther").hide();
@@ -145,8 +145,11 @@ function GetRowData(SelectedRow)
tempStr=''; tempStr='';
if($('#page').val()=="scanreporting") if($('#page').val()=="scanreporting")
{ {
suffix=$(SelectedRow).find('td').eq(curcol).attr('id').replace('report',''); var selectedCell=$(SelectedRow).find('td').eq(curcol);
tempStr=$(SelectedRow).find('td').eq(curcol).html(); var reportType=selectedCell.attr('data-report-type');
var legacyReportId=selectedCell.attr('id') || '';
suffix=reportType || legacyReportId.replace('report','');
tempStr=selectedCell.html();
} }
else else
{ {

View File

@@ -28,7 +28,7 @@ function InitPage()
$("#casetable").tablesorter({debug: true}); $("#casetable").tablesorter({debug: true});
if($("#page").val()=="scanreporting") if($("#page").val()=="scanreporting")
{ {
$('#tabbody tr [id*=report]').click(function (event) { $('#tabbody tr [data-report-type], #tabbody tr [id*=report]').click(function (event) {
var parentRow=this.parentNode; var parentRow=this.parentNode;
currow=$(parentRow).index(); currow=$(parentRow).index();
curcol=$(this).index(); curcol=$(this).index();
@@ -80,7 +80,7 @@ function BypassValidation(reptype)
{ {
if(reptype=='O' || reptype=='R') if(reptype=='O' || reptype=='R')
{ {
$("#divGeneral").hide(); $(".report-general-section").hide();
$("#divObservation").hide(); $("#divObservation").hide();
$("#divNeighbour").hide(); $("#divNeighbour").hide();
$("#divOther").hide(); $("#divOther").hide();
@@ -155,8 +155,11 @@ function GetRowData(SelectedRow)
tempStr=''; tempStr='';
if($('#page').val()=="scanreporting") if($('#page').val()=="scanreporting")
{ {
suffix=$(SelectedRow).find('td').eq(curcol).attr('id').replace('report',''); var selectedCell=$(SelectedRow).find('td').eq(curcol);
tempStr=$(SelectedRow).find('td').eq(curcol).html(); var reportType=selectedCell.attr('data-report-type');
var legacyReportId=selectedCell.attr('id') || '';
suffix=reportType || legacyReportId.replace('report','');
tempStr=selectedCell.html();
} }
else else
{ {

View File

@@ -68,6 +68,13 @@ class RoleVisibleBatchMigrationTest {
assertTrue(scanningPage.contains("matrix-scanning-page")); assertTrue(scanningPage.contains("matrix-scanning-page"));
assertTrue(scanningPage.contains("matrix-report-overview")); assertTrue(scanningPage.contains("matrix-report-overview"));
assertTrue(scanningPage.contains("matrix-report-grid")); assertTrue(scanningPage.contains("matrix-report-grid"));
assertTrue(scanningPage.contains("data-report-type=\"r\""));
assertTrue(scanningPage.contains("data-report-type=\"o\""));
assertTrue(scanningPage.contains("data-report-type=\"t\""));
assertTrue(scanningPage.contains("data-report-type=\"p\""));
assertTrue(reportingScript.contains("selectedCell.attr('data-report-type')"));
assertTrue(reportingScript.contains("reportType || legacyReportId.replace('report','')"));
assertTrue(reportingScript.contains("#tabbody tr [data-report-type], #tabbody tr [id*=report]"));
String scanningStyles = Files.readString(Path.of("build/WebContent/css/scanning-v3.css")); String scanningStyles = Files.readString(Path.of("build/WebContent/css/scanning-v3.css"));
assertTrue(scanningStyles.contains(".matrix-scanning-page .matrix-data-grid")); assertTrue(scanningStyles.contains(".matrix-scanning-page .matrix-data-grid"));
@@ -768,6 +775,7 @@ class RoleVisibleBatchMigrationTest {
for (Path page : pages.filter(path -> path.toString().endsWith(".jsp")).toList()) { for (Path page : pages.filter(path -> path.toString().endsWith(".jsp")).toList()) {
String content = Files.readString(page); String content = Files.readString(page);
assertTrue(content.contains("matrix-theme-v2.css?v="), page.toString()); assertTrue(content.contains("matrix-theme-v2.css?v="), page.toString());
assertFalse(content.contains("/matrix/css/menu.css"), page.toString());
} }
} }
@@ -842,7 +850,7 @@ class RoleVisibleBatchMigrationTest {
String productCss = Files.readString(Path.of("build/WebContent/css/manage-product-v4.css")); String productCss = Files.readString(Path.of("build/WebContent/css/manage-product-v4.css"));
assertTrue(productCss.contains("#FormPanel1-3 .title #btnsave")); assertTrue(productCss.contains("#FormPanel1-3 .title #btnsave"));
assertTrue(productCss.contains("margin: 0 0 0 auto !important")); assertTrue(productCss.contains("margin: 0 0 0 auto !important"));
assertTrue(productCss.contains("form > div > .title #close")); assertTrue(productCss.contains("form > div > .title .matrix-title-action"));
String theme = Files.readString(Path.of("build/WebContent/css/matrix-theme-v2.css")); String theme = Files.readString(Path.of("build/WebContent/css/matrix-theme-v2.css"));
assertTrue(theme.contains("body .title > .matrix-title-action")); assertTrue(theme.contains("body .title > .matrix-title-action"));