| Line 183... |
Line 183... |
| 183 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
183 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
| 184 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
184 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
| 185 |
</head>
|
185 |
</head>
|
| 186 |
|
186 |
|
| 187 |
<body leftmargin="0" topmargin="0">
|
187 |
<body leftmargin="0" topmargin="0">
|
| - |
|
188 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
| 188 |
<table width="600px" border="0" cellspacing="0" cellpadding="5">
|
189 |
<table width="600px" border="0" cellspacing="0" cellpadding="5">
|
| 189 |
<%
|
190 |
<%
|
| 190 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
191 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
| 191 |
objFormComponent.FormName = "DaemonInstruction"
|
192 |
objFormComponent.FormName = "DaemonInstruction"
|
| 192 |
objFormComponent.FormClass = "form_tight"
|
193 |
objFormComponent.FormClass = "form_tight"
|
| Line 214... |
Line 215... |
| 214 |
<td colspan=2><hr width=80%>
|
215 |
<td colspan=2><hr width=80%>
|
| 215 |
</tr>
|
216 |
</tr>
|
| 216 |
<tr>
|
217 |
<tr>
|
| 217 |
<td class="nowrap form_align">
|
218 |
<td class="nowrap form_align">
|
| 218 |
<input type="radio" name="op_code" value="1" <%=testChecked%><%=testDisable%>> Test Build the current package.
|
219 |
<input type="radio" name="op_code" value="1" <%=testChecked%><%=testDisable%>> Test Build the current package.
|
| - |
|
220 |
<td>No new version will be created, nor will a build ripple be propagated.
|
| 219 |
<td>No new version will be created, nor will a build ripple be propagated.<br>This will simply ensure that the current package can be built with<br>the current build machine configuration.
|
221 |
<br>This will simply ensure that the current package can be built with<br>the current build machine configuration.
|
| - |
|
222 |
<br>Log files and test results will be available.
|
| 220 |
</tr>
|
223 |
</tr>
|
| 221 |
</table>
|
224 |
</table>
|
| 222 |
</td>
|
225 |
</td>
|
| 223 |
<%
|
226 |
<%
|
| 224 |
Dim disableText : disableText = ""
|
227 |
Dim disableText : disableText = ""
|
| Line 226... |
Line 229... |
| 226 |
disableText = "disabled=""disabled"""
|
229 |
disableText = "disabled=""disabled"""
|
| 227 |
End If
|
230 |
End If
|
| 228 |
%>
|
231 |
%>
|
| 229 |
<tr>
|
232 |
<tr>
|
| 230 |
<td>
|
233 |
<td>
|
| 231 |
<span style="float:left"><%=ProgressBar()%></span>
|
- |
|
| 232 |
<button name="btn" style="float:right" type="reset" onclick="parent.closeIFrame();">Cancel</button>
|
234 |
<button name="btn" style="float:right" type="reset" onclick="parent.closeIFrame();">Cancel</button>
|
| 233 |
<button name="btn" style="float:right;margin-right: 5px;" type="submit" <%=disableText%> >Add/Update</button>
|
235 |
<button name="btn" style="float:right;margin-right: 5px;" type="submit" <%=disableText%> >Add/Update</button>
|
| 234 |
</tr>
|
236 |
</tr>
|
| 235 |
<%=objPMod.ComposeHiddenTags()%>
|
237 |
<%=objPMod.ComposeHiddenTags()%>
|
| 236 |
<input type="hidden" name="action" value="true">
|
238 |
<input type="hidden" name="action" value="true">
|