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 at...@apache.org on 2007/03/27 01:55:41 UTC

svn commit: r522665 [21/29] - in /portals/jetspeed-2/branches/J2-M2-REDUX: ./ components/ components/jetspeed-cm/ components/jetspeed-cm/src/test/java/org/apache/jetspeed/cache/general/ components/jetspeed-cm/src/test/resources/ components/jetspeed-cm/...

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/subheader_background.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/subheader_background.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/subheader_background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/title_background.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/title_background.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/title_background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/view.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/greengrass/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt Mon Mar 26 16:53:34 2007
@@ -0,0 +1,3 @@
+This folder contains default images to be used by your decorations.  You can override
+any of these in your custom decorator by duplicated the image name int the /images
+directory in your decortaion.
\ No newline at end of file

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/images/README.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css Mon Mar 26 16:53:34 2007
@@ -0,0 +1,257 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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-Jetspeed .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-Jetspeed .PTitle
+{
+    /**
+    Specify the height of the image used
+    else it will use the text height    
+    **/
+    height:10px;    
+    color:#FFFFFF;
+    font-weight:bold;
+    background:  url(../images/title.gif);
+}
+
+.portlet-Jetspeed .PActionBar
+{
+   float: right;
+   display: inline;
+}
+ 
+.portlet-Jetspeed .PTitleRight
+{
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(../images/titleright.gif);
+}
+
+.portlet-Jetspeed .PContentLeft
+{
+    width:10px;
+    background: url(../images/contentleft.gif);
+    height : 100%;
+
+}
+
+.portlet-Jetspeed .PContentBorder
+{
+}
+
+.portlet-Jetspeed .PContent
+{
+
+}
+
+.portlet-Jetspeed .PContentRight
+{
+    width:10px;
+    background:  url(../images/contentright.gif);
+    height : 100%;
+
+}
+
+.portlet-Jetspeed .PBottomLeft
+{
+    width:10px;
+    background:  url(../images/bottomleft.gif);
+}
+
+.portlet-Jetspeed .PBottom
+{
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(../images/bottom.gif);
+}
+
+.portlet-Jetspeed .PBottomRight
+{
+    width:10px;
+    background:  url(../images/bottomright.gif);
+}
+
+
+/* --------------------------------- */
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-Jetspeed A:link, 
+.portlet-Jetspeed A:visited {
+    text-decoration: none;
+}
+
+.portlet-Jetspeed A:hover, 
+.portlet-Jetspeed A:active {
+    text-decoration: underline;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-Jetspeed .portlet-font {
+ color: black;
+}
+.portlet-Jetspeed .portlet-font-dim {
+ color: gray;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-Jetspeed .portlet-msg-status {
+    font-style:italic;
+    font-family: courier, serif;
+}
+.portlet-Jetspeed .portlet-msg-info {
+}
+.portlet-Jetspeed .portlet-msg-error {
+    background: url(../images/icon_error_sml.gif) no-repeat;
+    padding-left: 20px;
+    min-height: 15px;    
+    color:#FF0000;
+}
+.portlet-Jetspeed .portlet-msg-alert {
+    color:#CCCC00;
+    font-style:italic;
+}
+.portlet-Jetspeed .portlet-msg-success {
+    color:#00CC33;
+}
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-Jetspeed .portlet-section-header {
+    font-weight:bold;
+    background-color:#C0C0C0;
+}
+.portlet-Jetspeed .portlet-section-body {
+    background-color:#F0F8FF;
+    text-align:left;
+}
+.portlet-Jetspeed .portlet-section-alternate {
+    background-color: #33CCFF;
+    text-align:left;
+}
+.portlet-Jetspeed .portlet-section-selected {
+    background-color: #003366;
+    color: #FFFFFF;
+    font-weight:bold;
+    text-align:left;
+}
+.portlet-Jetspeed .portlet-section-subheader {
+    font-weight:bold;
+    font-style:italic;
+}
+.portlet-Jetspeed .portlet-section-footer {
+    background-color:#C0C0C0;
+    font-family: courier, serif;
+    text-align:center;
+}
+.portlet-Jetspeed .portlet-section-text {
+    text-decoration:underline;
+}
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-Jetspeed .portlet-form-label {
+    font-weight:bold;
+}
+.portlet-Jetspeed .portlet-form-input-field {
+    font-family: arial, "lucida console", sans-serif;
+    background-color:#F0F8FF;
+}
+.portlet-Jetspeed .portlet-form-button {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Jetspeed .portlet-icon-label {
+    /* XXX */
+}
+.portlet-Jetspeed .portlet-dlg-icon-label {
+    /* XXX */
+}
+.portlet-Jetspeed .portlet-form-field-label {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Jetspeed .portlet-form-field {
+    background-color:transparent;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-Jetspeed .portlet-menu {
+    background-color:#FFFFFF;
+}
+.portlet-Jetspeed .portlet-menu-item {
+    background-color:#FFFFFF;
+}
+.portlet-Jetspeed .portlet-menu-item-selected {
+    background-color:#CCCC00;
+}
+
+.portlet-Jetspeed .portlet-menu-item-hover {
+    background-color: #003366;
+    color: #FFFFFF;
+}
+.portlet-Jetspeed .portlet-menu-item-hover-selected {
+    background-color:#FFFF00;
+}
+.portlet-Jetspeed .portlet-menu-cascade-item {
+    background-color: #33CCFF;
+    color:black;
+    text-decoration:none;
+}
+.portlet-Jetspeed .portlet-menu-cascade-item-selected {
+    background-color:#CCCC00;
+}
+.portlet-Jetspeed .portlet-menu-description {
+    background-color:#FFFFFF;
+}
+.portlet-Jetspeed .portlet-menu-caption {
+    /* XXX */
+}

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties Mon Mar 26 16:53:34 2007
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=jetspeed
+template.type=velocity
+template.extension=.vm
+decorates=portlet
\ No newline at end of file

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottom.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottom.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/close.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/close.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/customize.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/customize.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/edit.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/help.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/icon_error_sml.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info1.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info1.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/leftnavbg.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/leftnavbg.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/maximized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/minimized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/print.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/print.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/restore.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/title.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/title.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/view.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/jetspeed/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css Mon Mar 26 16:53:34 2007
@@ -0,0 +1,254 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+
+/**
+    Metal Skin that uses the cascading capability of CSS
+**/
+
+.portlet-Metal .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-Metal .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-Metal .PTitleRight
+{
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(../images/titleright.gif);
+}
+
+.portlet-Metal .PContentLeft
+{
+    width:10px;
+    background:  url(../images/contentleft.gif);
+    height : 100%;
+    
+}
+
+.portlet-Metal .PContent
+{
+    padding-left:5px;
+    background-color:#717171;
+}
+
+.portlet-Metal .PContentRight
+{
+    width:10px;
+    background:  url(../images/contentright.gif);
+}
+
+.portlet-Metal .PBottomLeft
+{
+    width:10px;
+    background:  url(../images/bottomleft.gif);
+}
+
+.portlet-Metal .PBottom
+{
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(../images/bottom.gif);
+}
+
+.portlet-Metal .PBottomRight
+{
+    width:10px;
+    background:  url(../images/bottomright.gif);
+}
+
+
+/* --------------------------------- */
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-Metal A:link, 
+.portlet-Metal A:visited {
+    color:#0000FF;
+    text-decoration: none;
+}
+
+.portlet-Metal A:hover, 
+.portlet-Metal A:active {
+    color:#CC0033;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-Metal .portlet-font {
+    color: black;
+}
+.portlet-Metal .portlet-font-dim {
+    color:#F0F8FF;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-Metal .portlet-msg-status {
+    font-style:italic;
+    font-family: courier, serif;
+}
+.portlet-Metal .portlet-msg-info {
+    font-weight:bold;
+}
+.portlet-Metal .portlet-msg-error {
+    color:#CC0033;
+    font-weight:bold;
+}
+.portlet-Metal .portlet-msg-alert {
+    color:#CCCC00;
+    font-weight:bold;
+    font-style:italic;
+}
+.portlet-Metal .portlet-msg-success {
+    color:#00CC33;
+    font-weight:bold;
+}
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-Metal .portlet-section-header {
+    background-color: #C0C0C0;
+    font-weight:bold;
+}
+.portlet-Metal .portlet-section-body {
+    background-color: white;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-alternate {
+    color: black;
+    background-color:#666633;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-selected {
+    background-color: #000000;
+    color: #FF0000;
+    font-weight:bold;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-subheader {
+    background-color: #C0C0C0;
+    font-weight:bold;
+    font-style:italic;
+}
+.portlet-Metal .portlet-section-footer {
+    background-color: #C0C0C0;
+    text-align:center;
+}
+.portlet-Metal .portlet-section-text {
+    text-decoration:underline;
+}
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-Metal .portlet-form-label {
+    font-weight:bold;
+}
+.portlet-Metal .portlet-form-input-field {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-form-button {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-icon-label {
+    /* XXX */
+}
+.portlet-Metal .portlet-dlg-icon-label {
+    /* XXX */
+}
+.portlet-Metal .portlet-form-field-label {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-form-field {
+    background-color:transparent;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-Metal .portlet-menu {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-item {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-item-selected {
+    background-color:#CCCC00;
+}
+
+.portlet-Metal .portlet-menu-item-hover {
+    background-color: #000000;
+    color: #FF0000;    
+}
+.portlet-Metal .portlet-menu-item-hover-selected {
+    background-color:#000000;
+    color:#0000FF;
+}
+.portlet-Metal .portlet-menu-cascade-item {
+    background-color:#666633;
+    color:black;
+    text-decoration:none;
+}
+.portlet-Metal .portlet-menu-cascade-item-selected {
+    background-color:#CCCC00;
+}
+.portlet-Metal .portlet-menu-description {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-caption {
+    /* XXX */
+}
+

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties Mon Mar 26 16:53:34 2007
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+base.css.class=portlet-Metal
\ No newline at end of file

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.vm?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.vm (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.vm Mon Mar 26 16:53:34 2007
@@ -0,0 +1,90 @@
+#*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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($decoration = $f.decoration)
+#set($actions = $decoration.actions)
+
+<!--  $decoration.template -->
+
+<div id="portlet-${f.id}" class="#BaseCSSClass($decoration)" >
+<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($jetspeed.getPortletEntity($f), $f)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>       
+
+      <td align="right" valign="middle" class="PTitle" >
+         #PortletActionBar($decoration)
+      <td/>
+      
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+
+##
+## Portlet Content
+##
+ #if (!$jetspeed.isHidden($f) || $jetspeed.WindowState != "minimized")
+  <tr>
+    <td  nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $f.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>
+
+<!--  $decoration.template -->
+
+
+
+
+
+
+
+

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/decorator.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottom.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottom.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/edit.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/help.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/maximized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/minimized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/restore.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/title.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/title.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/view.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/metal/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css Mon Mar 26 16:53:34 2007
@@ -0,0 +1,254 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties Mon Mar 26 16:53:34 2007
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+base.css.class=portlet-MintyBlue
\ No newline at end of file

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.vm?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.vm (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.vm Mon Mar 26 16:53:34 2007
@@ -0,0 +1,86 @@
+#*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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($decoration = $f.decoration)
+#set($actions = $decoration.actions)
+
+<!--  $decoration.template -->
+
+<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($jetspeed.getPortletEntity($f), $f)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>
+        <td align="right" valign="middle" class="PTitle" >
+          #PortletActionBar($decoration)
+        <td/>
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+##
+## Portlet Content
+##
+#if (!$jetspeed.isHidden($f) || $jetspeed.WindowState != "minimized")
+  <tr>
+    <td nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $f.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>
+
+<!--  $decoration.template -->
+
+
+
+
+
+
+
+

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/decorator.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottom.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottom.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/close.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/close.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/customize.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/customize.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/edit.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/help.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info1.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info1.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/maximized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/minimized.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/print.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/print.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/restore.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/title.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/title.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleleft.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleright.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/view.gif?view=auto&rev=522665
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/minty-blue/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css Mon Mar 26 16:53:34 2007
@@ -0,0 +1,90 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+.pretty-single-portlet
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.pretty-single-portlet .PTitle
+{
+	display: none;
+}
+
+
+.pretty-single-portlet .PContentBorder
+{
+}
+
+.pretty-single-portlet .PContent
+{
+    font-size: small;
+    border: none;
+}
+
+
+/* Custom stuff for UGS added by EDB */
+.pretty-single-portlet p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.pretty-single-portlet p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.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;
+}
+
+.pretty-single-portlet p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.pretty-single-portlet p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.pretty-single-portlet img
+{
+    display: inline;
+    margin: 0em;
+}
+

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties?view=auto&rev=522665
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties (added)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties Mon Mar 26 16:53:34 2007
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=pretty-single-portlet
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id



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