%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' View Package Owner Information ' form_view_package_owners.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 canActionControl("BulkChangePackageOwner") Then modifyState = "" '---------------------------------------------- Sub ShowSidePanel End Sub '---------------------------------------------- Sub ShowMainPanel %>
VIEW PACKAGE OWNER
|
| <%Call ShowSidePanel%> | <%Call ShowMainPanel%> |