Subversion Repositories DevTools

Rev

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

Rev 5098 Rev 5102
Line 56... Line 56...
56
                cache: false 
56
                cache: false 
57
            });
57
            });
58
 
58
 
59
            //  Configure the Summary Table
59
            //  Configure the Summary Table
60
            var table = tableEl.DataTable({
60
            var table = tableEl.DataTable({
61
                    deferRender:    true,
61
                deferRender:    true,
62
                    dom:            "t",
62
                dom:            "t",
63
                    sScrollY: $( document ).height() - 200,
63
                sScrollY: $( document ).height() - 200,
64
                    scrollCollapse: true,
64
                scrollCollapse: true,
65
                    processing: true,
65
                processing: true,
66
                    retrieve:true,
66
                retrieve:true,
67
                    serverSide: true,
67
                serverSide: true,
68
                    ajaxSource: "sdk_names_json.asp",
68
                ajaxSource: 'sdk_names_json.asp',
69
                    "ordering": false,
69
                ordering: false,
70
                    "columnDefs" : [ 
-
 
71
                        {"visible" : false, "targets" : [0]},
-
 
72
                        {"visible" : false, "targets" : [2]},
-
 
73
                        {"visible" : false, "targets" : [3]},
70
                columns: [ { data: 1, className: 'dt-nowrap side_panel_data'  } ],
74
                        ],
-
 
75
                    });
71
            });
76
 
-
 
77
            //
72
            //
78
            //  jQuery function to deserialise an encoded parameter list
73
            //  jQuery function to deserialise an encoded parameter list
79
            //  The opposite of $.param()
74
            //  The opposite of $.param()
80
            (function ($) {
75
            (function ($) {
81
                $.deserialize = function (str, options) {
76
                $.deserialize = function (str, options) {
Line 187... Line 182...
187
      <div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
182
      <div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
188
      <!----------------------------------------------------->
183
      <!----------------------------------------------------->
189
      <!-- HEADER -->
184
      <!-- HEADER -->
190
      <!--#include file="_header.asp"-->
185
      <!--#include file="_header.asp"-->
191
      <!-- BODY ---->
186
      <!-- BODY ---->
192
      <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEFEF">
187
      <table border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEFEF" style="min-height:500px;width:100%">
193
         <tr>
188
         <tr>
194
            <td width="10%" background="images/bg_home_orange.gif" valign="top" class=side_panel>
189
            <td valign="top" class=side_panel style="position:relative;height:100%;width:10%">
195
                <!-- Side panel -->
190
                <!-- Side panel -->
196
               <table id=sdk_names class="full_table side_panel_table">
191
               <table id=sdk_names class="full_table side_panel_table">
197
                <thead>
192
                <thead>
198
                    <tr class="body_col form_align">
193
                    <tr class="body_col form_align">
199
                        <th>
-
 
200
                        <th>SDK Names
194
                        <th>SDK Names
201
                        <th>
-
 
202
                        <th>
-
 
203
                </thead>
195
                </thead>
204
               </table>
196
               </table>
-
 
197
 
-
 
198
            <!-- Side panel Bottom-->
-
 
199
<%If canActionControl("AdminSdk") Then %>
-
 
200
                <img id=addSdkName style="position:absolute;bottom:0;right:0;" src="images/bt_new_project.gif" width="16" height="16" border="0" vspace="5" hspace="5" align="right" alt="Create new SDK Family" title="Create new SDK Family">
-
 
201
<%End If%>
205
            </td>
202
            </td>
206
            <td width="5%"  rowspan="2" valign="top"></td>
203
            <td width="5%"  rowspan="2" valign="top"></td>
207
            <td width="80%" rowspan="2" align="center" valign="top">
204
            <td width="80%" rowspan="2" align="center" valign="top">
208
               <!-- Main display panel -->
205
               <!-- Main display panel -->
209
               <div id=sdk_version></div>
206
               <div id=sdk_version></div>
210
               <!-- End Main display panel -->
207
               <!-- End Main display panel -->
211
            <td width="5%"  rowspan="2" valign="top"></td>
208
            <td width="5%"  rowspan="2" valign="top"></td>
212
         </tr>
209
         </tr>
213
         <tr>
-
 
214
            <!-- Side panel Bottom-->
-
 
215
            <td valign="bottom" align="center" background="images/bg_home_orange.gif">
-
 
216
<%If canActionControl("AdminSdk") Then %>
-
 
217
                <img id=addSdkName src="images/bt_new_project.gif" width="16" height="16" border="0" vspace="5" hspace="5" align="right" alt="Create new SDK Family" title="Create new SDK Family">
-
 
218
<%End If%>
-
 
219
            </td>
-
 
220
            <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
-
 
221
        </tr>
-
 
222
      </table>
210
      </table>
223
<!-- FOOTER -->
211
<!-- FOOTER -->
224
<!--#include file="_footer.asp"-->
212
<!--#include file="_footer.asp"-->
225
</body>
213
</body>
226
</html>
214
</html>