%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
' Reference SDK
' _wform_reference_sdk.asp
'
' This page is designed to be loaded into a
' It will create a modal dialog and do all of its work within that
'=====================================================
%>
<%
Option explicit
Response.Expires = 0 ' always load the page, dont store
%>
<%
'------------ ACCESS CONTROL ------------------
%>
<%
'------------ Variable Definition -------------
Dim bLoggedIn, bAuthorised
'------------ Constants Declaration -----------
'------------ Variable Init -------------------
bLoggedIn = objAccessControl.UserLogedIn
bAuthorised = canActionControlInProject("AddSdk")
'----------------------------------------------
%>