%@LANGUAGE="VBSCRIPT"%> <% '===================================================== '| | '| ADMIN Page | '| Project Suffix | '| | '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim objBtnControl '------------ Constants Declaration ----------- '------------ Variable Init ------------------- Set objBtnControl = New ActionButtonControl '---------------------------------------------- function niceBool (val) if val = "Y" Then niceBool = "Y" Else niceBool = "N" End If End Function function showCheck (val) if val = "Y" Then showCheck = "checked" Else showCheck = "" End If End Function %> <% ' Page Access Condition If NOT objAccessControl.IsActive("ConfigureBuildService") Then Response.Redirect("message.asp?msg=401-9") End If %>
|
Current Project Suffixes
|