diff --git a/src/main/com/topcoder/web/codinginterface/longcontest/view/activeContests.jsp b/src/main/com/topcoder/web/codinginterface/longcontest/view/activeContests.jsp index 41c67baa641..5c0bda53596 100644 --- a/src/main/com/topcoder/web/codinginterface/longcontest/view/activeContests.jsp +++ b/src/main/com/topcoder/web/codinginterface/longcontest/view/activeContests.jsp @@ -1,5 +1,5 @@ -<%@ page contentType="text/html;charset=utf-8" %> - + <%@ page contentType="text/html;charset=utf-8" %> @@ -31,191 +31,12 @@ - - - - - - - - -<%-- Left Column Begins--%> - -<%-- Left Column Ends --%> - -<%-- Center Column Begins --%> - -<%-- Center Column Ends --%> - -<%-- Right Column Begins --%> - -<%-- Right Column Ends --%> - - - -
- - - - - - - - - - -
- Need help? Learn how to get started

-
-
- - <%-- MM Promo On/Off--%> -
- - -
- - - - - - - - - - - - - - - - - - - - <%boolean even = true;%> - - - - - - "> - - - - - - - - - - - <%even = !even;%> - - - - - - - - - - - - - - - - - - - - - - - - -
Active Contests
ContestProblemRegistrantsCompetitorsSubmissionsStart TimeEnd Time
- <% pageContext.setAttribute("sponsorImage", ((LongContest) contest).getSponsorImage());%> -
-
- - - - - - - - - - - -
- ?module=ViewProblemStatement&<%=Constants.COMPONENT_ID%>=&<%=Constants.ROUND_ID%>=" > - - - - - - ?module=ViewReg&<%=Constants.ROUND_ID%>=" - >Register/Submit - - - - - ?module=ViewReg&<%=Constants.ROUND_ID%>=" - >Register - - - ?module=Submit&<%=Constants.COMPONENT_ID%>=&<%=Constants.ROUND_ID%>=&<%=Constants.CONTEST_ID%>=" - >Submit - - - - - - ?module=ViewRegistrants&<%=Constants.ROUND_ID%>=" > - - - - -
-
-
-CMap: DPeak Challenge -
- standings -
-
- CMap: DPeak Challenge - -Register - - - 12.14.2018
11:03 EST
01.04.2019
08:58 EST
-
- There are currently no active contests, but check back soon. -
-
- - - -
- - - -
- - + <% + // New location to be redirected + String site = new String("https://www.topcoder.com/challenges/?filter[tracks][data_science]=true"); + response.setStatus(response.SC_MOVED_PERMANENTLY); + response.setHeader("Location", site); + %>