Subversion Repositories DevTools

Rev

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

Rev 4756 Rev 4955
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
objPMod.PersistInQryString("proj_id")
-
 
25
'------------ ACCESS CONTROL ------------------
24
'------------ ACCESS CONTROL ------------------
26
'Let users view the build status without being logged in, but as soon as they try and 
25
'Let users view the build status without being logged in, but as soon as they try and 
27
'submit the form, check their login status.
26
'submit the form, check their login status.
28
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
27
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
29
<!--#include file="_access_control_login.asp"-->
28
<!--#include file="_access_control_login.asp"-->
Line 34... Line 33...
34
<%
33
<%
35
'------------ Variable Definition -------------
34
'------------ Variable Definition -------------
36
Dim objSortHelper
35
Dim objSortHelper
37
Dim rsQry
36
Dim rsQry
38
Dim parRtagId
37
Dim parRtagId
39
Dim parSourceRtagId
-
 
40
Dim query_string
38
Dim query_string
41
Dim rcon_id
39
Dim rcon_id
42
Dim shref_base
40
Dim shref_base
43
'------------ Constants Declaration -----------
41
'------------ Constants Declaration -----------
44
'------------ Variable Init -------------------
42
'------------ Variable Init -------------------