Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 39... Line 39...
39
 
39
 
40
 
40
 
41
<%
41
<%
42
' Page Access Condition
42
' Page Access Condition
43
If NOT canActionControl("ConfigureBuildService") Then
43
If NOT canActionControl("ConfigureBuildService") Then
-
 
44
    Call Destroy_All_Objects
44
    Response.Redirect("message.asp?msg=401-9")
45
    Response.Redirect("message.asp?msg=401-9")
45
End If
46
End If
46
%>
47
%>
47
<html>
48
<html>
48
<head>
49
<head>
Line 125... Line 126...
125
    <%=objPMod.ComposeHiddenTags()%>
126
    <%=objPMod.ComposeHiddenTags()%>
126
    <input type="hidden" name="action" value="true">
127
    <input type="hidden" name="action" value="true">
127
    <%Call objFormComponent.FormEnd()%>
128
    <%Call objFormComponent.FormEnd()%>
128
    </table>
129
    </table>
129
    </div>
130
    </div>
130
</body>
-
 
131
</html>
-
 
132
<!-- FOOTER -->
131
<!-- FOOTER -->
133
<!--#include file="_footer.asp"-->
132
<!--#include file="_footer.asp"-->
134
<%
-
 
135
Call Destroy_All_Objects
-
 
136
%>
-
 
137
133
</body>
-
 
134
</html>
-
 
135