## #if (! $data.Customized ) #if ( ! $tabs ) #parse ("jetspeed.vm") #else
#foreach ( $tab in $tabs ) #if ($tab.isSelected() ) #set ($bgcolor = $!{skin.HighlightBackgroundColor} ) #set ($color = $!{skin.HighlightTextColor} ) #set ($titleclass = $!{skin.HighlightTitleStyleClass} ) #else #set ($bgcolor = $!{skin.TitleBackgroundColor} ) #set ($color = $!{skin.TitleTextColor} ) #set ($titleclass = $!{skin.TitleStyleClass} ) #end #if (${bgcolor}) #if (${color}) #set ($titlestyle = "background-color: $bgcolor; color: $color;" ) #else #set ($titlestyle = "background-color: $bgcolor;" ) #end #else #if (${color}) #set ($titlestyle = "color: $color;" ) #else #set ($titlestyle = "" ) #end #end #end
#if ($tab.Link && ($tab.isSelected() == false)) $tab.Title #else $tab.Title #end #foreach ($action in $tab.Actions) ${action.Name} #end  
#foreach ( $action in $actions ) ${action.Name} #end
$portlet.getContent($data)
#end #else $portlet.getContent($data) #end ##