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 145... Line 146...
145
    <%=objPMod.ComposeHiddenTags()%>
146
    <%=objPMod.ComposeHiddenTags()%>
146
    <input type="hidden" name="action" value="true">
147
    <input type="hidden" name="action" value="true">
147
    <%Call objFormComponent.FormEnd()%>
148
    <%Call objFormComponent.FormEnd()%>
148
    </table>
149
    </table>
149
    </div>
150
    </div>
150
</body>
-
 
151
</html>
-
 
152
<!-- FOOTER -->
151
<!-- FOOTER -->
153
<!--#include file="_footer.asp"-->
152
<!--#include file="_footer.asp"-->
154
<%
-
 
155
Call Destroy_All_Objects
-
 
156
%>
-
 
157
153
</body>
-
 
154
</html>
-
 
155