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 we...@apache.org on 2005/12/06 22:27:33 UTC

svn commit: r354567 [5/6] - in /portals/jetspeed-2/trunk/src/webapp/decorations: ./ generic/ generic/clear/ images/ layout/ layout/images/ layout/jetspeed/ layout/jetspeed/css/ layout/jetspeed/images/ layout/jscookmenu/ layout/jscookmenu/css/ layout/js...

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.properties?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.properties Tue Dec  6 13:26:30 2005
@@ -0,0 +1,18 @@
+# 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=metal
+template.type=velocity
+template.extension=.vm
+decorates=portlet
\ No newline at end of file

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.vm?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.vm (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/decorator.vm Tue Dec  6 13:26:30 2005
@@ -0,0 +1,93 @@
+#*
+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)
+
+#set($actions = $jetspeed.DecoratorActions)
+
+<!-- Begin portlet/html/jetspeed/decorator.vm  -->
+
+<div id="portlet-${myF.id}" class="portlet-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" >
+       $!jetspeed.getTitle($myPE, $myF)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>       
+      #foreach ($action in $actions)
+      <td align="right" valign="middle" class="PTitle" >
+      <a href="${action.Action}" title="${action.Name}" ><img src="${action.Link}" alt="${action.Alt}" border="0"></a>
+      <td/>
+      #end
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+
+##
+## Portlet Content
+##
+#if (!$jetspeed.isHidden($myF))
+  <tr>
+    <td  nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $myF.renderedContent
+    </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="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 -->
+
+
+
+
+
+
+
+

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottom.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottom.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/edit.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/edit.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/help.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/help.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/maximized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/maximized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/minimized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/minimized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/restore.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/restore.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/title.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/title.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/view.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/view.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/metal/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/css/styles.css?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/css/styles.css Tue Dec  6 13:26:30 2005
@@ -0,0 +1,253 @@
+/*
+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.
+*/
+
+
+.portlet-MintyBlue .PTitleLeft
+{
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    
+    /** Always use relative path ! **/
+    background:  url(../images/titleleft.gif);
+    
+}
+
+.portlet-MintyBlue .PTitle
+{
+    /**Specify the height of the image usedelse it will use the text height**/
+    height:16px;
+    color:#FFFFFF;
+    background: url(../images/title.gif);
+    font-family : monospace;
+    font-weight:bold;
+    font-size:12pt;
+}
+ 
+.portlet-MintyBlue .PTitleRight
+{
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(../images/titleright.gif);
+}
+
+.portlet-MintyBlue .PContentLeft
+{
+    width:10px;
+    background:  url(../images/contentleft.gif);
+    height : 100%;
+    
+}
+
+.portlet-MintyBlue .PContent
+{
+    padding-left:5px;
+}
+
+.portlet-MintyBlue .PContentRight
+{
+    width:10px;
+    background:  url(../images/contentright.gif);
+}
+
+.portlet-MintyBlue .PBottomLeft
+{
+    width:10px;
+    background:  url(../images/bottomleft.gif);
+}
+
+.portlet-MintyBlue .PBottom
+{
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(../images/bottom.gif);
+}
+
+.portlet-MintyBlue .PBottomRight
+{
+    width:10px;
+    background:  url(../images/bottomright.gif);
+}
+
+
+
+/* --------------------------------- */
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-MintyBlue A:link, 
+.portlet-MintyBlue A:visited {
+    text-decoration: none;
+}
+
+.portlet-MintyBlue A:hover, 
+.portlet-MintyBlue A:active {
+    text-decoration: underline;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-MintyBlue .portlet-font {
+ color: black;
+}
+.portlet-MintyBlue .portlet-font-dim {
+ color: gray;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-msg-status {
+    font-style:italic;
+    font-family: courier, serif;
+}
+.portlet-MintyBlue .portlet-msg-info {
+}
+.portlet-MintyBlue .portlet-msg-error {
+    color:#FF0000;
+}
+.portlet-MintyBlue .portlet-msg-alert {
+    color:#CCCC00;
+    font-style:italic;
+}
+.portlet-MintyBlue .portlet-msg-success {
+    color:#00CC33;
+}
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-section-header {
+    font-weight:bold;
+    background-color:#0000CC;
+    color:yellow;
+    padding:2px;
+}
+.portlet-MintyBlue .portlet-section-body {
+    background-color:#66FF66;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-alternate {
+    background-color:#C0C0C0;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-selected {
+    background-color:#0000CC;
+    color:white;
+    font-weight:bold;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-subheader {
+    background-color:#0066CC;
+    color:white;
+    font-weight:bold;
+    font-style:italic;
+    padding:1px;
+}
+.portlet-MintyBlue .portlet-section-footer {
+    background-color:#0066CC;
+    color:white;
+    font-family: courier, serif;
+    text-align:center;
+}
+.portlet-MintyBlue .portlet-section-text {
+    text-decoration:underline;
+}
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-form-label {
+    font-weight:bold;
+}
+.portlet-MintyBlue .portlet-form-input-field {
+    font-family: arial, "lucida console", sans-serif;
+    background-color:#66CCFF;
+}
+.portlet-MintyBlue .portlet-form-button {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-MintyBlue .portlet-icon-label {
+    /* XXX */
+}
+.portlet-MintyBlue .portlet-dlg-icon-label {
+    /* XXX */
+}
+.portlet-MintyBlue .portlet-form-field-label {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-MintyBlue .portlet-form-field {
+    background-color:transparent;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-menu {
+    background-color:#00CC66;
+}
+.portlet-MintyBlue .portlet-menu-item {
+    background-color:#00CC66;
+}
+.portlet-MintyBlue .portlet-menu-item-selected {
+    background-color:#0000CC;
+    color:white;
+}
+
+.portlet-MintyBlue .portlet-menu-item-hover {
+    background-color:#003366;
+    color:#FFFFFF;
+}
+.portlet-MintyBlue .portlet-menu-item-hover-selected {
+    background-color:#003366;
+    color:#FFFFFF;
+}
+.portlet-MintyBlue .portlet-menu-cascade-item {
+    background-color:#00CC66;
+    color:black;
+    text-decoration:none;
+}
+.portlet-MintyBlue .portlet-menu-cascade-item-selected {
+    background-color:#0000CC;
+    color:white;
+}
+.portlet-MintyBlue .portlet-menu-description {
+    background-color:#F0F8FF;
+}
+.portlet-MintyBlue .portlet-menu-caption {
+    /* XXX */
+}
+

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.properties?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.properties Tue Dec  6 13:26:30 2005
@@ -0,0 +1,18 @@
+# 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
\ No newline at end of file

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.vm?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.vm (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/decorator.vm Tue Dec  6 13:26:30 2005
@@ -0,0 +1,92 @@
+#*
+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)
+
+#set($actions = $jetspeed.DecoratorActions)
+
+<!-- Begin portlet/html/jetspeed/decorator.vm  -->
+
+<div id="portlet-${myF.id}" class="portlet-MintyBlue" >
+<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" >
+       $!jetspeed.getTitle($myPE, $myF)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>       
+      #foreach ($action in $actions)
+      <td align="right" valign="middle" class="PTitle" >
+      <a href="${action.Action}" title="${action.Name}" ><img src="${action.Link}" alt="${action.Alt}" border="0"></a>
+      <td/>
+      #end
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+##
+## Portlet Content
+##
+#if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
+  <tr>
+    <td nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $myF.renderedContent
+    </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="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 -->
+
+
+
+
+
+
+
+

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottom.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottom.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/close.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/close.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/customize.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/customize.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/edit.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/edit.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/help.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/help.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info1.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info1.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/maximized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/maximized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/minimized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/minimized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/print.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/print.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/restore.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/restore.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/title.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/title.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleleft.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleleft.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleright.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleright.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/view.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/view.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/minty-blue/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/css/styles.css?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/css/styles.css Tue Dec  6 13:26:30 2005
@@ -0,0 +1,585 @@
+/*
+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.
+*/
+
+
+
+.portlet-pretty-single-portlet .PTitle 
+{
+	display: none;
+}
+
+
+.portlet-pretty-single-portlet .PContent
+{    
+
+    font-size: small;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet A:link, 
+.portlet-pretty-single-portlet A:visited {
+    text-decoration: underline;
+}
+
+.portlet-pretty-single-portlet A:hover, 
+.portlet-pretty-single-portlet A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.portlet-pretty-single-portlet A:link,
+.portlet-pretty-single-portlet A:visited,
+.portlet-pretty-single-portlet A:hover,
+.portlet-pretty-single-portlet A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: 12px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .portlet-font {
+    color: black;
+}
+.portlet-pretty-single-portlet .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-font,
+.portlet-pretty-single-portlet .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-msg-status {
+    background: url(../../../images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-info {
+    background: url(../../../images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-error {
+    background: url(../../../images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-alert {
+    background: url(../../../images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-success {
+    background: url(../../../images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-msg-status,
+.portlet-pretty-single-portlet .portlet-msg-info,
+.portlet-pretty-single-portlet .portlet-msg-error,
+.portlet-pretty-single-portlet .portlet-msg-alert,
+.portlet-pretty-single-portlet .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-section-header {
+    background-image: url(../../../images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #036;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-pretty-single-portlet .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-section-selected {
+    /* TODO : ex. change color */
+    background: #ffe;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+    font-weight:bold;
+}
+
+.portlet-pretty-single-portlet .portlet-section-subheader {
+    background-image: url(../../../images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #888;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-pretty-single-portlet .portlet-section-footer {
+    background-repeat: no-repeat;
+    background-position: bottom left;
+    background-color: #ddd;
+    background-image: url(../../../images/sw_med_rond.gif);
+    color: #000;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+}
+
+.portlet-pretty-single-portlet .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-section-header,
+.portlet-pretty-single-portlet .portlet-section-body,
+.portlet-pretty-single-portlet .portlet-section-alternate,
+.portlet-pretty-single-portlet .portlet-section-selected,
+.portlet-pretty-single-portlet .portlet-section-subheader,
+.portlet-pretty-single-portlet .portlet-section-footer,
+.portlet-pretty-single-portlet .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-form-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-input-field {
+}
+
+.portlet-pretty-single-portlet .portlet-form-button {
+}
+
+.portlet-pretty-single-portlet .portlet-icon-label {
+}
+
+.portlet-pretty-single-portlet .portlet-dlg-icon-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-field-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-field {
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-section-header,
+.portlet-pretty-single-portlet .portlet-section-body,
+.portlet-pretty-single-portlet .portlet-section-alternate,
+.portlet-pretty-single-portlet .portlet-section-selected,
+.portlet-pretty-single-portlet .portlet-section-subheader,
+.portlet-pretty-single-portlet .portlet-section-footer,
+.portlet-pretty-single-portlet .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-description {
+}
+
+.portlet-pretty-single-portlet .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-menu,
+.portlet-pretty-single-portlet .portlet-menu-item,
+.portlet-pretty-single-portlet .portlet-menu-item-selected,
+.portlet-pretty-single-portlet .portlet-menu-item-hover,
+.portlet-pretty-single-portlet .portlet-menu-item-hover-selected,
+.portlet-pretty-single-portlet .portlet-menu-cascade-item,
+.portlet-pretty-single-portlet .portlet-menu-cascade-item-selected,
+.portlet-pretty-single-portlet .portlet-menu-description,
+.portlet-pretty-single-portlet .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus (arrowfolder style) */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(../../../images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-description {
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-description,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.portlet-pretty-single-portlet .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .tree-node a {
+   text-decoration: none;
+}
+
+.portlet-pretty-single-portlet .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* Portlet Table                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet th, td, input {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+.portlet-pretty-single-portlet table, 
+.portlet-pretty-single-portlet th, 
+.portlet-pretty-single-portlet td {
+    vertical-align: top;
+    font-size: 10pt;    
+    border: none;
+    white-space: normal;
+    /* action buttons shifts right a few millimeters by the following */
+}
+
+.portlet-pretty-single-portlet th
+{
+   font-size: 12pt;  
+}
+
+.portlet-pretty-single-portlet .portlet-table-header {
+    background-color: #bbb;
+    border: 0.75px solid #fff;
+    padding: 2px 3px;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-table-footer {
+    font-size: x-small;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+    background-color: #ddd;
+    background-image: url(../images/sw_med_rond.gif);
+    background-repeat: no-repeat;
+    background-position: bottom left;
+}
+
+
+.portlet-pretty-single-portlet .portlet-table-row1 td {
+    font-size: small;
+    background: #ddd;
+    border-bottom: 1px solid #fff;
+}
+
+.portlet-pretty-single-portlet .portlet-table-row2 td {
+    font-size: small;
+    background: #efefef;
+    border-bottom: 1px solid #fff;
+}
+
+.portlet-pretty-single-portlet .portlet-table-col1 {
+    border-right: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .portlet-table-col2 {
+    border-left: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.portlet-pretty-single-portlet .portlet-scroller {
+    horizontal-align: center;
+}
+
+.portlet-pretty-single-portlet .portlet-paginator {
+    horizontal-align: center;
+}
+
+/* Custom stuff for UGS added by EDB */
+.portlet-pretty-single-portlet p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.portlet-pretty-single-portlet p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.portlet-pretty-single-portlet p.title
+{
+    font-family: Arial, Helvetica, sans-serif; 
+    font-size: 17px; 
+    font-weight: bold; 
+    padding-bottom: 0em; 
+    margin-top: 0em; 
+    margin-bottom: 0em;
+}
+
+.portlet-pretty-single-portlet p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.portlet-pretty-single-portlet p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.portlet-pretty-single-portlet img
+{
+    display: inline;
+    margin: 0em;
+}
+

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/decorator.properties?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/decorator.properties Tue Dec  6 13:26:30 2005
@@ -0,0 +1,18 @@
+# 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=portlet-pretty-single-portlet
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/css/styles.css?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/css/styles.css Tue Dec  6 13:26:30 2005
@@ -0,0 +1,439 @@
+/*
+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.
+*/
+
+
+.portlet-simple .PTitle
+{
+padding: 2px;
+border: 1px solid #999999;
+color: #990000;
+background-color: #dddddd;
+}
+
+.portlet-simple .PTitleContent
+{
+margin-top:3px;
+margin-left:3px;
+margin-right:3px;
+margin-bottom:0px;
+background-color: #dddddd;
+border: 1px solid #999999;
+font-weight:bold;
+}
+ 
+.portlet-simple .PContent
+{
+margin-top:0px;
+margin-left:3px;
+margin-right:3px;
+margin-bottom:3px;
+padding:3px;
+border: 1px solid #999999;
+}
+
+/* font */
+.portlet-simple .PTitle,
+.portlet-simple .PTitleContent,
+.portlet-simple .PContent,
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .noborder{
+border:0px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-simple A:link, 
+.portlet-simple A:visited {
+text-decoration: none;
+}
+
+.portlet-simple A:hover, 
+.portlet-simple A:active {
+text-decoration: underline;
+}
+
+/* font */
+.portlet-simple A:link,
+.portlet-simple A:visited,
+.portlet-simple A:hover,
+.portlet-simple A:active
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-simple .portlet-font {
+color: black;
+}
+.portlet-simple .portlet-font-dim {
+color: gray;
+}
+
+/* font */
+.portlet-simple .portlet-font,
+.portlet-simple .portlet-font-dim
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-simple .portlet-msg-status {
+background: url(../images/icon_status_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-info {
+background: url(../images/icon_info_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-error {
+background: url(../images/icon_error_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-alert {
+background: url(../images/icon_warning_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-success {
+background: url(../images/icon_success_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+/* font */
+.portlet-simple .portlet-msg-status,
+.portlet-simple .portlet-msg-info,
+.portlet-simple .portlet-msg-error,
+.portlet-simple .portlet-msg-alert,
+.portlet-simple .portlet-msg-success
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-simple .portlet-section-header {
+background-image: url(../images/nw_maj_rond.gif);
+background-repeat: no-repeat;
+color: #fff;
+background-color: #036;
+padding: 5px;
+margin-right: 2px;
+margin-left: 2px;
+clear: both;
+}
+
+.portlet-simple .portlet-section-body {
+background: #efefef;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+}
+
+.portlet-simple .portlet-section-alternate {
+background: #ddd;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+}
+
+.portlet-simple .portlet-section-selected {
+background: #ffe;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+font-weight:bold;
+}
+
+.portlet-simple .portlet-section-subheader {
+background-image: url(../images/nw_maj_rond.gif);
+background-repeat: no-repeat;
+color: #fff;
+background-color: #888;
+padding: 5px;
+margin-right: 2px;
+margin-left: 2px;
+clear: both;
+}
+
+.portlet-simple .portlet-section-footer {
+background-repeat: no-repeat;
+background-position: bottom left;
+background-color: #ddd;
+background-image: url(../images/sw_med_rond.gif);
+color: #000;
+padding: 5px;
+margin: .67em 2px;
+margin-top: 0;
+}
+
+.portlet-simple .portlet-section-text {
+padding: 1em;
+padding-bottom: .3em;
+padding-left: 1em;
+}
+
+/* font */
+.portlet-simple .portlet-section-header,
+.portlet-simple .portlet-section-body,
+.portlet-simple .portlet-section-alternate,
+.portlet-simple .portlet-section-selected,
+.portlet-simple .portlet-section-subheader,
+.portlet-simple .portlet-section-footer,
+.portlet-simple .portlet-section-text
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-simple .portlet-form-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-input-field {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-button {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-icon-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-dlg-icon-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-field-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-field {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-simple .portlet-menu {
+background: #efefef;
+margin-bottom: 6px;
+border-right: 1px solid #aaa;
+border-bottom: 1px solid #aaa;
+padding: 4px 4px 4px 0;
+padding-bottom: .3em;
+padding-left: 1em;
+}
+
+.portlet-simple .portlet-menu-item {
+text-decoration: none;
+color: blue;
+}
+
+.portlet-simple .portlet-menu-item-selected {
+text-decoration: none;
+color: #555 !important;
+}
+
+.portlet-simple .portlet-menu-item-hover {
+text-decoration: none;
+color: #f30 !important;
+}
+
+.portlet-simple .portlet-menu-item-hover-selected {
+text-decoration: none;
+color: #555 !important;
+font-weight: bold;
+}
+
+.portlet-simple .portlet-menu-cascade-item {
+text-decoration: none;
+margin-top: .3em;
+padding-bottom: 0;
+color: blue;
+}
+
+.portlet-simple .portlet-menu-cascade-item-selected {
+text-decoration: none;
+color: #555 !important;
+font-weight: bold;
+}
+
+.portlet-simple .portlet-menu-description {
+}
+
+.portlet-simple .portlet-menu-caption {
+border-bottom: 1px solid #666;
+border-right: 1px solid #666;
+background: #ddd;
+color: #555;
+padding: 4px;
+}
+
+/* font */
+.portlet-simple .portlet-menu,
+.portlet-simple .portlet-menu-item,
+.portlet-simple .portlet-menu-item-selected,
+.portlet-simple .portlet-menu-item-hover,
+.portlet-simple .portlet-menu-item-hover-selected,
+.portlet-simple .portlet-menu-cascade-item,
+.portlet-simple .portlet-menu-cascade-item-selected,
+.portlet-simple .portlet-menu-description,
+.portlet-simple .portlet-menu-caption
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+/* --------------------------------- */
+/* WSRP (10.6.5 Tables)              */
+/* --------------------------------- */
+.portlet-simple .portlet-table-header,
+.portlet-simple .portlet-table-body,
+.portlet-simple .portlet-table-alternate,
+.portlet-simple .portlet-table-selected,
+.portlet-simple .portlet-table-subheader,
+.portlet-simple .portlet-table-footer,
+.portlet-simple .portlet-table-text,
+.portlet-simple th,
+.portlet-simple td,
+.portlet-simple input {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+font-size: small;
+}
+
+.portlet-simple table,
+.portlet-simple th,
+.portlet-simple td {
+vertical-align: top;
+border: none;
+}
+
+.portlet-simple .portlet-table-header {
+background-color: #bbb;
+border: 0.75px solid #fff;
+padding: 2px 3px;
+text-align: left;
+}
+
+.portlet-simple .portlet-table-subheader {
+background-color: #ccc;
+border: 0.75px solid #fff;
+padding: 2px 3px;
+text-align: left;
+}
+
+.portlet-simple .portlet-table-footer {
+font-size: x-small;
+padding: 5px;
+margin: .67em 2px;
+margin-top: 0;
+background-color: #ddd;
+background-image: url(../images/sw_med_rond.gif);
+background-repeat: no-repeat;
+background-position: bottom left;
+}
+
+
+.portlet-simple .portlet-table-body,
+.portlet-simple .portlet-table-body td {
+font-size: small;
+background: #ddd;
+border-bottom: 1px solid #fff;
+}
+
+## Others
+
+.portlet-simple .portlet-table-alternate,
+.portlet-simple .portlet-table-alternate td {
+font-size: small;
+background: #efefef;
+border-bottom: 1px solid #fff;
+}
+
+.portlet-simple .portlet-table-selected,
+.portlet-simple .portlet-table-selected td {
+font-size: small;
+background: #ffe;
+border-bottom: 1px solid #fff;
+}
+
+

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.properties?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.properties Tue Dec  6 13:26:30 2005
@@ -0,0 +1,18 @@
+# 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=simple
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.vm?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.vm (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/decorator.vm Tue Dec  6 13:26:30 2005
@@ -0,0 +1,49 @@
+## 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)
+#set($actions = $jetspeed.DecoratorActions)
+## Begin portlet/html/simple/decorator.vm
+<div id="${myF.id}" class="portlet-simple">
+##
+## Portlet Title Bar
+##
+<div class="PTitleContent">$!jetspeed.getTitle($myPE, $myF)
+#foreach ($action in $actions)
+<a href="${action.Action}" title="${action.Name}"><img src="${action.Link}" alt="${action.Alt}" class="noborder"/></a>
+#end
+</div>
+##
+## Portlet Content
+##
+#if ($jetspeed.errors)
+#set($portletErrors = $jetspeed.errors)
+#end ## if ($jetspeed.errors)
+#if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
+<div class="PContent">	
+#if($portletErrors && $portletErrors.size() > 0)
+The following errors ocurred:<br />
+#foreach($errorMsg in $portletErrors)
+<p class="portlet-msg-error">$errorMsg</p>
+#end ## foreach($errorMsg in $portletErrors)
+#end ## if($portletErrors && $portletErrors.size() > 0)
+$myF.renderedContent
+</div>   
+#end ## if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
+##
+## Portlet Bottom
+##
+</div>
+## portlet/html/simple/decorator.vm 

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/close.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/close.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/customize.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/customize.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/edit.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/edit.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/help.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/help.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_error_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_error_sml.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_info_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_info_sml.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_success_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_success_sml.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_warning_sml.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info1.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info1.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/leftnavbg.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/leftnavbg.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/maximized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/maximized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/minimized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/minimized.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/nw_maj_rond.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/nw_maj_rond.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/nw_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/print.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/print.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/restore.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/restore.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/sw_med_rond.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/sw_med_rond.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/sw_med_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/view.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/view.gif?rev=354567&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/simple/xhtml-basic/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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