Subversion Repositories DevTools

Rev

Rev 5103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5103 Rev 5114
Line 27... Line 27...
27
'------------ Constants Declaration -----------
27
'------------ Constants Declaration -----------
28
'------------ Variable Init -------------------
28
'------------ Variable Init -------------------
29
parSdkTag_id = Request("sdktag_id")
29
parSdkTag_id = Request("sdktag_id")
30
If parSdkTag_id = "" Then parSdkTag_id = 0
30
If parSdkTag_id = "" Then parSdkTag_id = 0
31
%>
31
%>
-
 
32
<!DOCTYPE html>
32
<html>
33
<html>
33
   <head>
34
   <head>
34
        <title>Release Manager</title>
35
        <title>Release Manager</title>
35
        <meta http-equiv="Pragma" content="no-cache">
36
        <meta http-equiv="Pragma" content="no-cache">
36
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
37
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Line 61... Line 62...
61
                deferRender:    true,
62
                deferRender:    true,
62
                dom:            "t",
63
                dom:            "t",
63
                sScrollY: $( document ).height() - 200,
64
                sScrollY: $( document ).height() - 200,
64
                scrollCollapse: true,
65
                scrollCollapse: true,
65
                processing: true,
66
                processing: true,
66
                retrieve:true,
67
                'retrieve': true,
67
                serverSide: true,
68
                'serverSide': true,
68
                ajaxSource: 'sdk_names_json.asp',
69
                'ajaxSource': 'sdk_names_json.asp',
69
                ordering: false,
70
                'ordering': false,
70
                columns: [ { data: 1, className: 'dt-nowrap side_panel_data'  } ],
71
                'columns': [ { data: 1, className: 'dt-nowrap side_panel_data'  } ]
71
            });
72
            });
72
            //
73
            //
73
            //  jQuery function to deserialise an encoded parameter list
74
            //  jQuery function to deserialise an encoded parameter list
74
            //  The opposite of $.param()
75
            //  The opposite of $.param()
75
            (function ($) {
76
            (function ($) {
Line 149... Line 150...
149
function load_page_body(url, data) {
150
function load_page_body(url, data) {
150
    //  Persist these values, but don't add to the stored URL
151
    //  Persist these values, but don't add to the stored URL
151
    var persist = {
152
    var persist = {
152
        rtag_id : <%=DB_RTAG_ID%>,
153
        rtag_id : <%=DB_RTAG_ID%>,
153
        proj_id : <%=DB_PROJ_ID%>,
154
        proj_id : <%=DB_PROJ_ID%>,
154
        pv_id : <%=DB_PV_ID%>,
155
        pv_id : <%=DB_PV_ID%>
155
    };
156
    };
156
    $('#sdk_version').off();
157
    $('#sdk_version').off();
157
    $('#sdk_version').empty();
158
    $('#sdk_version').empty();
158
    $('#sdk_version').load(url, $.extend({}, data, persist));
159
    $('#sdk_version').load(url, $.extend({}, data, persist));
159
 
160
 
Line 171... Line 172...
171
    window.location.hash = jQuery.param(newdata);
172
    window.location.hash = jQuery.param(newdata);
172
}
173
}
173
        </script>
174
        </script>
174
      <!-- DROPDOWN MENUS -->
175
      <!-- DROPDOWN MENUS -->
175
   </head>
176
   </head>
176
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
177
   <body>
177
 
178
 
178
      <!-- MENU LAYERS -------------------------------------->
179
      <!-- MENU LAYERS -->
179
      <div id="popmenu" class="menuskin" onmouseover="clearhidemenu();highlightmenu(event,'on')"
180
      <div id="popmenu" class="menuskin" onmouseover="clearhidemenu();highlightmenu(event,'on')"
180
         onmouseout="highlightmenu(event,'off');dynamichide(event)">
181
         onmouseout="highlightmenu(event,'off');dynamichide(event)">
181
      </div>
182
      </div>
182
      <!-- TIPS LAYERS -------------------------------------->
183
      <!-- TIPS LAYERS -->
183
      <div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
184
      <div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
184
      <!----------------------------------------------------->
-
 
185
      <!-- HEADER -->
185
      <!-- HEADER -->
186
      <!--#include file="_header.asp"-->
186
      <!--#include file="_header.asp"-->
187
      <!-- BODY ---->
187
      <!-- BODY -->
188
      <table border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEFEF" style="min-height:500px;width:100%">
188
      <table border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEFEF" style="min-height:500px;width:100%">
189
         <tr>
189
         <tr>
190
            <td valign="top" class=side_panel style="position:relative;height:100%;width:10%">
190
            <td valign="top" class=side_panel style="position:relative;height:100%;width:10%">
191
                <!-- Side panel -->
191
                <!-- Side panel -->
192
               <table id=sdk_names class="full_table side_panel_table">
192
               <table id=sdk_names class="full_table side_panel_table">