| Line 14... |
Line 14... |
| 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/formating.asp"-->
|
16 |
<!--#include file="common/formating.asp"-->
|
| 17 |
<!--#include file="common/qstr.asp"-->
|
17 |
<!--#include file="common/qstr.asp"-->
|
| 18 |
<!--#include file="common/common_subs.asp"-->
|
18 |
<!--#include file="common/common_subs.asp"-->
|
| 19 |
<!--#include file="common/_rtree_common.asp"-->
|
- |
|
| 20 |
<!--#include file="common/_form_window_common.asp"-->
|
19 |
<!--#include file="common/_form_window_common.asp"-->
|
| 21 |
<%
|
20 |
<%
|
| 22 |
' Set rfile parameter. This is a return page after Login
|
21 |
' Set rfile parameter. This is a return page after Login
|
| 23 |
Call objPMod.StoreParameter ( "rfile", "rtree.asp" )
|
22 |
Call objPMod.StoreParameter ( "rfile", "rtree.asp" )
|
| 24 |
objPMod.PersistInQryString("proj_id")
|
23 |
objPMod.PersistInQryString("proj_id")
|
| Line 28... |
Line 27... |
| 28 |
<!--#include file="_access_control_login.asp"-->
|
27 |
<!--#include file="_access_control_login.asp"-->
|
| 29 |
<!--#include file="_access_control_general.asp"-->
|
28 |
<!--#include file="_access_control_general.asp"-->
|
| 30 |
<!--#include file="_access_control_project.asp"-->
|
29 |
<!--#include file="_access_control_project.asp"-->
|
| 31 |
<%
|
30 |
<%
|
| 32 |
'------------ Variable Definition -------------
|
31 |
'------------ Variable Definition -------------
|
| 33 |
Dim objSortHelper
|
- |
|
| 34 |
Dim rsQry
|
32 |
Dim rsQry
|
| 35 |
Dim parProjId
|
33 |
Dim parProjId
|
| 36 |
Dim isSelectDisabled
|
34 |
Dim isSelectDisabled
|
| 37 |
'------------ Constants Declaration -----------
|
35 |
'------------ Constants Declaration -----------
|
| 38 |
'------------ Variable Init -------------------
|
36 |
'------------ Variable Init -------------------
|