## ## ---------------------- ## Set portlet style ## ---------------------- #if (${skin.TitleBackgroundColor}) #set ($portletStyle="border-color: ${skin.TitleBackgroundColor}") #end ## ---------------------- ## Set title style ## ---------------------- #if (${skin.TitleBackgroundColor}) #if (${skin.TitleTextColor}) #set ($titlestyle = "background-color: $skin.TitleBackgroundColor; color: $skin.TitleTextColor;" ) #else #set ($titlestyle = "background-color: $skin.TitleBackgroundColor;" ) #end #else #if (${$skin.TitleTextColor}) #set ($titlestyle = "color: $skin.TitleTextColor;" ) #else #set ($titlestyle = "" ) #end #end ## ---------------------- ## Set content style ## ---------------------- #if (${skin.BackgroundColor}) #if (${skin.TextColor}) #set ($contentstyle = "background-color: $skin.BackgroundColor; color: $skin.TextColor;" ) #else #set ($contentstyle = "background-color: $skin.BackgroundColor;" ) #end #else #if (${$skin.TextColor}) #set ($contentstyle = "color: $skin.TextColor;" ) #else #set ($contentstyle = "" ) #end #end #if( ! $portlet.isClosed($data) ) ## ## Portlet Title Bar ## #if( $portlet.isShowTitleBar($data) ) #end ## ## Portlet Content ## #if( ! $portlet.isMinimized($data) ) #end
$portlet.Title #foreach ( $action in $actions ) ${action.Name} #end
$!portlet.getContent($data)
#end ##