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 53... Line 53...
53
 
53
 
54
%>
54
%>
55
<%
55
<%
56
' Page Access Condition
56
' Page Access Condition
57
If NOT canActionControl("ConfigureBuildService") Then
57
If NOT canActionControl("ConfigureBuildService") Then
-
 
58
    Call Destroy_All_Objects
58
    Response.Redirect("message.asp?msg=401-9")
59
    Response.Redirect("message.asp?msg=401-9")
59
End If
60
End If
60
%>
61
%>
61
<html>
62
<html>
62
<head>
63
<head>
Line 153... Line 154...
153
    <%=objPMod.ComposeHiddenTags()%>
154
    <%=objPMod.ComposeHiddenTags()%>
154
    <input type="hidden" name="action" value="true">
155
    <input type="hidden" name="action" value="true">
155
    <%Call objFormComponent.FormEnd()%>
156
    <%Call objFormComponent.FormEnd()%>
156
    </table>
157
    </table>
157
    </div>
158
    </div>
158
</body>
-
 
159
</html>
-
 
160
<!-- FOOTER -->
159
<!-- FOOTER -->
161
<!--#include file="_footer.asp"-->
160
<!--#include file="_footer.asp"-->
162
<%
161
</body>
163
Call Destroy_All_Objects
-
 
164
%>
162
</html>