// $Id: LSWProjectHtmlMailPage.wod 2 2004-08-20 11:37:44Z znek $ NameExternal : WOHyperlink { string = object.name; directActionName = "viewProject"; actionClass = "LSWViewAction"; ?wosid = NO; ?projectId = object.projectId; ?documentId = object.currentFolder.documentId; } NameAction: WOHyperlink { action = viewObject; string = object.name; } NameLabel: WOString { value = labels.name; } CodeLabel: WOString { value = labels.code; } Code: WOString { value = object.number; } InlineLinkCond : WOConditional { condition = inlineLink; } InlineLinkCondElse: WOConditional { condition = inlineLink; negate = YES; } AttributeCell: SkyAttributeCell {} ValueCell: SkyValueCell { alignTop=YES; } MainButtonRow: WOGenericContainer { elementName = "tr"; BGCOLOR = config.colors_mainButtonRow; } Font: SkyConfigFont {} Font2: WOGenericContainer { elementName = "FONT"; COLOR = config.font_color; SIZE = 1; FACE = config.font_face; } ProjectViewerLabel : WOString { value = labels.projectViewer; }