blob: 5827f65c69b1edd2734461ad5aad3bbe07eea848 [file] [log] [blame]
<%--
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.
--%>
<%@ taglib uri="http://portals.apache.org/pluto" prefix="pluto" %>
<!-- Use pluto portlet tag to render the portlet -->
<pluto:portlet portletId="${portlet}">
<!-- Assemble the rendering result -->
<div class="portlet" id='<c:out value="${portlet}"/>'>
<div class="header">
<!-- Portlet Mode Controls -->
<pluto:modeAnchor portletMode="view"/>
<pluto:modeAnchor portletMode="edit"/>
<pluto:modeAnchor portletMode="help"/>
<!-- Window State Controls -->
<a href="<pluto:url windowState="minimized"/>"><span class="min"></span></a>
<a href="<pluto:url windowState="maximized"/>"><span class="max"></span></a>
<a href="<pluto:url windowState="normal"/>"><span class="norm"></span></a>
<!-- Portlet Title -->
<h2 class="title"><pluto:title/></h2>
</div>
<div class="body">
<pluto:render/>
</div>
</div>
</pluto:portlet>