%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' View S3 SYNC State Information ' form_view_s3Manifest_state.asp '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim parRtagId Dim modifyState Dim bReleaseSyncEnabled '------------ Constants Declaration ----------- '------------ Variable Init ------------------- parRtagId = Request("rtag_id") objPMod.PersistInQryString("rtag_id") ReleaseMode = GetReleaseMode( Request("rtag_id") ) modifyState = "disabled" bReleaseSyncEnabled = (releaseInfoHash("S3MANIFEST") = "Y") If releaseIsWritable(ReleaseMode) Then If canActionControlInProject("ConfigureRelease") OR canActionControlInProject("EditNonCriticalInfoForLockedPackage") OR canActionControlInProject("EditInManifest") Then modifyState = "" End If '---------------------------------------------- Sub ShowSidePanel End Sub '---------------------------------------------- Sub ShowMainPanel %>
View Manifest tags
<%If not bReleaseSyncEnabled Then%>
This Release does not have S3 Manifest Generation Enabled
<%End If%>
|
| <%Call ShowSidePanel%> | <%Call ShowMainPanel%> |