Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 15ce1d1

Browse files
authored
Merge pull request #458 from appirio-tech/dev
Terms update
2 parents d65f619 + c071c4e commit 15ce1d1

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

components/project_management/src/java/main/com/topcoder/management/project/persistence/AbstractInformixProjectPersistence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public abstract class AbstractInformixProjectPersistence implements ProjectPersi
502502
*
503503
* @since 1.1.2
504504
*/
505-
public static final long PUBLIC_SUBMITTER_TERMS_ID = 21193; // 21173
505+
public static final long PUBLIC_SUBMITTER_TERMS_ID = 21303; // 21193 // 21173
506506

507507
/**
508508
* <p>

src/web/WEB-INF/includes/contest/editTab.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -967,17 +967,17 @@
967967
</div>
968968
</div> <!-- end .deliverables -->
969969
<div class="stockArts">
970-
<h3><span class="icon">Stock Arts</span><a class="helpIcon" href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Stock+Art+and+Font+Files" target="_blank"><span class="hide">Help</span></a></h3>
970+
<h3><span class="icon">Stock Arts</span><a class="helpIcon" href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" target="_blank"><span class="hide">Help</span></a></h3>
971971
<div class="deliverablesInnerSa">
972972
<div id="stockArtsCheckboxs" class="checkInput">
973973
<input type="checkbox" id="allowStockArt" value="true">
974-
<label>Is stock photography allowed? Please be sure you understand the <a href="https://apps.topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Stock+Art+and+Font+Files">stock art policy</a> before checking this box.</label>
974+
<label>Is stock photography allowed? Please be sure you understand the <a href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN">stock art policy</a> before checking this box.</label>
975975
</div>
976976
<div class="clear"></div>
977977
</div>
978978
</div> <!-- end .stockArts -->
979979
<div class="submissionVisibility">
980-
<h3><span class="icon">Submissions Visibility</span><a class="helpIcon" href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Submissions+Visibility" target="_blank"><span class="hide">Help</span></a></h3>
980+
<h3><span class="icon">Submissions Visibility</span><a class="helpIcon" href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" target="_blank"><span class="hide">Help</span></a></h3>
981981
<div class="deliverablesInnerSa">
982982
<div id="viewableSubmCheckbox" class="checkInput">
983983
<input type="checkbox" id="viewableSubmFlag" value="true" disabled="disabled">
@@ -988,7 +988,7 @@
988988
</div> <!-- end .submissionVisibility -->
989989

990990
<div class="maxSubmissions">
991-
<h3><span class="icon">Maximum Number of Submissions</span><a class="helpIcon" href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Maximum+Number+of+Submissions" target="_blank"><span class="hide">Help</span></a></h3>
991+
<h3><span class="icon">Maximum Number of Submissions</span><a class="helpIcon" href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" target="_blank"><span class="hide">Help</span></a></h3>
992992
<div class="deliverablesInnerSa">
993993
<div id="maxSubmissionsInput">
994994
<input type="text" id="maxSubmissions" class="text">

src/web/WEB-INF/includes/launch/overview.jsp

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<%--
22
- Author: isv, Ghost_141, GreatKevin, Veve, TCSCODER
3-
- Version: 1.11
4-
- Copyright (C) 2010 - 2018 TopCoder Inc., All Rights Reserved.
3+
- Version: 1.11
4+
- Copyright (C) 2010 - 2018 TopCoder Inc., All Rights Reserved.
55
-
66
- Description: overview page for studio contest.
77
-
@@ -27,9 +27,9 @@
2727
-
2828
- Version 1.10 (TOPCODER - SUPPORT CUSTOM COPILOT FEE FOR CHALLENGE IN DIRECT APP):
2929
- Add support for custom copilot fee
30-
-
31-
- Version 1.11 (Topcoder - Support Points Prize Type For Challenges):
32-
- - Add "Challenge Points" section.
30+
-
31+
- Version 1.11 (Topcoder - Support Points Prize Type For Challenges):
32+
- - Add "Challenge Points" section.
3333
--%>
3434
<%@ include file="/WEB-INF/includes/taglibs.jsp" %>
3535

@@ -147,37 +147,37 @@
147147
<div class="copilotFeeDiv">
148148
<label>Copilot Fee:</label> <span class="dw">$</span> <input type="text" class="copilotFee studio" value="0" disabled="true"/>
149149
</div>
150-
<!-- points -->
151-
<div id="stPoints" class="points">
152-
153-
<h3>Challenge Points:</h3>
154-
155-
<div class="prizesInner">
156-
<label class="first">1st Place</label>
157-
<span class="dw">Pt.</span>
158-
<input type="text" id="stPoint1" class="pointsInput" value="" />
159-
<label class="second">2nd Place</label>
160-
<span class="dw">Pt.</span>
161-
<input type="text" id="stPoint2" class="pointsInput" value="" />
162-
<label class="third">3rd Place</label>
163-
<span class="dw">Pt.</span>
164-
<input type="text" id="stPoint3" class="pointsInput" value="" />
165-
<a href="javascript:;" class="addButton addPoint"><span class="hide">ADD</span></a>
166-
</div>
167-
168-
<div id="stExtraPoints" class="prizesInner extraPoints hide">
169-
<label class="first">4th Place</label>
170-
<span class="dw">Pt.</span>
171-
<input type="text" id="stPoint4" class="pointsInput" value="" />
172-
<label class="second">5th Place</label>
173-
<span class="dw">Pt.</span>
174-
<input type="text" id="stPoint5" class="pointsInput" value="" />
175-
<label class="third">&nbsp;</label>
176-
<span class="dw">&nbsp;</span>
177-
<a href="javascript:;" class="removeButton removePoint"><span class="hide">REMOVE</span></a>
178-
</div>
179-
</div>
180-
<!-- end .points -->
150+
<!-- points -->
151+
<div id="stPoints" class="points">
152+
153+
<h3>Challenge Points:</h3>
154+
155+
<div class="prizesInner">
156+
<label class="first">1st Place</label>
157+
<span class="dw">Pt.</span>
158+
<input type="text" id="stPoint1" class="pointsInput" value="" />
159+
<label class="second">2nd Place</label>
160+
<span class="dw">Pt.</span>
161+
<input type="text" id="stPoint2" class="pointsInput" value="" />
162+
<label class="third">3rd Place</label>
163+
<span class="dw">Pt.</span>
164+
<input type="text" id="stPoint3" class="pointsInput" value="" />
165+
<a href="javascript:;" class="addButton addPoint"><span class="hide">ADD</span></a>
166+
</div>
167+
168+
<div id="stExtraPoints" class="prizesInner extraPoints hide">
169+
<label class="first">4th Place</label>
170+
<span class="dw">Pt.</span>
171+
<input type="text" id="stPoint4" class="pointsInput" value="" />
172+
<label class="second">5th Place</label>
173+
<span class="dw">Pt.</span>
174+
<input type="text" id="stPoint5" class="pointsInput" value="" />
175+
<label class="third">&nbsp;</label>
176+
<span class="dw">&nbsp;</span>
177+
<a href="javascript:;" class="removeButton removePoint"><span class="hide">REMOVE</span></a>
178+
</div>
179+
</div>
180+
<!-- end .points -->
181181

182182
<!-- Studio Cup Points -->
183183
<div class="studioCupPoints drHide" id="studioCupPointsDiv">
@@ -213,19 +213,19 @@
213213
<!-- Stock Arts -->
214214
<div class="stockArts">
215215

216-
<h3><span class="icon">Stock Arts:</span><a href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Stock+Art+and+Font+Files" class="helpIcon" target="_blank"><span class="hide">Help</span></a></h3>
216+
<h3><span class="icon">Stock Arts:</span><a href="https://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions" class="helpIcon" target="_blank"><span class="hide">Help</span></a></h3>
217217
<div class="deliverablesInnerSa">
218218
<div class="checkInput" id="stockArtsCheckboxs">
219219
<input type="checkbox" value="true" id="allowStockArt" />
220-
<label>Is stock photography allowed? Please be sure you understand the <a href="https://apps.topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Stock+Art+and+Font+Files">stock art policy</a> before checking this box.</label>
220+
<label>Is stock photography allowed? Please be sure you understand the <a href="https://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions">stock art policy</a> before checking this box.</label>
221221
</div>
222222
<div class="clear"></div>
223223
</div>
224224

225225
</div>
226226
<!-- end .stockArts -->
227227
<div class="submissionVisibility">
228-
<h3><span class="icon">Submissions Visibility</span><a class="helpIcon" href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Submissions+Visibility" target="_blank"><span class="hide">Help</span></a></h3>
228+
<h3><span class="icon">Submissions Visibility</span><a class="helpIcon" href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" target="_blank"><span class="hide">Help</span></a></h3>
229229
<div class="deliverablesInnerSa">
230230
<div id="viewableSubmCheckbox" class="checkInput">
231231
<input type="checkbox" id="viewableSubmFlag" value="true" disabled="disabled">
@@ -236,7 +236,7 @@
236236
</div> <!-- end .submissionVisibility -->
237237

238238
<div class="maxSubmissions">
239-
<h3><span class="icon">Maximum Number of Submissions</span><a class="helpIcon" href="https://topcoder.com/wiki/display/tcstudio/Studio+Policies+for+Maximum+Number+of+Submissions" target="_blank"><span class="hide">Help</span></a></h3>
239+
<h3><span class="icon">Maximum Number of Submissions</span><a class="helpIcon" href="https://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" target="_blank"><span class="hide">Help</span></a></h3>
240240
<div class="deliverablesInnerSa">
241241
<div id="maxSubmissionsInput">
242242
<input type="text" id="maxSubmissions" class="text" value="5">

0 commit comments

Comments
 (0)