You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/05/08 03:29:11 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/maximized layout.vm

taylor      2004/05/07 18:29:11

  Modified:    portal/src/webapp/WEB-INF/templates/layout/html/maximized
                        layout.vm
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.2       +53 -53    jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm
  
  Index: layout.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- layout.vm	8 May 2004 01:20:31 -0000	1.1
  +++ layout.vm	8 May 2004 01:29:11 -0000	1.2
  @@ -1,53 +1,53 @@
  -#*
  -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($table = $jetspeed.columns)
  -
  -#set($myPage = $jetspeed.page)
  -
  -#set($myFragment = $jetspeed.currentFragment)
  -
  -#set($decorator = $myPage.getDefaultDecorator($myFragment.getType()))
  -
  -  
  - #if($myFragment.getDecorator())
  -        #set($decorator = $myFragment.getDecorator())
  -  #end
  -
  -  #if ($decorator)
  -        #set($decoTop = "${decorator}/decorator-top.vm")
  -        #set($decoBottom = "${decorator}/decorator-bottom.vm")
  -  #end
  -
  -<!-- Decorator  $decorator  ${decoTop} - ${decoBottom}-->
  -
  -
  -  #if ($decoTop)
  -      #parse($jetspeed.getDecoration($decoTop, "layout").appRelativePath)
  -  #end
  -
  -<table width="100%" cellspacing="0" cellpadding="0">
  -  <tr>
  -    <td valign="top">
  -	    ## get the decorated Portlet content
  -	   $jetspeed.decorateAndInclude($myFragment)                
  -     </td>
  -  </tr>
  -</table>
  -
  -#if (($decoBottom ) && ($myFragment == $myPage.getRootFragment()))
  -   #parse($jetspeed.getDecoration($decoBottom, "layout").appRelativePath)
  -#end
  +#*
  +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($table = $jetspeed.columns)
  +
  +#set($myPage = $jetspeed.page)
  +
  +#set($myFragment = $jetspeed.currentFragment)
  +
  +#set($decorator = $myPage.getDefaultDecorator($myFragment.getType()))
  +
  +  
  + #if($myFragment.getDecorator())
  +        #set($decorator = $myFragment.getDecorator())
  +  #end
  +
  +  #if ($decorator)
  +        #set($decoTop = "${decorator}/decorator-top.vm")
  +        #set($decoBottom = "${decorator}/decorator-bottom.vm")
  +  #end
  +
  +<!-- Decorator  $decorator  ${decoTop} - ${decoBottom}-->
  +
  +
  +  #if ($decoTop)
  +      #parse($jetspeed.getDecoration($decoTop, "layout").appRelativePath)
  +  #end
  +
  +<table width="100%" cellspacing="0" cellpadding="0">
  +  <tr>
  +    <td valign="top">
  +	    ## get the decorated Portlet content
  +	   $jetspeed.decorateAndInclude($myFragment)                
  +     </td>
  +  </tr>
  +</table>
  +
  +#if (($decoBottom ) && ($myFragment == $myPage.getRootFragment()))
  +   #parse($jetspeed.getDecoration($decoBottom, "layout").appRelativePath)
  +#end
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org