## 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. #set($myPage = $jetspeed.page) #set($myF = $jetspeed.currentFragment) #set($myPE = $jetspeed.currentPortletEntity) #set($actions = $jetspeed.DecoratorActions) ## Begin portlet/html/simple/decorator.vm
## ## Portlet Title Bar ##
$jetspeed.getTitle($myPE, $myF) #foreach ($action in $actions) ${action.Alt} #end
## ## Portlet Content ## #if ($jetspeed.errors) #set($portletErrors = $jetspeed.errors) #end ## if ($jetspeed.errors) #if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
#if($portletErrors && $portletErrors.size() > 0) The following errors ocurred:
#foreach($errorMsg in $portletErrors)

$errorMsg

#end ## foreach($errorMsg in $portletErrors) #end ## if($portletErrors && $portletErrors.size() > 0) $myF.renderedContent
#end ## if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized") ## ## Portlet Bottom ##
## portlet/html/simple/decorator.vm