| Line 19... |
Line 19... |
| 19 |
<!--#include file="common/_form_window_common.asp"-->
|
19 |
<!--#include file="common/_form_window_common.asp"-->
|
| 20 |
<!--#include file="_action_buttons.asp"-->
|
20 |
<!--#include file="_action_buttons.asp"-->
|
| 21 |
<!--#include file="class/classActionButtonControl.asp"-->
|
21 |
<!--#include file="class/classActionButtonControl.asp"-->
|
| 22 |
<!--#include file="common/daemon_instructions.asp"-->
|
22 |
<!--#include file="common/daemon_instructions.asp"-->
|
| 23 |
<%
|
23 |
<%
|
| 24 |
' Set rfile parameter. This is a return page after Login
|
- |
|
| 25 |
Call objPMod.StoreParameter ( "rfile", "rtree.asp" )
|
- |
|
| 26 |
objPMod.PersistInQryString("proj_id")
|
24 |
objPMod.PersistInQryString("proj_id")
|
| 27 |
'------------ ACCESS CONTROL ------------------
|
25 |
'------------ ACCESS CONTROL ------------------
|
| 28 |
'Let users view the build status without being logged in, but as soon as they try and submit the form, check
|
26 |
'Let users view the build status without being logged in, but as soon as they try and submit the form, check
|
| 29 |
'their login status.
|
27 |
'their login status.
|
| 30 |
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
|
28 |
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
|