// $Id: SkySchedulerDockView.wod,v 1.2 2004/08/05 22:43:09 helge Exp $ SchedulerLink: WOHyperlink { directActionName = "dock"; ?page = "SkySchedulerPage"; ?cid = context.contextID; } SchedulerImage: WOImage { filename = "menu_scheduler_labeled.gif"; ALT = labels.dockTitle; BORDER = 0; } SchedulerDrop: WEDropContainer { tags = ( person, team, date, appointment, am_appointment, pm_appointment ); droppedObject = droppedObject; action = objectDropped; } WithLink: WOConditional { condition = hideLink; negate = YES; } WithoutLink: WOConditional { condition = hideLink; }