taylor      2004/05/06 19:44:57

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd
                        decorator.vm
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.3       +44 -44    
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/portletstd/decorator.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- decorator.vm      18 Mar 2004 19:37:48 -0000      1.2
  +++ decorator.vm      7 May 2004 02:44:57 -0000       1.3
  @@ -1,45 +1,45 @@
  -#*

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

  -<!-- Begin portletstd.vm -->

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

  -<tr>

  -  <td bgcolor="${myPage.defaultSkin}">

  -  <table width="100%">

  -  <tr>

  -    <td>

  -      ${myPE.portletDefinition.name}

  -    </td>

  -    <td>

  -    </td>

  -  </tr>

  -  </table>

  -  </td>

  -</tr>

  -<tr>

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

  -    #if (!$jetspeed.isHidden($myF))

  -      $jetspeed.include($myF)

  -    #end

  -  </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.
  +*#
  +
  +#set($myPage = $jetspeed.page)
  +
  +#set($myF = $jetspeed.currentFragment)
  +
  +#set($myPE = $jetspeed.currentPortletEntity)
  +<!-- Begin portletstd.vm -->
  +<table width="100%" cellspacing"0" cellpadding="0">
  +<tr>
  +  <td bgcolor="${myPage.defaultSkin}">
  +  <table width="100%">
  +  <tr>
  +    <td>
  +      ${myPE.portletDefinition.name}
  +    </td>
  +    <td>
  +    </td>
  +  </tr>
  +  </table>
  +  </td>
  +</tr>
  +<tr>
  +  <td width="100%" valign="top">
  +    #if (!$jetspeed.isHidden($myF))
  +      $jetspeed.include($myF)
  +    #end
  +  </td>
  +</tr>
  +</table>
   <!--  End portletstd.vm -->
  
  
  

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

Reply via email to