From e51ce0819226beaa3e6a862ef08bda033d08cedd Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Thu, 1 Dec 2022 16:44:20 +1100 Subject: [PATCH 01/18] Universal nav initial implementation --- .../tc/view/pacts/client/PaymentHistory.jsp | 54 ++++++++++++++++--- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp b/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp index 0a4dd42863..d1c41071d9 100755 --- a/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp +++ b/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp @@ -38,6 +38,10 @@ + + + + @@ -77,6 +81,47 @@ +
+ @@ -35,10 +87,6 @@ ResultSetContainer rsc = (ResultSetContainer) request.getAttribute(PaymentStatusSummary.PAYMENT_STATUS_SUMMARY); %> - - - -
@@ -244,9 +292,7 @@
- - - +
From bb8816792cf3bc80e9065e6a8e372be891f548cf Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Tue, 13 Dec 2022 09:32:05 +1100 Subject: [PATCH 11/18] Parse the JWT for image usage in header --- .../tc/view/pacts/client/PaymentHistory.jsp | 20 +++++++++++-------- .../pacts/client/PaymentStatusSummary.jsp | 19 +++++++++++------- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp b/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp index 6e23911136..d4756e708b 100755 --- a/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp +++ b/src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp @@ -82,6 +82,16 @@