ERD2WDebugFlags : ERD2WDebugFlags { context = d2wContext; } HelpTexts : ERCListHelpText { } Behaviours : AjaxBehaviour { } IsDebug :WOConditional { condition = application.isDevelopmentMode; } Content : WOComponentContent { } Body: WOBody { id=pageName; } HasUser : WOConditional { condition = session.user; } HasNoUser : WOConditional { condition = session.user; negate = true; } SigningUp : WOConditional { condition = session.signUp; } NotSigningUp : WOConditional { condition = session.signUp; negate = true; } LoginPanel : LoginPanel { } ERXStyleSheet: ERXStyleSheet { framework = "ERExtensions"; filename="ERXFlickrBatchNavigation.css"; } UserStyleSheet: ERXStyleSheet { styleSheetName="style_sheet.css"; } Head: ERD2WHead { } Header: MenuHeader { }