Subversion Repositories DevTools

Rev

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

Rev 6616 Rev 7250
Line 18... Line 18...
18
<!--#include file="_access_control_general.asp"-->
18
<!--#include file="_access_control_general.asp"-->
19
<script>
19
<script>
20
//  Configure the Summary Table
20
//  Configure the Summary Table
21
table = $('#sdk_names_body').DataTable({
21
table = $('#sdk_names_body').DataTable({
22
    deferRender:    true,
22
    deferRender:    true,
23
    dom: "rtifS",
23
    dom: "rtif",
24
    sScrollY: $( document ).height() - 200,
24
    scrollY: $( document ).height() - 200,
25
    scrollCollapse: true,
25
    scrollCollapse: true,
26
    processing: true,
26
    processing: true,
27
    retrieve:true,
27
    retrieve:true,
28
    serverSide: true,
28
    serverSide: true,
29
    ajaxSource: "sdk_names_json.asp",
29
    ajax : "sdk_names_json.asp",
30
    ordering: true,
30
    ordering: true,
31
    order: [[ 1, "asc" ]],
31
    order: [[ 1, "asc" ]],
32
     columns: [
32
     columns: [
33
        { visible : false },
33
        { visible : false },
34
        { className: "dt-nowrap" },
34
        { className: "dt-nowrap" },
Line 113... Line 113...
113
  <td>
113
  <td>
114
    <div class="rounded_box">
114
    <div class="rounded_box">
115
        <table id=sdk_names_body class="full_table display" >
115
        <table id=sdk_names_body class="full_table display" >
116
            <thead>
116
            <thead>
117
            <tr class="body_col form_align">
117
            <tr class="body_col form_align">
118
              <th width="1%"> SDK ID
118
              <th nowrap width="1%"> SDK ID
119
              <th width="10%"> SDK Name
119
              <th nowrap width="10%"> SDK Name
120
              <th> SDK Comment
120
              <th > SDK Comment
121
              <th width="10%"> Project
121
              <th nowrap width="10%"> Project
122
              <th width="10%"> Base View
122
              <th nowrap width="10%"> Base View
123
              <th width="1%"> Configure
123
              <th nowrap width="1%"> Configure
124
            </thead>
124
            </thead>
125
        </table>
125
        </table>
126
        <div class=bg_dialog style="position:relative">&nbsp;
126
        <div class=bg_dialog style="position:relative">&nbsp;
127
<%If canActionControl("AdminSdk") Then %>
127
<%If canActionControl("AdminSdk") Then %>
128
            <span id="addSdk" title="Create New SDK Family" style="float:left">
128
            <span id="addSdk" title="Create New SDK Family" style="float:left">