taylor      2004/05/06 19:44:42

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

  -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 portlet/html/jetspeed/decorator.vm  -->

  -

  -<div class="Metal" >

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

  -##

  -## Portlet Title Bar

  -##

  -#set ($cspan = 2)

  -

  -  <tr>

  -    <td class="PTitleLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>

  -

  -    <td align="left" valign="middle" class="PTitle" >

  -       ${myPE.portletDefinition.name}

  -    </td>

  -    

  -    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>

  -  </tr>

  -

  -

  -##

  -## Portlet Content

  -##

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

  -  <tr>

  -    <td  nowrap="nowrap"><div class="PContentLeft" >&nbsp;</div></td>

  -    

  -    <td class="PContent" >

  -       $jetspeed.include($myF)

  -    </td>   

  -    

  -    <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>

  -   

  -  </tr>

  -#end

  -

  -

  -##

  -## Portlet Bottom

  -##

  -  <tr>

  -    <td class="PBottomLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>

  -    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>

  -    <td class="PBottomRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>

  -  </tr>

  -</table>

  -</div>

  -

  -<!--  portlet/html/jetspeed/decorator.vm -->

  -

  -

  -

  -

  -

  -

  -

  -

  +#*
  +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 portlet/html/jetspeed/decorator.vm  -->
  +
  +<div class="Metal" >
  +<table border="0" cellpadding="0" cellspacing="0" width="100%" >
  +##
  +## Portlet Title Bar
  +##
  +#set ($cspan = 2)
  +
  +  <tr>
  +    <td class="PTitleLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +
  +    <td align="left" valign="middle" class="PTitle" >
  +       ${myPE.portletDefinition.name}
  +    </td>
  +    
  +    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +  </tr>
  +
  +
  +##
  +## Portlet Content
  +##
  +#if (!$jetspeed.isHidden($myF))
  +  <tr>
  +    <td  nowrap="nowrap"><div class="PContentLeft" >&nbsp;</div></td>
  +    
  +    <td class="PContent" >
  +       $jetspeed.include($myF)
  +    </td>   
  +    
  +    <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
  +   
  +  </tr>
  +#end
  +
  +
  +##
  +## Portlet Bottom
  +##
  +  <tr>
  +    <td class="PBottomLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +    <td class="PBottomRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
  +  </tr>
  +</table>
  +</div>
  +
  +<!--  portlet/html/jetspeed/decorator.vm -->
  +
  +
  +
  +
  +
  +
  +
  +
  
  
  

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

Reply via email to