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

Commit 7248cce

Browse files
authored
Merge pull request #236 from skyhit/hide_product_row
hide product row
2 parents 22db525 + 6c9dc7f commit 7248cce

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,13 @@
124124
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
125125
</tr>
126126
<tr></tr>
127+
<%--
127128
<tr>
128129
<td class="first_tab_type"><strong>Copilot</strong></td>
129130
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
130131
</tr>
131132
<tr></tr>
133+
--%>
132134
<tr class="privateProjectRow hide">
133135
<td class="first_tab_type" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Task</strong></td>
134136
<td class="sec_tab_type"><strong>: <span id="rPrivateProject"></span></strong></td>
@@ -258,12 +260,14 @@
258260
</div>
259261
</div>
260262
<br /> <br /><br />
263+
<%--
261264
<span class="name fixWidthName"><strong>Product</strong></span>
262265
<span class="value">
263266
<input type="text" class="bigin" id="productName" />
264267
<span id="productNameText"></span>
265268
</span>
266269
<br/><br/>
270+
--%>
267271
<!-- Review Scorecard -->
268272
<div id="reviewScorecardDivEdit">
269273
<br />

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

+4
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@
8787
<td class="sec_tab_type"><strong>: <span id="rProjectName"><c:out value="${sessionData.currentProjectContext.name}" /></span></strong></td>
8888
</tr>
8989
<tr></tr>
90+
<%--
9091
<tr>
9192
<td class="first_tab_type"><strong>Product</strong></td>
9293
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
9394
</tr>
9495
<tr></tr>
96+
--%>
9597
<tr>
9698
<td class="first_tab_type"><strong>Copilot</strong></td>
9799
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
@@ -212,12 +214,14 @@
212214
</div>
213215
</div>
214216
<br /><br /><br />
217+
<%--
215218
<span class="name fixWidthName"><strong>Product</strong></span>
216219
<span class="value">
217220
<input type="text" class="bigin" id="productName" />
218221
<span id="productNameText"></span>
219222
</span>
220223
<br/><br/>
224+
--%>
221225
<div id="copilotEditDiv">
222226
<br />
223227
<span class="name fixWidthName"><strong>Copilot</strong></span>

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,13 @@
139139
<td class="sec_tab_type"><strong>: <span id="rProjectMilestone"></span></strong></td>
140140
</tr>
141141
<tr></tr>
142+
<%--
142143
<tr>
143144
<td class="first_tab_type"><strong>Product</strong></td>
144145
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
145146
</tr>
146147
<tr></tr>
148+
--%>
147149
<tr>
148150
<td class="first_tab_type"><strong>Copilot</strong></td>
149151
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
@@ -280,13 +282,14 @@
280282
<div class="clearFix"></div>
281283
</div>
282284
<br/><br/>
285+
<%--
283286
<span class="name fixWidthName"><strong>Product</strong></span>
284287
<span class="value">
285288
<input type="text" class="bigin" id="productName" />
286289
<span id="productNameText"></span>
287290
</span>
288291
<br/><br/>
289-
292+
---%>
290293
<div id="copilotEditDiv" class="editDropDown">
291294
<span class="name fixWidthName"><strong>Copilot</strong></span>
292295

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,12 @@
159159
</div>
160160

161161
<!-- product -->
162+
<%--
162163
<div class="row">
163164
<label>Product :</label>
164165
<input id="productName" name="productName" type="text" class="text"/>
165166
</div>
166-
167+
--%>
167168
<!-- Copilot for Software Contest -->
168169
<div class="row">
169170
<label>Copilot :</label>

0 commit comments

Comments
 (0)