Subversion Repositories DevTools

Rev

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

Rev 5957 Rev 6048
Line 18... Line 18...
18
<!--#include file="common/common_subs.asp"-->
18
<!--#include file="common/common_subs.asp"-->
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
<%
-
 
24
'------------ ACCESS CONTROL ------------------
23
<% '------------ ACCESS CONTROL ------------------ %>
25
'Let users view the build status without being logged in, but as soon as they try and 
-
 
26
'submit the form, check their login status.
-
 
27
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
-
 
28
<!--#include file="_access_control_login.asp"-->
24
<!--#include file="_access_control_login.asp"-->
29
<!--#include file="_access_control_project.asp"-->
25
<!--#include file="_access_control_project.asp"-->
30
<%End If%>
-
 
31
<!--#include file="_access_control_general.asp"-->
26
<!--#include file="_access_control_general.asp"-->
32
<% '------------ Scripts -------------------------- %>
27
<% '------------ Scripts -------------------------- %>
33
<%
28
<%
34
'------------ Variable Definition -------------
29
'------------ Variable Definition -------------
35
Dim objSortHelper
30
Dim objSortHelper