Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/web/WEB-INF/includes/contest/editTab.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
</tr>
<tr></tr>
<%--
<tr>
<td class="first_tab_type"><strong>Copilot</strong></td>
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
</tr>
<tr></tr>
--%>
<tr class="privateProjectRow hide">
<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>
<td class="sec_tab_type"><strong>: <span id="rPrivateProject"></span></strong></td>
Expand Down Expand Up @@ -258,12 +260,14 @@
</div>
</div>
<br /> <br /><br />
<%--
<span class="name fixWidthName"><strong>Product</strong></span>
<span class="value">
<input type="text" class="bigin" id="productName" />
<span id="productNameText"></span>
</span>
<br/><br/>
--%>
<!-- Review Scorecard -->
<div id="reviewScorecardDivEdit">
<br />
Expand Down
4 changes: 4 additions & 0 deletions src/web/WEB-INF/includes/contest/editTabMarathon.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@
<td class="sec_tab_type"><strong>: <span id="rProjectName"><c:out value="${sessionData.currentProjectContext.name}" /></span></strong></td>
</tr>
<tr></tr>
<%--
<tr>
<td class="first_tab_type"><strong>Product</strong></td>
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
</tr>
<tr></tr>
--%>
<tr>
<td class="first_tab_type"><strong>Copilot</strong></td>
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
Expand Down Expand Up @@ -212,12 +214,14 @@
</div>
</div>
<br /><br /><br />
<%--
<span class="name fixWidthName"><strong>Product</strong></span>
<span class="value">
<input type="text" class="bigin" id="productName" />
<span id="productNameText"></span>
</span>
<br/><br/>
--%>
<div id="copilotEditDiv">
<br />
<span class="name fixWidthName"><strong>Copilot</strong></span>
Expand Down
5 changes: 4 additions & 1 deletion src/web/WEB-INF/includes/contest/editTabSoftware.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@
<td class="sec_tab_type"><strong>: <span id="rProjectMilestone"></span></strong></td>
</tr>
<tr></tr>
<%--
<tr>
<td class="first_tab_type"><strong>Product</strong></td>
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
</tr>
<tr></tr>
--%>
<tr>
<td class="first_tab_type"><strong>Copilot</strong></td>
<td class="sec_tab_type"><strong>: <span id="rCopilots"></span></strong></td>
Expand Down Expand Up @@ -280,13 +282,14 @@
<div class="clearFix"></div>
</div>
<br/><br/>
<%--
<span class="name fixWidthName"><strong>Product</strong></span>
<span class="value">
<input type="text" class="bigin" id="productName" />
<span id="productNameText"></span>
</span>
<br/><br/>

---%>
<div id="copilotEditDiv" class="editDropDown">
<span class="name fixWidthName"><strong>Copilot</strong></span>

Expand Down
3 changes: 2 additions & 1 deletion src/web/WEB-INF/includes/launch/contestSelection.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@
</div>

<!-- product -->
<%--
<div class="row">
<label>Product :</label>
<input id="productName" name="productName" type="text" class="text"/>
</div>

--%>
<!-- Copilot for Software Contest -->
<div class="row">
<label>Copilot :</label>
Expand Down