|
1 | 1 | <%-- |
2 | 2 | - Author: bugbuka, GreatKevin, TCSCODER |
3 | | - - Version: 1.6 |
4 | | - - Copyright (C) 2013 - 2018 TopCoder Inc., All Rights Reserved. |
5 | | - - |
6 | | - - Description: This page fragment renders edit algorithm contest page. |
| 3 | + - Version: 1.6 |
| 4 | + - Copyright (C) 2013 - 2018 TopCoder Inc., All Rights Reserved. |
| 5 | + - |
| 6 | + - Description: This page fragment renders edit algorithm contest page. |
7 | 7 | - |
8 | 8 | - Version 1.2 (Module Assembly - TC Cockpit Launch Code Contest) |
9 | 9 | - - Add a specific CSS class for algorithm contest prize add and remove |
|
15 | 15 | - Add support for custom copilot fee |
16 | 16 | - Version 1.5 (Topcoder - Add Basic Marathon Match Creation And Update In Direct App): |
17 | 17 | - - Remove MM problem selection |
18 | | - - |
19 | | - - Version 1.6 (Topcoder - Support Points Prize Type For Challenges): |
20 | | - - - Add "Challenge Points" section. |
| 18 | + - |
| 19 | + - Version 1.6 (Topcoder - Support Points Prize Type For Challenges): |
| 20 | + - - Add "Challenge Points" section. |
21 | 21 | --%> |
22 | 22 | <%@ include file="/WEB-INF/includes/taglibs.jsp" %> |
23 | 23 |
|
|
40 | 40 | </div> |
41 | 41 | </div> |
42 | 42 | <!-- end Match Rules --> |
| 43 | + |
| 44 | + <!-- Platform --> |
| 45 | + <div class="prizes" id="alPlatformDiv"> |
| 46 | + <h3>Choose Your Platform:</h3> |
| 47 | + <div class="techPlatformDiv"> |
| 48 | + <div id="alPlatforms"></div> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + |
| 52 | + <!-- Technology --> |
| 53 | + <div class="prizes" id="alTechnologyDiv"> |
| 54 | + <h3>Choose Your Technology:</h3> |
| 55 | + <div class="techPlatformDiv"> |
| 56 | + <div id="alTechnologies"></div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + |
43 | 60 | <%-- |
44 | 61 | <!-- Environment --> |
45 | 62 | <div class="prizes"> |
|
104 | 121 | <label>Copilot Fee:</label> <span class="dw">$</span> <input type="text" class="copilotFee algorithm" value="0" disabled="true"/> |
105 | 122 | </div> |
106 | 123 |
|
107 | | - <!-- points --> |
108 | | - <div id="alPoints" class="points"> |
109 | | - |
110 | | - <h3>Challenge Points:</h3> |
111 | | - |
112 | | - <div class="prizesInner"> |
113 | | - <label class="first">1st Place</label> |
114 | | - <span class="dw">Pt.</span> |
115 | | - <input type="text" id="alPoint1" class="pointsInput" value="" /> |
116 | | - <label class="second">2nd Place</label> |
117 | | - <span class="dw">Pt.</span> |
118 | | - <input type="text" id="alPoint2" class="pointsInput" value="" /> |
119 | | - <label class="third">3rd Place</label> |
120 | | - <span class="dw">Pt.</span> |
121 | | - <input type="text" id="alPoint3" class="pointsInput" value="" /> |
122 | | - <a href="javascript:;" class="addButton addPoint"><span class="hide">ADD</span></a> |
123 | | - </div> |
124 | | - |
125 | | - <div id="alExtraPoints" class="prizesInner extraPoints hide"> |
126 | | - <label class="first">4th Place</label> |
127 | | - <span class="dw">Pt.</span> |
128 | | - <input type="text" id="alPoint4" class="pointsInput" value="" /> |
129 | | - <label class="second">5th Place</label> |
130 | | - <span class="dw">Pt.</span> |
131 | | - <input type="text" id="alPoint5" class="pointsInput" value="" /> |
132 | | - <label class="third"> </label> |
133 | | - <span class="dw"> </span> |
134 | | - <a href="javascript:;" class="removeButton removePoint"><span class="hide">REMOVE</span></a> |
135 | | - </div> |
136 | | - </div> |
137 | | - <!-- end .points --> |
138 | | - |
| 124 | + <!-- points --> |
| 125 | + <div id="alPoints" class="points"> |
| 126 | + |
| 127 | + <h3>Challenge Points:</h3> |
| 128 | + |
| 129 | + <div class="prizesInner"> |
| 130 | + <label class="first">1st Place</label> |
| 131 | + <span class="dw">Pt.</span> |
| 132 | + <input type="text" id="alPoint1" class="pointsInput" value="" /> |
| 133 | + <label class="second">2nd Place</label> |
| 134 | + <span class="dw">Pt.</span> |
| 135 | + <input type="text" id="alPoint2" class="pointsInput" value="" /> |
| 136 | + <label class="third">3rd Place</label> |
| 137 | + <span class="dw">Pt.</span> |
| 138 | + <input type="text" id="alPoint3" class="pointsInput" value="" /> |
| 139 | + <a href="javascript:;" class="addButton addPoint"><span class="hide">ADD</span></a> |
| 140 | + </div> |
| 141 | + |
| 142 | + <div id="alExtraPoints" class="prizesInner extraPoints hide"> |
| 143 | + <label class="first">4th Place</label> |
| 144 | + <span class="dw">Pt.</span> |
| 145 | + <input type="text" id="alPoint4" class="pointsInput" value="" /> |
| 146 | + <label class="second">5th Place</label> |
| 147 | + <span class="dw">Pt.</span> |
| 148 | + <input type="text" id="alPoint5" class="pointsInput" value="" /> |
| 149 | + <label class="third"> </label> |
| 150 | + <span class="dw"> </span> |
| 151 | + <a href="javascript:;" class="removeButton removePoint"><span class="hide">REMOVE</span></a> |
| 152 | + </div> |
| 153 | + </div> |
| 154 | + <!-- end .points --> |
| 155 | + |
139 | 156 | <div class="buttonBox"> |
140 | 157 | <a href="javascript:continueOverview();" class="button6 contiune"><span class="left"><span class="right">CONTINUE</span></span></a> |
141 | 158 | <a href="javascript:saveAsDraftOverview();" class="button6 newButtonGreen draft"><span class="left"><span class="right">SAVE AS DRAFT</span></span></a> |
|
0 commit comments