taylor 2004/03/22 15:26:39
Modified: portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed
decorator-bottom.vm
portal/src/webapp/WEB-INF/pages default-page.psml
Added: portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/images
jetspeed-powered.gif
portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
decorator.properties decorator.vm
portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images
bottom.gif bottomleft.gif bottomright.gif close.gif
contentleft.gif contentright.gif customize.gif
info.gif info1.gif leftnavbg.gif maximize.gif
minimize.gif print.gif restore.gif tableft.gif
tableft_low.gif tabmiddle.gif tabmiddle_low.gif
tabright.gif tabright_low.gif title.gif
titleleft.gif titleright.gif
Log:
- powered-by icon added to bottom of page designed by Ramil Jason Yao
- minty-blue portlet decorator designed by Ramil Jason Yao
Revision Changes Path
1.3 +5 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-bottom.vm
Index: decorator-bottom.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/decorator-bottom.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- decorator-bottom.vm 18 Mar 2004 19:37:01 -0000 1.2
+++ decorator-bottom.vm 22 Mar 2004 23:26:39 -0000 1.3
@@ -12,4 +12,8 @@
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.
-*#
\ No newline at end of file
+*#
+
+<p>
+<img src="content/images/jetspeed-powered.gif" alt="Jetspeed 2 Powered" border="0">
+</p>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/images/jetspeed-powered.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.properties
Index: decorator.properties
===================================================================
# 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.
id=minty-blue
template.type=velocity
template.extension=.vm
decorates=portlet
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm
Index: 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>
##
## 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 -->
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/bottom.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/bottomleft.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/bottomright.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/close.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/contentleft.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/contentright.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/customize.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/info.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/info1.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/leftnavbg.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/maximize.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/minimize.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/print.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/restore.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tableft.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tableft_low.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tabmiddle.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tabmiddle_low.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tabright.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/tabright_low.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/title.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/titleleft.gif
<<Binary file>>
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/images/titleright.gif
<<Binary file>>
1.14 +1 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/default-page.psml
Index: default-page.psml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/default-page.psml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- default-page.psml 18 Mar 2004 19:38:15 -0000 1.13
+++ default-page.psml 22 Mar 2004 23:26:39 -0000 1.14
@@ -36,7 +36,7 @@
<property layout="TwoColumns" name="row" value="1" />
<property layout="TwoColumns" name="column" value="0" />
</fragment>
- <fragment id="13" type="portlet" name="PAM::PortletApplicationBrowser">
+ <fragment id="13" type="portlet" name="PAM::PortletApplicationBrowser"
decorator="minty-blue">
<property layout="TwoColumns" name="row" value="1" />
<property layout="TwoColumns" name="column" value="1" />
</fragment>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]