Subversion Repositories DevTools

Rev

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

Rev 3959 Rev 4062
Line 10... Line 10...
10
<%
10
<%
11
Option explicit
11
Option explicit
12
' Good idea to set when using redirect
12
' Good idea to set when using redirect
13
Response.Expires = 0   ' always load the page, dont store
13
Response.Expires = 0   ' always load the page, dont store
14
%>
14
%>
15
 
-
 
16
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/conf.asp"-->
17
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals.asp"-->
18
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/formating.asp"-->
19
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->
20
<!--#include file="common/common_subs.asp"-->
19
<!--#include file="common/common_subs.asp"-->
21
<!--#include file="common/common_dbedit.asp"-->
-
 
22
<!--#include file="class/classaspJSON.asp" -->
20
<!--#include file="class/classaspJSON.asp" -->
23
<!--#include file="class/classSortHelper.asp"-->
21
<!--#include file="class/classSortHelper.asp"-->
24
<%
22
<%
25
'------------ ACCESS CONTROL ------------------
-
 
26
%>
-
 
27
<!--#include file="_access_control_login.asp"-->
-
 
28
<!--#include file="_access_control_general.asp"-->
-
 
29
<!--#include file="_access_control_project.asp"-->
-
 
30
<%
-
 
31
'------------ Variable Definition -------------
23
'------------ Variable Definition -------------
32
Dim parOpr
24
Dim parOpr
33
Dim parPkgName
25
Dim parPkgName
34
Dim result
26
Dim result
35
Dim SqlQry
27
Dim SqlQry
Line 191... Line 183...
191
next
183
next
192
 
184
 
193
'Return the object
185
'Return the object
194
Response.Write oJSON.JSONoutput()
186
Response.Write oJSON.JSONoutput()
195
%>
187
%>
196
 
-
 
197
 
-
 
198
 
-
 
199
 
-