| Line 42... |
Line 42... |
| 42 |
Sub ShowSidePanel
|
42 |
Sub ShowSidePanel
|
| 43 |
End Sub
|
43 |
End Sub
|
| 44 |
'----------------------------------------------
|
44 |
'----------------------------------------------
|
| 45 |
Sub ShowMainPanel
|
45 |
Sub ShowMainPanel
|
| 46 |
%>
|
46 |
%>
|
| - |
|
47 |
<div id='ds_progressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
| 47 |
<table class="embedded_table" style="margin-bottom:10px; width:50%">
|
48 |
<table class="embedded_table" style="margin-bottom:10px; width:50%">
|
| 48 |
<tr>
|
49 |
<tr>
|
| 49 |
<td>
|
50 |
<td>
|
| 50 |
<span nowrap class="form_ttl">VIEW DEPLOYMENT STATE</span>
|
51 |
<span nowrap class="form_ttl">VIEW DEPLOYMENT STATE</span>
|
| 51 |
<!-- Section Top Border ---->
|
52 |
<!-- Section Top Border ---->
|
| Line 66... |
Line 67... |
| 66 |
<tbody>
|
67 |
<tbody>
|
| 67 |
</tbody>
|
68 |
</tbody>
|
| 68 |
</table>
|
69 |
</table>
|
| 69 |
<!-- Info / Ajax Progress bar -->
|
70 |
<!-- Info / Ajax Progress bar -->
|
| 70 |
<div class='bg_dialog body_txt' style='position:relative;min-height:19px;' >
|
71 |
<div class='bg_dialog body_txt' style='position:relative;min-height:19px;' >
|
| 71 |
<img id='ds_progressBar' style='visibility:hidden;position: absolute;display: block' src='icons/i_processing.gif' width='79' height='14'>
|
- |
|
| 72 |
<div id='ds_info' style='position: absolute;'></div>
|
72 |
<div id='ds_info' style='position: absolute;'></div>
|
| 73 |
<div>
|
73 |
<div>
|
| 74 |
<button id='ds_refresh' class='rmbutton' style="display:inline; float:right;">Refresh</button>
|
74 |
<button id='ds_refresh' class='rmbutton' style="display:inline; float:right;">Refresh</button>
|
| 75 |
<button id='ds_show' class='rmbutton' style="display:inline; float:right;">Show Deployable</button>
|
75 |
<button id='ds_show' class='rmbutton' style="display:inline; float:right;">Show Deployable</button>
|
| 76 |
<button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>
|
76 |
<button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>
|