Subversion Repositories DevTools

Rev

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

Rev 5957 Rev 6048
Line 6... Line 6...
6
'
6
'
7
'   Display the SDK Names currently defined
7
'   Display the SDK Names currently defined
8
'       Allow SDK Name to be edited
8
'       Allow SDK Name to be edited
9
'       Allow SDK Name to be created
9
'       Allow SDK Name to be created
10
'   
10
'   
11
'|
-
 
12
'=====================================================
11
'=====================================================
13
%>
12
%>
14
<!--#include file="common/conf.asp"-->
13
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
14
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/qstr.asp"-->
15
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/common_subs.asp"-->
16
<!--#include file="common/common_subs.asp"-->
-
 
17
<!--#include file="_access_control_login.asp"-->
18
<!--#include file="_access_control_general.asp"-->
18
<!--#include file="_access_control_general.asp"-->
19
 
-
 
20
<script>
19
<script>
21
//  Configure the Summary Table
20
//  Configure the Summary Table
22
table = $('#sdk_names_body').DataTable({
21
table = $('#sdk_names_body').DataTable({
23
    deferRender:    true,
22
    deferRender:    true,
24
    dom: "rtiS",
23
    dom: "rtiS",