<%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' View Deployable State Information ' form_view_deployable_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 '------------ Constants Declaration ----------- '------------ Variable Init ------------------- parRtagId = Request("rtag_id") objPMod.PersistInQryString("rtag_id") ReleaseMode = GetReleaseMode( Request("rtag_id") ) modifyState = "disabled" If releaseIsWritable(ReleaseMode) Then If canActionControlInProject("ConfigureRelease") OR canActionControlInProject("EditNonCriticalInfoForLockedPackage") Then modifyState = "" End If '---------------------------------------------- Sub ShowSidePanel End Sub '---------------------------------------------- Sub ShowMainPanel %>
VIEW DEPLOYMENT STATE
PV_ID Package Name Package Version Package Extension Short Description <%=Quick_Help("h_deployable")%>Deployable
<% End Sub '---------------------------------------------- %> Release Manager <%bJqueryDataTables = TRUE%>
<%Call ShowSidePanel%> <%Call ShowMainPanel%>