| Line 98... |
Line 98... |
| 98 |
|
98 |
|
| 99 |
<!-- DROPDOWN MENUS -->
|
99 |
<!-- DROPDOWN MENUS -->
|
| 100 |
<!--#include file="_menu_def.asp"-->
|
100 |
<!--#include file="_menu_def.asp"-->
|
| 101 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
101 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 102 |
</head>
|
102 |
</head>
|
| 103 |
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0 onLoad="ProgressBar.style.visibility='hidden'">
|
103 |
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0 onLoad="divProgressBar.style.visibility='hidden'">
|
| 104 |
<!-- MENU LAYERS -------------------------------------->
|
104 |
<!-- MENU LAYERS -------------------------------------->
|
| 105 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
|
105 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
|
| 106 |
<!-- TIPS LAYERS -------------------------------------->
|
106 |
<!-- TIPS LAYERS -------------------------------------->
|
| 107 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
107 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
| 108 |
<!----------------------------------------------------->
|
108 |
<!----------------------------------------------------->
|
| Line 187... |
Line 187... |
| 187 |
%>
|
187 |
%>
|
| 188 |
<tr>
|
188 |
<tr>
|
| 189 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
189 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 190 |
</tr>
|
190 |
</tr>
|
| 191 |
<tr>
|
191 |
<tr>
|
| 192 |
<td class="body_scol"></td>
|
- |
|
| 193 |
<td class="body_scol"></td>
|
- |
|
| 194 |
<td class="body_scol"></td>
|
192 |
<td class="body_scol" colspan="3" ><%=ProgressBar()%></td>
|
| 195 |
<td class="body_scol" colspan=2 style="text-align:right">
|
193 |
<td class="body_scol" colspan="2" style="text-align:right">
|
| 196 |
<input type="submit" value="Remove from Release" <%=enabledText%> onclick="return vixConfirm('Remove all selected packages from this Release',{post: 'removePackages'})">
|
194 |
<input type="submit" value="Remove from Release" <%=enabledText%> onclick="return vixConfirm('Remove all selected packages from this Release',{post: 'removePackages', progress:'#divProgressBar'})">
|
| 197 |
</td>
|
195 |
</td>
|
| 198 |
</tr>
|
196 |
</tr>
|
| 199 |
<tr>
|
197 |
<tr>
|
| 200 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
198 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 201 |
</tr>
|
199 |
</tr>
|