// $Id: SkyFavorites.wod,v 1.1 2004/03/15 14:44:36 helge Exp $ IsNotClickable: WOConditional { condition = linksDisabled; } IsClickable: WOConditional { condition = linksDisabled; negate = YES; } HasFavorites : WOConditional { condition = session.favorites.count; value = 0; negate = YES; } IsFirstFavElse : WOConditional { condition = index; value = 0; negate = YES; } FavoritesRep : WORepetition { list = session.favorites; item = favorite; index = index; } FavoriteContentLink : WOHyperlink { action = showChoosenFavorite; } FavoriteLabel: WOString { value = labelForFavorite; } DragLink: WEDragContainer { tag = favoriteDragType; object = favorite; }