diff --git a/.vscode/launch.json b/.vscode/launch.json index 8e0b5e2..74a8734 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,14 +9,14 @@ "projectName": "matrix", "cwd": "${workspaceFolder}", "console": "integratedTerminal", - "preLaunchTask": "matrix: package", + "preLaunchTask": "matrix: dev compile", "classPaths": [ "$Test" ], "env": { "JAVA_HOME": "/Users/maddy/Library/Java/JavaVirtualMachines/ms-21.0.8/Contents/Home" }, - "vmArgs": "-Dserver.port=8080 -Djava.awt.headless=true", + "vmArgs": "-Dserver.port=8080 -Djava.awt.headless=true -Dmatrix.webapp=${workspaceFolder}/build/WebContent -Dmatrix.classes=${workspaceFolder}/target/classes", "shortenCommandLine": "argfile" }, { diff --git a/.vscode/settings.json b/.vscode/settings.json index e0f15db..0be1c0c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "java.configuration.updateBuildConfiguration": "automatic" + "java.configuration.updateBuildConfiguration": "automatic", + "java.compile.nullAnalysis.mode": "automatic" } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2b618b2..53e7d29 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,11 +2,11 @@ "version": "2.0.0", "tasks": [ { - "label": "matrix: package", + "label": "matrix: dev compile", "type": "shell", "command": "mvn", "args": [ - "package", + "test-compile", "-DskipTests" ], "options": { diff --git a/build/WebContent/WEB-INF/app/admin/maintenance.jsp b/build/WebContent/WEB-INF/app/admin/maintenance.jsp index cdfeaa6..b2c0e7f 100644 --- a/build/WebContent/WEB-INF/app/admin/maintenance.jsp +++ b/build/WebContent/WEB-INF/app/admin/maintenance.jsp @@ -5,7 +5,7 @@ <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -22,32 +22,34 @@ - -Nimble 1.0 | Maintenance +Cygnus 1.0 | Maintenance + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Application Maintenance +
+ + Application Maintenance
@@ -69,7 +71,7 @@ -
+
@@ -80,7 +82,6 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/admin/portfolio/branchdetail.jsp b/build/WebContent/WEB-INF/app/admin/portfolio/branchdetail.jsp index 42f2d86..70bb25a 100644 --- a/build/WebContent/WEB-INF/app/admin/portfolio/branchdetail.jsp +++ b/build/WebContent/WEB-INF/app/admin/portfolio/branchdetail.jsp @@ -1,169 +1,31 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@page language="java" session="true" %> -<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - -Nimble 1.0 | Branch Detail - - - - - - - - - - - - - - - - -
-
- - -
- -
- - Branch Detail -
- - -
- - - - -
- - - -
-
- *Bank -
-
-
- - - - - - -
-
-
-
-
- *Branch Name -
-
- -
-
-
-
- *Branch Code -
-
- -
-
-
-
- *Plot No -
-
- -
-
-
-
- Locality -
-
- -
-
-
-
- Area/City -
-
- -
-
-
-
- *State -
-
- -
-
-
-
- *Pincode -
-
- -
-
-
-
- GST -
-
- -
-
-
-
- -
- - - - - - -
-
-
- - - - - - - - - - - - - - \ No newline at end of file +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> + + + + + + Cygnus 1.0 | Branch Detail + + + + +
+ + + +
Select a bank.
+
Use letters and spaces.
+
Use letters only.
+
Enter the plot/address.
+
+
+
Enter the state.
+
Enter a six-digit pincode.
+
Use letters and numbers only.
+
+
+
+ diff --git a/build/WebContent/WEB-INF/app/admin/portfolio/branchlist.jsp b/build/WebContent/WEB-INF/app/admin/portfolio/branchlist.jsp index e88e541..4835bfc 100644 --- a/build/WebContent/WEB-INF/app/admin/portfolio/branchlist.jsp +++ b/build/WebContent/WEB-INF/app/admin/portfolio/branchlist.jsp @@ -1,177 +1,76 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@page language="java" session="true" %> -<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> -<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> -<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> -<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - - - - - - - - - - - - - - - - - - - - - - - -Nimble 1.0 | Manage Branch - - -
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
- -
- - Manage Branch - -
- -
- - " /> - - - - - -
-
-
- Portfolio -
-
-
- - - - - - -
-
- -
-
- -
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
S.NoBranch NameAddressGST NoStatusAction
${status.count}${lc[1]}${lc[2]}${lc[3]} - - - - - - - - - - - - -
-
-
- -
-
- - - - - \ No newline at end of file +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + + + + + + + + + + Cygnus 1.0 | Manage Branches + + + + + + + + + <%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> + <%-- Shared shell owns ${Sessvals.menuHtml}. --%> + +
+
+

Manage Branches

+
+
+ + + +
+ + + + +
+ +
+
+
+ +
+ + + + + + + + + + + +
S.NoBranch NameAddressGST NoStatusAction
${status.count}
+
+
+
+
+ + + + diff --git a/build/WebContent/WEB-INF/app/admin/user/inituser.jsp b/build/WebContent/WEB-INF/app/admin/user/inituser.jsp index f6b685f..e29b0e6 100644 --- a/build/WebContent/WEB-INF/app/admin/user/inituser.jsp +++ b/build/WebContent/WEB-INF/app/admin/user/inituser.jsp @@ -1,174 +1,112 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@page language="java" session="true" %> -<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> -<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> -<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> -<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - - - - - - - - - - - - - - - - - - - - - - - -Nimble 1.0 | Manage Users - - -
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
- -
- - Manage Users - -
- -
-
- " /> - - - - - -
-
-
- Search -
-
- -
-
-
-
- (Enter Login ID / Name / Status) -
-
-
-
- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
S.NoLogin IDNameGroupStatusAction
${status.count}${lc[1]}${lc[2]}${lc[3]} - - - - - - - - - - - - -
-
-
- -
-
- - - - - \ No newline at end of file +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ page session="true" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + + + + + + + + + Cygnus 1.0 | Manage Users + + + + + + + + + + + <%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> + <%-- Shared shell owns ${Sessvals.menuHtml}. --%> + +
+
+
+
+ +

Manage Users

+
+ +
+
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
S.NoLogin IDNameGroupStatusAction
${status.count} + + + +
+
+
+
+
+ + + + diff --git a/build/WebContent/WEB-INF/app/admin/user/userdetail.jsp b/build/WebContent/WEB-INF/app/admin/user/userdetail.jsp index 4025c3d..2bcd8d7 100644 --- a/build/WebContent/WEB-INF/app/admin/user/userdetail.jsp +++ b/build/WebContent/WEB-INF/app/admin/user/userdetail.jsp @@ -1,148 +1,93 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@page language="java" session="true" %> -<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - -Nimble 1.0 | User Detail - - - - - - - - - - - - - - - - -
-
- - -
- -
- - User Detail -
- - -
- - - - -
- -
-
- *Login ID -
-
- -
-
-
-
- *Name -
-
- -
-
-
-
- *Group -
-
-
- - - - - - -
-
-
-
-
- *Email ID -
-
-
- - - - - - -
-
-
-
-
- -
-
- - *Reset Password to root -
-
-
-
- -
- - - - - - -
-
-
- - - - - - - - - - - - - - \ No newline at end of file +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> + + + + + + + + + Cygnus 1.0 | User Detail + + + + + +
+ + + + + + + + + + +
+ +
+ +
Enter letters only.
+
+
+ +
+ +
+ +
Enter a name using letters and spaces.
+
+
+ +
+ +
+ + + + + + +
Select a group.
+
+
+ +
+ +
+ + + + + + +
+
+ +
+ + +
+ +
+ + +
+
+
+ + diff --git a/build/WebContent/WEB-INF/app/dashboard - Copy.jsp b/build/WebContent/WEB-INF/app/dashboard - Copy.jsp deleted file mode 100644 index 3dbd920..0000000 --- a/build/WebContent/WEB-INF/app/dashboard - Copy.jsp +++ /dev/null @@ -1,1060 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - - - - - - - - - - - - - - - -Nimble 1.0 - - - - - - -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - -
-
-
-
- -
-
- Visits - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ReportingScanning
#TotalReportedPendingRIHTBSSolved
BK000000
AM000000
PM000000
Total000000
-
- - -
-
-
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Risk AlertRisk LevelTotal Reports
1. OCL0
2. Incomplete Address0
3. Wrong Address0
4. Not Traced0
Total0
PhotographReports TakenWith Photo
00
-
- -
- -
-
- Comparision - - -
-
- -
- -
-
-
-
-
-
- - -
- Hourly MIS -- - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameHoursTotalWght.
9101112123456789
Total00000000000000
TBS00000000000000
-
- -
-
-
-
- Doc Ageing MIS - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
AgeingD-0D-1D-2D-3D-4D>4Total
0000000
-
- -
-
-
-
-
- Ageing MIS - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AgeingAge 0Age 1Age 2Age 3Age 4Age >4TotalTot.RecNon Contactable
0000000Total234
-
- -
-
-
-
-
- - -
- - \ No newline at end of file diff --git a/build/WebContent/WEB-INF/app/dashboard.jsp b/build/WebContent/WEB-INF/app/dashboard.jsp index 3459559..4c20bae 100644 --- a/build/WebContent/WEB-INF/app/dashboard.jsp +++ b/build/WebContent/WEB-INF/app/dashboard.jsp @@ -2,12 +2,10 @@ pageEncoding="ISO-8859-1"%> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - + - - @@ -15,12 +13,12 @@ - + -Nimble 1.0 +Cygnus 1.0 + + + + + + + + + + + - + -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- +<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
@@ -1060,17 +1065,17 @@ table > thead > tr > *{
- \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/allocation.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/allocation.jsp index fffcd23..62466b0 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/allocation.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/allocation.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -18,33 +18,35 @@ - -Nimble 1.0 | Allocation +Cygnus 1.0 | Allocation + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Allocation +
+ + Allocation
@@ -180,7 +182,6 @@ @@ -189,4 +190,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/cutoff.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/cutoff.jsp index d8d24d9..e22f8f2 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/cutoff.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/cutoff.jsp @@ -5,7 +5,7 @@ <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -19,33 +19,35 @@ - -Nimble 1.0 | Cut-Off List +Cygnus 1.0 | Cut-Off List + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Cut-Off List +
+ + Cut-Off List
@@ -123,7 +125,6 @@ @@ -146,4 +147,4 @@ $(document).ready(function(){ } }); - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/mnimblepcases.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/mnimblepcases.jsp index 7f16dcc..76b0ff2 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/mnimblepcases.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/mnimblepcases.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -17,26 +17,28 @@ - -Nimble 1.0 | Cases for Photograph +Cygnus 1.0 | Cases for Photograph + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
@@ -117,7 +119,6 @@ @@ -126,4 +127,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/phcaselist.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/phcaselist.jsp index c9b61df..b37035b 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/phcaselist.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/phcaselist.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -17,26 +17,28 @@ - -Nimble 1.0 | Cases for Photograph +Cygnus 1.0 | Cases for Photograph + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
@@ -107,7 +109,6 @@ @@ -116,4 +117,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/referencesheet.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/referencesheet.jsp index 41eefd7..be59e7a 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/referencesheet.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/referencesheet.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -19,33 +19,35 @@ - -Nimble 1.0 | Reference Sheet +Cygnus 1.0 | Reference Sheet + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Reference-Verification Sheet +
+ + Reference-Verification Sheet
@@ -155,10 +157,7 @@
- - + Open Reference Sheet
@@ -173,7 +172,6 @@ @@ -182,4 +180,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/sendtoopr.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/sendtoopr.jsp index c0543e4..241e959 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/sendtoopr.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/sendtoopr.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -18,34 +18,35 @@ - -Nimble 1.0 | Operation Updation +Cygnus 1.0 | Operation Updation + + + + + + + + + + + - - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Send To Operation +
+ + Send To Operation
@@ -201,7 +202,6 @@ @@ -210,4 +210,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/cutoff/telesheet.jsp b/build/WebContent/WEB-INF/app/edp/cutoff/telesheet.jsp index e401b28..cfa46d3 100644 --- a/build/WebContent/WEB-INF/app/edp/cutoff/telesheet.jsp +++ b/build/WebContent/WEB-INF/app/edp/cutoff/telesheet.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -19,33 +19,35 @@ - -Nimble 1.0 | Telesheet +Cygnus 1.0 | Telesheet + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Tele-Verification Sheet +
+ + Tele-Verification Sheet
@@ -171,10 +173,7 @@
- - + Open Tele-Sheet
@@ -189,7 +188,6 @@ @@ -198,4 +196,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/dedupe/dedupedo.jsp b/build/WebContent/WEB-INF/app/edp/dedupe/dedupedo.jsp index 0da1b4c..8bce982 100644 --- a/build/WebContent/WEB-INF/app/edp/dedupe/dedupedo.jsp +++ b/build/WebContent/WEB-INF/app/edp/dedupe/dedupedo.jsp @@ -3,7 +3,7 @@ <%@page language="java" session="true" %> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - + @@ -15,33 +15,35 @@ - -Nimble 1.0 | Dedupe Do +Cygnus 1.0 | Dedupe Do + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - List of Cases +
+ + List of Cases
@@ -98,7 +100,6 @@ @@ -108,4 +109,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/dedupe/deduperun.jsp b/build/WebContent/WEB-INF/app/edp/dedupe/deduperun.jsp index 651f2d2..9ee617b 100644 --- a/build/WebContent/WEB-INF/app/edp/dedupe/deduperun.jsp +++ b/build/WebContent/WEB-INF/app/edp/dedupe/deduperun.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -19,33 +19,35 @@ - -Nimble 1.0 | Dedupe +Cygnus 1.0 | Dedupe + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Dedupe Run +
+ + Dedupe Run
@@ -165,7 +167,6 @@ @@ -173,4 +174,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/dedupe/dedupesend.jsp b/build/WebContent/WEB-INF/app/edp/dedupe/dedupesend.jsp index 2bae83c..898afbf 100644 --- a/build/WebContent/WEB-INF/app/edp/dedupe/dedupesend.jsp +++ b/build/WebContent/WEB-INF/app/edp/dedupe/dedupesend.jsp @@ -3,7 +3,7 @@ <%@page language="java" session="true" %> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - + @@ -15,34 +15,36 @@ - -Nimble 1.0 | Send Dedupe +Cygnus 1.0 | Send Dedupe + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - List of Cases +
+ + List of Cases
@@ -103,7 +105,6 @@ @@ -113,4 +114,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/dedupe/matchfound.jsp b/build/WebContent/WEB-INF/app/edp/dedupe/matchfound.jsp index 945c388..b44095f 100644 --- a/build/WebContent/WEB-INF/app/edp/dedupe/matchfound.jsp +++ b/build/WebContent/WEB-INF/app/edp/dedupe/matchfound.jsp @@ -3,11 +3,11 @@ <%@page language="java" session="true" %> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - + -Nimble 1.0 | Dedupe Viewer +Cygnus 1.0 | Dedupe Viewer @@ -20,20 +20,24 @@ - + + + + + + + + + - +
-
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
+<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %> -
+
@@ -45,14 +49,14 @@ -
- - Source Record (MV Code - ${dedupeDetails.mvcode})   (Category - ${dedupeDetails.category}) +
+ + Source Record (MV Code - ${dedupeDetails.mvcode})   (Category - ${dedupeDetails.category})
-
+
@@ -86,14 +90,14 @@
Customer Name DOB
-
- - Earlier Details +
+ + Earlier Details
- +
@@ -143,14 +147,14 @@
Customer Name -
- - Negative Details +
+ + Negative Details
- +
@@ -208,9 +212,9 @@
Customer Name
-
- - Earlier Match Remarks +
+ + Earlier Match Remarks
@@ -218,7 +222,7 @@
- +
@@ -228,9 +232,9 @@
-
- - Negative Match Remarks +
+ + Negative Match Remarks
@@ -238,7 +242,7 @@
- +
@@ -255,7 +259,7 @@ - + @@ -263,7 +267,6 @@ @@ -271,8 +274,8 @@ - + - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/documents/teledocuments.jsp b/build/WebContent/WEB-INF/app/edp/documents/teledocuments.jsp index 4249cc5..623c658 100644 --- a/build/WebContent/WEB-INF/app/edp/documents/teledocuments.jsp +++ b/build/WebContent/WEB-INF/app/edp/documents/teledocuments.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> - + @@ -16,32 +16,34 @@ - -Nimble 1.0 | Telesheet +Cygnus 1.0 | Telesheet + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - -
+<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%> +
-
- - Tele-Verification Sheet +
+ + Tele-Verification Sheet
@@ -56,7 +58,7 @@
@@ -71,7 +73,6 @@ @@ -79,4 +80,4 @@ - \ No newline at end of file + diff --git a/build/WebContent/WEB-INF/app/edp/punching/addcases.jsp b/build/WebContent/WEB-INF/app/edp/punching/addcases.jsp index cd3f818..8033ea1 100644 --- a/build/WebContent/WEB-INF/app/edp/punching/addcases.jsp +++ b/build/WebContent/WEB-INF/app/edp/punching/addcases.jsp @@ -3,11 +3,11 @@ <%@page language="java" session="true" %> <%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - + -Nimble 1.0 | +<title>Cygnus 1.0 | <c:if test="${caseDetails.getFormMode() eq 1}">Add Cases</c:if> <c:if test="${caseDetails.getFormMode() eq 2}">Edit Details</c:if> @@ -22,38 +22,43 @@ - + + + + + + + + + + + + + + - +
- -
- - - Nimble 1.0    ${Sessvals.getCompanyCode() } (${Sessvals.getBranchLocation() })    ${Sessvals.getUserDisplayName()} (${Sessvals.getUserGroupName()}) -
- - - - +<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %> +<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
-
+
-
- - Common Details +
+ + Common Details
@@ -73,7 +78,7 @@
-
- ${record[0]} + ${record[0]}
+
@@ -227,9 +232,9 @@
-
- - Residence Details +
+ + Residence Details
RVR  Same Resi @@ -239,7 +244,7 @@
- +
@@ -325,9 +330,9 @@
-
- - Office Details +
+ + Office Details
OVR