taylor 2004/05/06 13:12:40
Modified: portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed
decorator.vm
Log:
*** keyword substitution change ***
Revision Changes Path
1.4 +90 -90 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm
Index: decorator.vm
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decorator.vm 4 May 2004 22:06:43 -0000 1.3
+++ decorator.vm 6 May 2004 20:12:40 -0000 1.4
@@ -1,90 +1,90 @@
-#*
-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="Jetspeed" >
-<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"> </td>
-
- <td align="left" valign="middle" class="PTitle" >
- ${myPE.portletDefinition.name}
- </td>
-
- <td class="PTitleRight" style="font-size:1pt;" nowrap="true"> </td>
- </tr>
-
-### testing, this weill be removed
- <tr>
- <td class="PContentLeft" style="font-size:1pt;" nowrap="true"> </td>
-
- <td align="left" valign="middle" class="PContent" >
- state = $jetspeed.windowState mode = $jetspeed.portletMode
- </td>
-
- <td class="PContentRight" style="font-size:1pt;" nowrap="true"> </td>
- </tr>
-
-##
-## Portlet Content
-##
-#if (!$jetspeed.isHidden($myF))
- <tr>
- <td nowrap="nowrap"><div class="PContentLeft" > </div></td>
-
- <td class="PContent" >
- $jetspeed.include($myF)
- </td>
-
- <td class="PContentRight" ><div class="PContentRight" > </div></td>
-
- </tr>
-#end
-
-
-##
-## Portlet Bottom
-##
- <tr>
- <td class="PBottomLeft" style="font-size:1pt;" nowrap="true"> </td>
- <td class="PBottom" style="font-size:1pt;" nowrap="true"> </td>
- <td class="PBottomRight" style="font-size:1pt;" nowrap="true"> </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="Jetspeed" >
+<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"> </td>
+
+ <td align="left" valign="middle" class="PTitle" >
+ ${myPE.portletDefinition.name}
+ </td>
+
+ <td class="PTitleRight" style="font-size:1pt;" nowrap="true"> </td>
+ </tr>
+
+### testing, this weill be removed
+ <tr>
+ <td class="PContentLeft" style="font-size:1pt;" nowrap="true"> </td>
+
+ <td align="left" valign="middle" class="PContent" >
+ state = $jetspeed.windowState mode = $jetspeed.portletMode
+ </td>
+
+ <td class="PContentRight" style="font-size:1pt;" nowrap="true"> </td>
+ </tr>
+
+##
+## Portlet Content
+##
+#if (!$jetspeed.isHidden($myF))
+ <tr>
+ <td nowrap="nowrap"><div class="PContentLeft" > </div></td>
+
+ <td class="PContent" >
+ $jetspeed.include($myF)
+ </td>
+
+ <td class="PContentRight" ><div class="PContentRight" > </div></td>
+
+ </tr>
+#end
+
+
+##
+## Portlet Bottom
+##
+ <tr>
+ <td class="PBottomLeft" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="PBottom" style="font-size:1pt;" nowrap="true"> </td>
+ <td class="PBottomRight" style="font-size:1pt;" nowrap="true"> </td>
+ </tr>
+</table>
+</div>
+
+<!-- portlet/html/jetspeed/decorator.vm -->
+
+
+
+
+
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|