Subversion Repositories DevTools

Rev

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

Rev 5102 Rev 5103
Line 11... Line 11...
11
' Good idea to set when using redirect
11
' Good idea to set when using redirect
12
Response.Expires = 0   ' always load the page, dont store
12
Response.Expires = 0   ' always load the page, dont store
13
%>
13
%>
14
<!--#include file="common/conf.asp"-->
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals_sdk.asp"-->
-
 
17
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/formating.asp"-->
18
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/qstr.asp"-->
19
<!--#include file="common/common_subs.asp"-->
18
<!--#include file="common/common_subs.asp"-->
20
<%
19
<%
21
'------------ ACCESS CONTROL ------------------
20
'------------ ACCESS CONTROL ------------------
22
%>
21
%>
23
<!--#include file="_access_control_general.asp"-->
22
<!--#include file="_access_control_general.asp"-->
-
 
23
<!--#include file="common/globals_sdk.asp"-->
24
<%
24
<%
25
'------------ Variable Definition -------------
25
'------------ Variable Definition -------------
26
dim modifyState
26
dim modifyState
27
 
27
 
28
'------------ Constants Declaration -----------
28
'------------ Constants Declaration -----------