This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/com/topcoder/web/codinginterface/longcontest/view Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ Competitors: <rsc:item name="num_competitors" row="<%=infoRow%>"/><br>
102
102
Avg. Submissions: <rsc:item name =" avg_submissions" row =" <%= infoRow % >" format =" #.##" ifNull =" N/A" /></span ><br >
103
103
<A href =" <jsp:getProperty name=" sessionInfo " property=" servletPath " />?<%= Constants . MODULE% > =ViewProblemStatement&<%= Constants . ROUND_ID% > =<rsc:item name=" round_id " row=" <% =infoRow% >"/>&<%= Constants . PROBLEM_ID% > =<rsc:item name =" problem_id" row =" <%= infoRow % >" />" class="bcLink">Problem
104
104
Statement</A ><br >
105
+
106
+ <a href =" /longcontest/?module=ViewQueue" >Queue</a >
107
+ </br >
105
108
<% if (request. getAttribute(Constants . FORUM_ID ) != null ) { % >
106
109
<tc-webtag:forumLink forumID =" <%= ((Long )request. getAttribute(Constants . FORUM_ID )). longValue() % >" message =" Discuss this contest" />
107
110
<% } % >
@@ -193,4 +196,4 @@ Avg. Submissions: <rsc:item name="avg_submissions" row="<%=infoRow%>" format="#.
193
196
194
197
<jsp:include page =" foot.jsp" />
195
198
</body >
196
- </html >
199
+ </html >
You can’t perform that action at this time.
0 commit comments