| Line 163... |
Line 163... |
| 163 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
163 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 164 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
164 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
| 165 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
165 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 166 |
</head>
|
166 |
</head>
|
| 167 |
<body background="images/bg_bage_0.gif" leftmargin="0" topmargin="0" >
|
167 |
<body background="images/bg_bage_0.gif" leftmargin="0" topmargin="0" >
|
| - |
|
168 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
| 168 |
<table class="full_table body_txt" border="0" cellspacing="0" cellpadding="10">
|
169 |
<table class="full_table body_txt" border="0" cellspacing="0" cellpadding="10">
|
| 169 |
<tr>
|
170 |
<tr>
|
| 170 |
<td bgcolor="#FFFFFF" class="body_txt nowrap">
|
171 |
<td bgcolor="#FFFFFF" class="body_txt nowrap">
|
| 171 |
<%=enum_IMG_Critical%><span>You are about to destroy <%=pName%> <%=pVersion%>. You cannot undo this operation.</span>
|
172 |
<%=enum_IMG_Critical%><span>You are about to destroy <%=pName%> <%=pVersion%>. You cannot undo this operation.</span>
|
| 172 |
</td>
|
173 |
</td>
|
| Line 174... |
Line 175... |
| 174 |
<%
|
175 |
<%
|
| 175 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
176 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
| 176 |
objFormComponent.FormName = "FormName"
|
177 |
objFormComponent.FormName = "FormName"
|
| 177 |
objFormComponent.FormClass = "form_tight"
|
178 |
objFormComponent.FormClass = "form_tight"
|
| 178 |
objFormComponent.Action = ScriptName
|
179 |
objFormComponent.Action = ScriptName
|
| - |
|
180 |
objFormComponent.onSubmit = "MM_showProgressBar();"
|
| 179 |
Call objFormComponent.FormStart()
|
181 |
Call objFormComponent.FormStart()
|
| 180 |
%>
|
182 |
%>
|
| 181 |
<tr>
|
183 |
<tr>
|
| 182 |
<td>
|
184 |
<td>
|
| 183 |
<!-- NEW PRODUCT +++++++++++++++++++++++++++++++++++++++++++++++ -->
|
185 |
<!-- NEW PRODUCT +++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| Line 235... |
Line 237... |
| 235 |
this package are wide ranging.
|
237 |
this package are wide ranging.
|
| 236 |
</td>
|
238 |
</td>
|
| 237 |
<%End If%>
|
239 |
<%End If%>
|
| 238 |
<%End If%>
|
240 |
<%End If%>
|
| 239 |
<tr>
|
241 |
<tr>
|
| 240 |
<td bgcolor="#FFFFFF">
|
242 |
<td bgcolor="#FFFFFF" align="right">
|
| 241 |
<table class=full_table >
|
- |
|
| 242 |
<tr>
|
- |
|
| 243 |
<td><%=ProgressBar()%></td>
|
- |
|
| 244 |
<td align="right">
|
- |
|
| 245 |
<%If isNULL(sMessage) Then%>
|
243 |
<%If isNULL(sMessage) Then%>
|
| 246 |
<input name="btn" type="submit" class="form_btn" value="Destroy">
|
244 |
<input name="btn" type="submit" class="form_btn" value="Destroy">
|
| 247 |
<%End If%>
|
245 |
<%End If%>
|
| 248 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
|
246 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
|
| 249 |
</td>
|
- |
|
| 250 |
</tr>
|
- |
|
| 251 |
</table>
|
- |
|
| 252 |
</td>
|
247 |
</td>
|
| 253 |
</tr>
|
248 |
</tr>
|
| 254 |
<%=objPMod.ComposeHiddenTags()%>
|
249 |
<%=objPMod.ComposeHiddenTags()%>
|
| 255 |
<input type="hidden" name="action" value="true">
|
250 |
<input type="hidden" name="action" value="true">
|
| 256 |
<%
|
251 |
<%
|