taylor      2004/05/06 19:45:09

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd_jsp
                        decorator.jsp
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.3       +49 -49    
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd_jsp/decorator.jsp
  
  Index: decorator.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd_jsp/decorator.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- decorator.jsp     18 Mar 2004 19:37:54 -0000      1.2
  +++ decorator.jsp     7 May 2004 02:45:09 -0000       1.3
  @@ -1,50 +1,50 @@
  -<%--

  -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.

  ---%>

  -<%@ page language="java" 
import="org.apache.jetspeed.om.page.*,org.apache.pluto.om.entity.*, 
org.apache.jetspeed.velocity.JetspeedPowerTool" session="false" %>

  -<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>

  -<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>

  -<portlet:defineObjects/>

  -<% 

  -JetspeedPowerTool jetspeed = new JetspeedPowerTool(pageContext);

  -Page myPage = jetspeed.getPage();

  -Fragment myF = jetspeed.getCurrentFragment();

  -PortletEntity myPE = jetspeed.getCurrentPortletEntity();

  -

  -%>

  -<!-- BEGIN: portletstd_jsp -->

  -<table width="100%" cellspacing"0" cellpadding="0">

  -<tr>

  -  <td bgcolor="<%=myPage.getDefaultSkin()%>">

  -  <table width="100%">

  -  <tr>

  -    <td><% if (myPE!=null) out.write(myPE.getPortletDefinition().getName());%></td>

  -    <td>

  -    </td>

  -  </tr>

  -  </table>

  -  </td>

  -</tr>

  -<tr><td width="100%" valign="top">

  -     <%

  -       if (!jetspeed.isHidden(myF))

  -       {

  -          jetspeed.include(myF);

  -       }

  -     %>

  -</td>

  -</tr>

  -</table>

  +<%--
  +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.
  +--%>
  +<%@ page language="java" 
import="org.apache.jetspeed.om.page.*,org.apache.pluto.om.entity.*, 
org.apache.jetspeed.velocity.JetspeedPowerTool" session="false" %>
  +<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
  +<%@ taglib uri='/WEB-INF/portlet.tld' prefix='portlet'%>
  +<portlet:defineObjects/>
  +<% 
  +JetspeedPowerTool jetspeed = new JetspeedPowerTool(pageContext);
  +Page myPage = jetspeed.getPage();
  +Fragment myF = jetspeed.getCurrentFragment();
  +PortletEntity myPE = jetspeed.getCurrentPortletEntity();
  +
  +%>
  +<!-- BEGIN: portletstd_jsp -->
  +<table width="100%" cellspacing"0" cellpadding="0">
  +<tr>
  +  <td bgcolor="<%=myPage.getDefaultSkin()%>">
  +  <table width="100%">
  +  <tr>
  +    <td><% if (myPE!=null) out.write(myPE.getPortletDefinition().getName());%></td>
  +    <td>
  +    </td>
  +  </tr>
  +  </table>
  +  </td>
  +</tr>
  +<tr><td width="100%" valign="top">
  +     <%
  +       if (!jetspeed.isHidden(myF))
  +       {
  +          jetspeed.include(myF);
  +       }
  +     %>
  +</td>
  +</tr>
  +</table>
   <!-- END: portletstd_jsp -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to