Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5590
Line 18... Line 18...
18
Dim aPersistList
18
Dim aPersistList
19
Dim isPopupWindow
19
Dim isPopupWindow
20
Dim DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID
20
Dim DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID
21
Dim TIMER_VALUE
21
Dim TIMER_VALUE
22
Dim rmDebug                                 ' Will display text in the footer area
22
Dim rmDebug                                 ' Will display text in the footer area
-
 
23
Dim sJqueryIformCancel                      ' ID of Cancel Button in Iframe
23
Dim bJqueryDataTables
24
Dim bJqueryDataTables                       ' Include datatable support
24
Dim bJqueryForms
25
Dim bJqueryForms                            ' Include Jquery Form support
-
 
26
Dim bJqueryVix                              ' Include vix jquery components
25
Dim bJqueryVix
27
Dim bJqueryCommonLoaded                     ' Prevent multiple loads
26
' -- Variable Initialisation --------------------------
28
' -- Variable Initialisation --------------------------
27
Set releaseInfoHash = Nothing
29
Set releaseInfoHash = Nothing
28
rmDebug = ""
30
rmDebug = ""
29
isPopupWindow = FALSE
31
isPopupWindow = FALSE
30
parRtag_id = QStrPar("rtag_id")
32
parRtag_id = QStrPar("rtag_id")
Line 35... Line 37...
35
'-- rmDebug = rmDebug &  "Proj:" &  DB_PROJ_ID  & ",Rtag:" &  DB_RTAG_ID & ",Pvid:" & DB_PV_ID
37
'-- rmDebug = rmDebug &  "Proj:" &  DB_PROJ_ID  & ",Rtag:" &  DB_RTAG_ID & ",Pvid:" & DB_PV_ID
36
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now )	' Find number of minutes since some very old point in time
38
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now )	' Find number of minutes since some very old point in time
37
bJqueryDataTables = FALSE
39
bJqueryDataTables = FALSE
38
bJqueryForms = FALSE
40
bJqueryForms = FALSE
39
bJqueryVix = TRUE
41
bJqueryVix = TRUE
-
 
42
bJqueryCommonLoaded = FALSE
40
' -- Constants ----------------------------------------
43
' -- Constants ----------------------------------------
41
Const enumPAR_PROJ_ID 	= 0
44
Const enumPAR_PROJ_ID 	= 0
42
Const enumPAR_RTAG_ID 	= 1
45
Const enumPAR_RTAG_ID 	= 1
43
Const enumPAR_PV_ID 	= 2
46
Const enumPAR_PV_ID 	= 2
44
Const enumPAR_RFILE 	= 3
47
Const enumPAR_RFILE 	= 3