| Line 202... |
Line 202... |
| 202 |
<br>Estimated duration of complete ripple: <%=IIF(TotalBuildTime, NiceDuration(TotalBuildTime), "Unknown")%>
|
202 |
<br>Estimated duration of complete ripple: <%=IIF(TotalBuildTime, NiceDuration(TotalBuildTime), "Unknown")%>
|
| 203 |
</span>
|
203 |
</span>
|
| 204 |
</div>
|
204 |
</div>
|
| 205 |
<%If bLongBuild Then%>
|
205 |
<%If bLongBuild Then%>
|
| 206 |
<div class='textPanel PanelPad informPanel'>
|
206 |
<div class='textPanel PanelPad informPanel'>
|
| 207 |
<img class=PanelCell src="images/s_warning.gif">
|
207 |
<img class=PanelCell src="images/s_critical.gif">
|
| 208 |
<span class=PanelCell>This package will cause a significant ripple.<br>Consider scheduling it for a time to minimise dev impact.</span>
|
208 |
<span class=PanelCell>This package will cause a significant ripple.<br>Consider scheduling it for a time to minimise dev impact.</span>
|
| 209 |
</div>
|
209 |
</div>
|
| 210 |
<%End If%>
|
210 |
<%End If%>
|
| 211 |
<div id=showdate class=display-none>
|
211 |
<div id=showdate class=display-none>
|
| 212 |
<div class='textPanel PanelPad' id=datetime></div>
|
212 |
<div class='textPanel PanelPad' id=datetime></div>
|
| Line 216... |
Line 216... |
| 216 |
<div class='PanelSep'></div>
|
216 |
<div class='PanelSep'></div>
|
| 217 |
<div class='buttonPanelWhite' id=schedule>
|
217 |
<div class='buttonPanelWhite' id=schedule>
|
| 218 |
<div class=nowrap>
|
218 |
<div class=nowrap>
|
| 219 |
<input name=sched type=radio value='sched' <%=IIF(bLongBuild, "checked","")%>>Schedule
|
219 |
<input name=sched type=radio value='sched' <%=IIF(bLongBuild, "checked","")%>>Schedule
|
| 220 |
<input name=sched type=radio value='now' <%=IIF(bLongBuild, "","checked")%>>Include immediately
|
220 |
<input name=sched type=radio value='now' <%=IIF(bLongBuild, "","checked")%>>Include immediately
|
| - |
|
221 |
<span style='margin-left:4em'></span>
|
| 221 |
<button id=release>Release</button>
|
222 |
<button id=release>Release</button>
|
| 222 |
<button id=cancel>Cancel</button>
|
223 |
<button id=cancel>Cancel</button>
|
| 223 |
</div>
|
224 |
</div>
|
| 224 |
</div>
|
225 |
</div>
|
| 225 |
<div id='progressBar' class='vixSpinner' style='visibility:hidden;'></div>
|
226 |
<div id='progressBar' class='vixSpinner' style='visibility:hidden;'></div>
|