#* Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *# #* ************************* READ ME ************************************* This is the default template to be used for rendering decorations. If you find you cannot accomplish your design requirements by defining a custom style sheet for your decoration, you can define your own decorator.vm in the root of your decortaion. This will be used instead of the default. ************************************************************************ *# #set($myPage = $jetspeed.page) #set($myF = $jetspeed.currentFragment) #set($myPE = $jetspeed.currentPortletEntity) #set($actions = $jetspeed.DecoratorActions)
$jetspeed.getTitle($myPE, $myF)
#foreach ($action in $actions) ${action.Alt} #end
#if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
  $myF.renderedContent
#end