;;oscript{ Assoc item Integer mapID String checked String functionsURL String leavePageFunc String openURL String sortURL Assoc tabInfo = .fTabInfo Assoc paneInfo = tabInfo.PaneList[ .fTab ] Boolean IamMac = $WebLL.WebUtils.NoFunctionPopup( .fArgs, .fPrgCtx ) Record workRec = .fWorkRec String img = .Img() String imgPath = .ModImg( tabInfo.TabList[ .fTab ].Module ) String label = Web.Escape( [WebWork_Label.WorkflowStatus2] ) String thisURL = $WebDSP.HTMLPkg.ArgsToURL( .fArgs ) String url = .URL() mapID = ( IsFeature( .fArgs, 'MapID' ) ) ? .fArgs.MapID : Undefined functionsURL = ( IsDefined( .fHeaderArgs.functionsURL ) ) ? .fHeaderArgs.functionsURL : Undefined leavePageFunc = ( IsDefined( .fHeaderArgs.LeavePage ) ) ? .fHeaderArgs.LeavePage : Undefined ;;}
//Style Support `%L.Styles()`
;if IsUndefined( .fHeaderArgs.noFunctionPopup )
;;call <.HTMLPrefix() + "functionmenu.html">( [ WebLL_MenuLabel.MenuWaitMsg ], [ WebLL_MenuLabel.MenuDeleteMsg ], functionsURL, leavePageFunc )
;else
;end ;if ( .fTab == 3 )
;;call <.HTMLPrefix() + "menufoot.html">
|
|