Subversion Repositories DevTools

Rev

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

Rev 5102 Rev 5103
Line 16... Line 16...
16
' Good idea to set when using redirect
16
' Good idea to set when using redirect
17
Response.Expires = 0   ' always load the page, dont store
17
Response.Expires = 0   ' always load the page, dont store
18
%>
18
%>
19
<!--#include file="common/conf.asp"-->
19
<!--#include file="common/conf.asp"-->
20
<!--#include file="common/globals.asp"-->
20
<!--#include file="common/globals.asp"-->
21
<!--#include file="common/globals_sdk.asp"-->
-
 
22
<!--#include file="common/formating.asp"-->
21
<!--#include file="common/formating.asp"-->
23
<!--#include file="common/qstr.asp"-->
22
<!--#include file="common/qstr.asp"-->
24
<!--#include file="common/common_subs.asp"-->
23
<!--#include file="common/common_subs.asp"-->
25
<%
24
<%
26
'------------ ACCESS CONTROL ------------------
25
'------------ ACCESS CONTROL ------------------
27
%>
26
%>
28
<!--#include file="_access_control_general.asp"-->
27
<!--#include file="_access_control_general.asp"-->
-
 
28
<!--#include file="common/globals_sdk.asp"-->
29
<%
29
<%
30
'------------ Variable Definition -------------
30
'------------ Variable Definition -------------
31
Dim editMode
31
Dim editMode
32
'------------ Constants Declaration -----------
32
'------------ Constants Declaration -----------
33
'------------ Variable Init -------------------
33
'------------ Variable Init -------------------
34
editMode = "disabled"
34
editMode = "disabled"
35
If canActionControl("AdminSdk") Then editMode = ""
35
If canActionControl("AdminSdk") Then editMode = ""
-
 
36
 
36
%>
37
%>
37
<script>
38
<script>
38
//# sourceURL=sdk_versions.asp
39
//# sourceURL=sdk_versions.asp
39
 
40
 
40
//  Populate the header of this page
41
//  Populate the header of this page