Subversion Repositories DevTools

Rev

Rev 6579 | Rev 6876 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6579 Rev 6624
Line 37... Line 37...
37
 
37
 
38
If releaseIsWritable(ReleaseMode) Then
38
If releaseIsWritable(ReleaseMode) Then
39
    If canActionControlInProject("ConfigureRelease") OR canActionControlInProject("EditNonCriticalInfoForLockedPackage") Then modifyState = ""
39
    If canActionControlInProject("ConfigureRelease") OR canActionControlInProject("EditNonCriticalInfoForLockedPackage") Then modifyState = ""
40
End If
40
End If
41
'----------------------------------------------
41
'----------------------------------------------
-
 
42
Sub ShowSidePanel
-
 
43
End Sub
-
 
44
'----------------------------------------------
-
 
45
Sub ShowMainPanel
-
 
46
 %>
-
 
47
    <table class="embedded_table" style="margin-bottom:10px; width:50%">
-
 
48
      <tr>
-
 
49
         <td>
-
 
50
            <span nowrap class="form_ttl">VIEW DEPLOYMENT STATE</span>
-
 
51
            <!-- Section Top Border ---->
-
 
52
            <div class="rounded_box" style="background: white;">
-
 
53
                <!-- Section Body Header ---->
-
 
54
                <!-- Main Pane -->
-
 
55
                <table id="deploymentstatetable" width="100%" class="stripe">
-
 
56
                    <thead class="body_col">
-
 
57
                        <tr>
-
 
58
                          <th>PV_ID
-
 
59
                          <th>Package Name
-
 
60
                          <th>Package Version
-
 
61
                          <th>Package Extension
-
 
62
                          <th>Short Description
-
 
63
                          <th><%=Quick_Help("h_deployable")%>Deployable
-
 
64
                        </tr>
-
 
65
                    </thead>
-
 
66
                    <tbody>
-
 
67
                    </tbody>
-
 
68
                </table>
-
 
69
                <!-- Info / Ajax Progress bar -->
-
 
70
                <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>
-
 
73
                    <div>
-
 
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>
-
 
76
                          <button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>
-
 
77
                    </div>
-
 
78
                </div>
-
 
79
            </div>
-
 
80
            </td>
-
 
81
        </tr>
-
 
82
    </table>
-
 
83
<%
-
 
84
End Sub
-
 
85
'----------------------------------------------
42
%>
86
%>
43
<html>
87
<html>
44
   <head>
88
   <head>
45
        <title>Release Manager</title>
89
        <title>Release Manager</title>
46
        <link rel="shortcut icon" href="<%=FavIcon%>"/>
90
        <link rel="shortcut icon" href="<%=FavIcon%>"/>
Line 67... Line 111...
67
		/* Init DataTables */
111
		/* Init DataTables */
68
        table = $("#deploymentstatetable").DataTable({
112
        table = $("#deploymentstatetable").DataTable({
69
            processing: true,
113
            processing: true,
70
            deferRender: true,
114
            deferRender: true,
71
            dom: "frtiS",
115
            dom: "frtiS",
72
            sScrollY: $( document ).height() - 45 - 200,
116
            sScrollY: $( document ).height() - 45 - 200 - 15,
73
            scrollCollapse: true,
117
            scrollCollapse: true,
74
            retrieve:true,
118
            retrieve:true,
75
            serverSide: true,
119
            serverSide: true,
76
            ajax : {
120
            ajax : {
77
                url : "deployable_state_json.asp",
121
                url : "deployable_state_json.asp",
Line 211... Line 255...
211
 
255
 
212
      <!-- DROPDOWN MENUS -->
256
      <!-- DROPDOWN MENUS -->
213
      <!--#include file="_menu_def.asp"-->
257
      <!--#include file="_menu_def.asp"-->
214
      <script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
258
      <script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
215
   </head>
259
   </head>
216
   <body>
260
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
217
      <!-- HEADER -->
261
      <!-- HEADER -->
218
      <!--#include file="_header.asp"-->
262
      <!--#include file="_header.asp"-->
219
      <!-- BODY ---->
263
      <!-- BODY ---->
220
        <table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
264
      <table class="full_table">
221
            <tr>
265
         <tr>
222
                <td width="146px" class="panel_bg" valign="top">&nbsp;</td>
266
            <td class="panel_bg" valign="top" style="min-width:146px">
223
                <td width="100%" valign="top" align="center"  bgcolor="#EEEFEF">
-
 
224
                    <table width="50%" border="0" cellspacing="0" cellpadding="0">
-
 
225
                        <tr>
-
 
226
                            <td width="1%"></td>
-
 
227
                            <td width="100%">
267
                <%Call ShowSidePanel%>
228
                                <span nowrap class="form_ttl">VIEW DEPLOYMENT STATE</span>
-
 
229
                                <!-- Section Top Border ---->
-
 
230
                                <div class="rounded_box" style="background: white;">
-
 
231
                                    <!-- Section Body Header ---->
-
 
232
                                    <!-- Main Pane -->
-
 
233
                                    <table id="deploymentstatetable" width=100% class="stripe">
-
 
234
                                        <thead class="body_col">
-
 
235
                                            <tr>
-
 
236
                                              <th>PV_ID
-
 
237
                                              <th>Package Name
-
 
238
                                              <th>Package Version
-
 
239
                                              <th>Package Extension
-
 
240
                                              <th>Short Description
-
 
241
                                              <th><%=Quick_Help("h_deployable")%>Deployable
-
 
242
                                            </tr>
-
 
243
                                        </thead>
-
 
244
                                        <tbody>
-
 
245
                                        </tbody>
-
 
246
                                    </table>
268
            </td>
247
                                    <!-- Info / Ajax Progress bar -->
-
 
248
                                    <div class='bg_dialog body_txt' style='position:relative;min-height:19px;' >
-
 
249
                                        <img id='ds_progressBar' style='visibility:hidden;position: absolute;display: block' src='icons/i_processing.gif' width='79' height='14'>
-
 
250
                                        <div id='ds_info'  style='position: absolute;'></div>
269
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
251
                                        <div>
-
 
252
                                              <button id='ds_refresh'  class='rmbutton' style="display:inline; float:right;">Refresh</button>
-
 
253
                                              <button id='ds_show'     class='rmbutton' style="display:inline; float:right;">Show Deployable</button>
-
 
254
                                              <button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>
-
 
255
                                        </div>
-
 
256
                                    </div>
-
 
257
                                </div>
270
                <%Call ShowMainPanel%>
258
                            </td>
271
            </td>
259
                        </tr>
272
         </tr>
260
                    </table>
273
         <tr>
261
                </td>
274
            <td class="panel_bg" valign="bottom" align="center" height="350"></td>
262
            </tr>
275
         </tr>
263
        </table>
276
      </table>
264
        <!-- FOOTER -->
277
      <!-- FOOTER -->
265
        <!--#include file="_footer.asp"-->
278
      <!--#include file="_footer.asp"-->
266
    </body>
279
   </body>
267
</html>
280
</html>