From f5bae12581488bbbff7dcc6b609504e1b15fdd48 Mon Sep 17 00:00:00 2001 From: lunarkid Date: Tue, 28 Jun 2022 14:59:53 +0700 Subject: [PATCH 01/17] improvement(reskin-payment): no payment page --- src/main/com/topcoder/web/jsp/foot.jsp | 36 ++++++- src/main/com/topcoder/web/jsp/style.jsp | 14 +++ src/main/com/topcoder/web/jsp/top.jsp | 11 +++ .../tc/view/pacts/client/PaymentHistory.jsp | 97 ++++++++++++++++--- 4 files changed, 144 insertions(+), 14 deletions(-) diff --git a/src/main/com/topcoder/web/jsp/foot.jsp b/src/main/com/topcoder/web/jsp/foot.jsp index c9d96137d4f..64dfff36703 100755 --- a/src/main/com/topcoder/web/jsp/foot.jsp +++ b/src/main/com/topcoder/web/jsp/foot.jsp @@ -13,6 +13,10 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page import="com.topcoder.shared.util.ApplicationServer, com.topcoder.web.common.BaseServlet, com.topcoder.web.common.SessionInfo" %> +<%@ page import="java.util.Date" %> +<%@ page import="java.text.SimpleDateFormat" %> + +" var="isReskin"/> <% SessionInfo sessionInfo = (SessionInfo)request.getAttribute(BaseServlet.SESSION_INFO_KEY); @@ -24,10 +28,37 @@ } String domainName = ApplicationServer.SERVER_NAME.replace("www.", ""); - + String year = new SimpleDateFormat("yyyy").format(new Date()); %> + + + <%--