You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2009/09/02 02:43:13 UTC

svn commit: r810322 [3/10] - in /portals/jetspeed-2/portal/attic/decorators: layout/ layout/blueocean/ layout/blueocean/css/ layout/blueocean/images/ layout/blueocean/images/desktop/ layout/blueocean/images/desktop/loading/ layout/blueocean/images/desk...

Added: portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html Wed Sep  2 00:42:59 2009
@@ -0,0 +1,21 @@
+<!--
+  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.
+-->
+<!--  need to wrap inside a body tag to allow the above license header
+      dojo will look for a body tag and use its content -->
+<body>
+<span dojoAttachPoint="containerNode">&nbsp;&gt;&gt;&nbsp;</span>
+</body>
\ No newline at end of file

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/blueocean/templates/PortalBreadcrumbLinkSeparator.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,123 @@
+/*
+* 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.
+*/
+/* ThemeIEMenu Style Sheet */
+
+.ThemeIEMenu,.ThemeIESubMenuTable
+{
+    cursor:        default;
+    font-family:    verdana, arial, sans-serif;
+    font-size:    13px;
+
+    padding:    0;
+    border:        0;
+    white-space:    nowrap;
+}
+
+.ThemeIEMenu
+{
+    background-color:    #F7F3EF;
+}
+
+.ThemeIESubMenu
+{
+    position:    absolute;
+    visibility:    hidden;
+
+    /*
+       Netscape/Mozilla renders borders by increasing
+       their z-index.  The following line is necessary
+       to cover any borders underneath
+    */
+    z-index:    100;
+    border:        0;
+    padding:    0;
+
+    filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
+}
+
+.ThemeIESubMenuTable
+{
+    border:        1px solid #ADAA9C;
+    background-color:    white;
+}
+
+.ThemeIESubMenuTable td
+{
+    white-space:    nowrap;
+}
+
+.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
+.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
+{
+    padding-left:    3px;
+    padding-right:    3px;
+    white-space:    nowrap;
+}
+
+.ThemeIEMainItemHover,.ThemeIEMainItemActive,
+.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
+{
+    color:        white;
+    background-color:    #3169C6;
+}
+
+.ThemeIEMenuSplit
+{
+    height:        1px;
+    margin-top:    1px;
+    margin-bottom:    1px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-top:    1px solid #ADAA9C;
+}
+
+.ThemeIEMenuVSplit
+{
+    width:        1px;
+    margin:        0px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-right:    1px solid #ADAA9C;
+}
+
+/* image shadow animation */
+
+/*
+    seq1:    image for normal
+    seq2:    image for hover and active
+
+    To use, in the icon field, input the following:
+    <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeIEMenuItem img.seq1
+{
+    display:    inline;
+}
+
+.ThemeIEMenuItemHover seq2,
+.ThemeIEMenuItemActive seq2
+{
+    display:    inline;
+}
+
+.ThemeIEMenuItem .seq2,
+.ThemeIEMenuItemHover .seq1,
+.ThemeIEMenuItemActive .seq1
+{
+    display:    none;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeIE/theme.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,413 @@
+/*
+* 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.
+*/
+/* ThemeJetspeedMenu Style Sheet */
+
+.ThemeJetspeedMenu,.ThemeJetspeedSubMenuTable
+{
+    font-family:    Verdana, Helvetica, Arial, sans-serif;
+    font-weight: bold;
+    font-size: x-small;
+    background-color:    #999;
+
+    border:        0;
+    cursor:        default;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedSubMenu
+{
+    position:    absolute;
+    visibility:    hidden;
+
+    /*
+       Netscape/Mozilla renders borders by increasing
+       their z-index.  The following line is necessary
+       to cover any borders underneath
+    */
+    z-index:    100;
+    border:        0;
+    padding:    0;
+
+    /* the following property is only useful in IE */
+    filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);
+}
+
+.ThemeJetspeedSubMenuTable
+{
+    border:        1px solid #FFF;
+}
+
+.ThemeJetspeedMenuItem,.ThemeJetspeedMenuItemHover,.ThemeJetspeedMenuItemActive
+{
+    cursor:        default;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMainItem,
+.ThemeJetspeedMenuItem
+{
+    border:        1px solid #999;
+    background-color:    #999;
+    color:               #FFF;
+}
+
+.ThemeJetspeedMainItemHover,
+.ThemeJetspeedMenuItemHover,
+.ThemeJetspeedMainItemActive,
+.ThemeJetspeedMenuItemActive
+{
+    border:        1px solid #FFF;
+    background-color:    #DDD;
+    color:               #555;
+}
+
+/* horizontal main menu sub components */
+/* panel doesn't really support horizontal menus */
+
+.ThemeJetspeedMainFolderLeft,.ThemeJetspeedMainItemLeft
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMainFolderText
+{
+    padding-right:    0px;
+    padding-left:    10px;
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMainItemText
+{
+    padding-right:    10px;
+    padding-left:    10px;
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMainFolderRight
+{
+    padding-right:    10px;
+    padding-left:    0px;
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMainItemRight
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+/* vertical main menu sub components */
+TD.ThemeJetspeedMainFolderLeft,TD.ThemeJetspeedMainItemLeft
+{
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-left:    1px solid #FFF;
+
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TD.ThemeJetspeedMainFolderLeft,TD.ThemeJetspeedMainItemLeft,
+TD.ThemeJetspeedMainFolderText,TD.ThemeJetspeedMainItemText,
+TD.ThemeJetspeedMainFolderRight,TD.ThemeJetspeedMainItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    border-top:    1px solid #FFF;
+    border-bottom:    1px solid #FFF;
+
+    background-color:    inherit;
+}
+
+TD.ThemeJetspeedMainFolderLeft,TD.ThemeJetspeedMainItemLeft
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-left:    1px solid #FFF;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TD.ThemeJetspeedMainFolderText,TD.ThemeJetspeedMainItemText
+{
+    padding-right:    10px;
+    padding-left:    10px;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TD.ThemeJetspeedMainFolderRight,TD.ThemeJetspeedMainItemRight
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-right:    1px solid #FFF;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainFolderLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    1px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    1px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainFolderText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    10px;
+    padding-right:    10px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    10px;
+    padding-right:    10px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainItemRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMainItem TD.ThemeJetspeedMainFolderRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+/* sub menus sub components */
+
+.ThemeJetspeedMenuFolderLeft,.ThemeJetspeedMenuItemLeft
+{
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-left:    1px solid #FFF;
+
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+.ThemeJetspeedMenuFolderLeft,.ThemeJetspeedMenuItemLeft,
+.ThemeJetspeedMenuFolderText,.ThemeJetspeedMenuItemText,
+.ThemeJetspeedMenuFolderRight,.ThemeJetspeedMenuItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    border-top:    1px solid #FFF;
+    border-bottom:    1px solid #FFF;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMenuFolderLeft,.ThemeJetspeedMenuItemLeft
+{
+    padding-right:    0px;
+    padding-left:    2px;
+    border-left:    1px solid #FFF;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMenuFolderText,.ThemeJetspeedMenuItemText
+{
+    padding-right:    3px;
+    padding-left:    5px;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeJetspeedMenuFolderRight,.ThemeJetspeedMenuItemRight
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-right:    1px solid #FFF;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuFolderLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    3px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    3px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuFolderText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-right:    3px;
+    padding-left:    5px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-right:    3px;
+    padding-left:    5px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuItemRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemeJetspeedMenuItem TD.ThemeJetspeedMenuFolderRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+.ThemeJetspeedMenuSplit
+{
+    margin:        2px;
+    height:        1px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-top:    1px solid #FFF;
+}
+
+/* image shadow animation */
+
+/*
+    seq1:    image for normal
+    seq2:    image for hover and active
+
+    To use, in the icon field, input the following:
+    <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeJetspeedMenuItem img.seq1
+{
+    display:    inline;
+}
+
+.ThemeJetspeedMenuItemHover seq2,
+.ThemeJetspeedMenuItemActive seq2
+{
+    display:    inline;
+}
+
+.ThemeJetspeedMenuItem .seq2,
+.ThemeJetspeedMenuItemHover .seq1,
+.ThemeJetspeedMenuItemActive .seq1
+{
+    display:    none;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeJetspeed/theme.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css Wed Sep  2 00:42:59 2009
@@ -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.
+*/
+/* ThemeMiniBlackMenu Style Sheet */
+
+.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
+{
+    font-family:    verdana, arial, sans-serif;
+    font-size:    9px;
+    color:        white;
+    background-color:    black;
+
+    padding:    0;
+    border:        0;
+
+    cursor:        default;
+}
+
+.ThemeMiniBlackSubMenu
+{
+    position: absolute;
+    visibility: hidden;
+
+    /*
+       Netscape/Mozilla renders borders by increasing
+       their z-index.  The following line is necessary
+       to cover any borders underneath
+    */
+    z-index:        100;
+    border:        0;
+    padding:    0;
+}
+
+.ThemeMiniBlackSubMenuTable
+{
+    border-top:    1px solid white;
+}
+
+.ThemeMiniBlackSubMenuTable TD
+{
+    white-space:    nowrap;
+}
+
+.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
+.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
+{
+    white-space:    nowrap;
+}
+
+.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
+.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
+{
+    color:        red;
+}
+
+.ThemeMiniBlackMenuSplit
+{
+    height:        1px;
+    margin-top:    1px;
+    margin-bottom:    1px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-top:    1px solid white;
+}
+
+.ThemeMiniBlackMenuVSplit
+{
+    width:        1px;
+    margin:        0px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-right:    1px solid white;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeMiniBlack/theme.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,308 @@
+/*
+* 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.
+*/
+/* ThemeOfficeMenu Style Sheet */
+
+.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
+{
+    font-family:    verdana, arial, sans-serif;
+    font-size:    13px;
+
+    padding:    0;
+
+    white-space:    nowrap;
+    cursor:        default;
+}
+
+.ThemeOfficeSubMenu
+{
+    position:    absolute;
+    visibility:    hidden;
+
+    /*
+       Netscape/Mozilla renders borders by increasing
+       their z-index.  The following line is necessary
+       to cover any borders underneath
+    */
+    z-index:    100;
+    border:        0;
+    padding:    0;
+
+    overflow:    visible;
+    border:        1px solid #8C867B;
+
+    filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
+}
+
+.ThemeOfficeSubMenuTable
+{
+    overflow:    visible;
+}
+
+.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
+.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
+{
+    border:        0;
+    cursor:        default;
+    white-space:    nowrap;
+}
+
+.ThemeOfficeMainItem
+{
+    background-color:    #EFEBDE;
+}
+
+.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
+{
+    background-color:    #C6D3EF;
+}
+
+.ThemeOfficeMenuItem
+{
+    background-color:    WHITE;
+}
+
+.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
+{
+    background-color:    #C6D3EF;
+}
+
+
+/* horizontal main menu */
+
+.ThemeOfficeMainItem
+{
+    padding:    1px;
+    border:        0;
+}
+
+td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
+{
+    padding:    0px;
+    border:        1px solid #3169C6;
+}
+
+.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
+.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
+.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
+{
+    background-color:    inherit;
+}
+
+/* vertical main menu sub components */
+
+td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    0px;
+    padding-right:    2px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+    border-left:    1px solid #3169C6;
+
+    background-color:    inherit;
+}
+
+td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    5px;
+    padding-right:    5px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+    border-right:    1px solid #3169C6;
+
+    background-color:    inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    1px;
+    padding-right:    2px;
+
+    white-space:    nowrap;
+
+    border:        0;
+    background-color:    inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    5px;
+    padding-right:    5px;
+
+    border:        0;
+    background-color:    inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    background-color:    inherit;
+}
+
+/* sub menu sub components */
+
+.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    1px;
+    padding-right:    3px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+    border-left:    1px solid #3169C6;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    5px;
+    padding-right:    5px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-top:    1px solid #3169C6;
+    border-bottom:    1px solid #3169C6;
+    border-right:    1px solid #3169C6;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    2px;
+    padding-right:    3px;
+
+    white-space:    nowrap;
+
+    border:        0;
+    background-color:    #EFEFDE;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    5px;
+    padding-right:    5px;
+
+    border:        0;
+    background-color:    inherit;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    background-color:    inherit;
+}
+
+/* menu splits */
+
+.ThemeOfficeMenuSplit
+{
+    margin:        2px;
+    height:        1px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-top:    1px solid #C6C3BD;
+}
+
+/* image shadow animation */
+
+/*
+    seq1:    image for normal
+    seq2:    image for hover and active
+
+    To use, in the icon field, input the following:
+    <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeOfficeMenuItem img.seq1
+{
+    display:    inline;
+}
+
+.ThemeOfficeMenuItemHover seq2,
+.ThemeOfficeMenuItemActive seq2
+{
+    display:    inline;
+}
+
+.ThemeOfficeMenuItem .seq2,
+.ThemeOfficeMenuItemHover .seq1,
+.ThemeOfficeMenuItemActive .seq1
+{
+    display:    none;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemeOffice/theme.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,372 @@
+/*
+* 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.
+*/
+/* ThemePanelMenu Style Sheet */
+
+.ThemePanelMenu,.ThemePanelSubMenuTable
+{
+    font-family:    verdana, arial, sans-serif;
+    font-size:    13px;
+    background-color:    #F7F3F7;
+
+    cursor:        default;
+    white-space:    nowrap;
+}
+
+.ThemePanelSubMenu
+{
+    position:    absolute;
+    visibility:    hidden;
+
+    /*
+       Netscape/Mozilla renders borders by increasing
+       their z-index.  The following line is necessary
+       to cover any borders underneath
+    */
+    z-index:    100;
+    border:        0;
+    padding:    0;
+
+    /* the following property is only useful in IE */
+    filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);
+}
+
+.ThemePanelSubMenuTable
+{
+    border:        1px solid #9C9A9C;
+}
+
+.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
+{
+    cursor:        default;
+    white-space:    nowrap;
+}
+
+.ThemePanelMainItem,
+.ThemePanelMenuItem
+{
+    background-color:    #F7F3F7;
+}
+
+.ThemePanelMainItemHover,
+.ThemePanelMainItemActive,
+.ThemePanelMenuItemHover,
+.ThemePanelMenuItemActive
+{
+    background-color:    #C6C6C3;
+}
+
+
+/* horizontal main menu sub components */
+/* panel doesn't really support horizontal menus */
+
+.ThemePanelMainFolderLeft,.ThemePanelMainItemLeft,
+.ThemePanelMainFolderText,.ThemePanelMainItemText,
+.ThemePanelMainFolderRight,.ThemePanelMainItemRight
+{
+    border:        0;
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+/* vertical main menu sub components */
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
+{
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-left:    1px solid #9C9A9C;
+
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft,
+TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText,
+TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    border-top:    1px solid #9C9A9C;
+    border-bottom:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+}
+
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-left:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText
+{
+    padding-right:    10px;
+    padding-left:    10px;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-right:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    1px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    1px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    10px;
+    padding-right:    10px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    10px;
+    padding-right:    10px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+/* sub menus sub components */
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
+{
+    padding-left:    0px;
+    padding-right:    0px;
+
+    border-left:    1px solid #9C9A9C;
+
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft,
+.ThemePanelMenuFolderText,.ThemePanelMenuItemText,
+.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
+{
+    padding-top:    2px;
+    padding-bottom:    2px;
+    border-top:    1px solid #9C9A9C;
+    border-bottom:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
+{
+    padding-right:    0px;
+    padding-left:    2px;
+    border-left:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemePanelMenuFolderText,.ThemePanelMenuItemText
+{
+    padding-right:    3px;
+    padding-left:    5px;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
+{
+    padding-right:    0px;
+    padding-left:    0px;
+    border-right:    1px solid #9C9A9C;
+
+    background-color:    inherit;
+    white-space:    nowrap;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    3px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemLeft
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    3px;
+    padding-right:    0px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-right:    3px;
+    padding-left:    5px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemText
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-right:    3px;
+    padding-left:    5px;
+
+    border:    0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderRight
+{
+    padding-top:    3px;
+    padding-bottom:    3px;
+    padding-left:    0px;
+    padding-right:    1px;
+
+    border:        0;
+    white-space:    nowrap;
+    background-color:    inherit;
+}
+
+.ThemePanelMenuSplit
+{
+    margin:        2px;
+    height:        1px;
+    overflow:    hidden;
+    background-color:    inherit;
+    border-top:    1px solid #9C9A9C;
+}
+
+/* image shadow animation */
+
+/*
+    seq1:    image for normal
+    seq2:    image for hover and active
+
+    To use, in the icon field, input the following:
+    <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemePanelMenuItem img.seq1
+{
+    display:    inline;
+}
+
+.ThemePanelMenuItemHover seq2,
+.ThemePanelMenuItemActive seq2
+{
+    display:    inline;
+}
+
+.ThemePanelMenuItem .seq2,
+.ThemePanelMenuItemHover .seq1,
+.ThemePanelMenuItemActive .seq1
+{
+    display:    none;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/ThemePanel/theme.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,146 @@
+/*
+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.
+*/
+
+@import url("../../css/portal-standard.css");
+
+body
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    padding: 1em;
+    background: #fff;
+    color: #000;
+}
+
+a:link, a:visited
+{
+    color: blue;
+}
+
+a:hover
+{
+    color: #f30 !important;
+}
+
+body.layout-jscookmenu
+{
+    margin: 0;
+    padding: 0;
+}
+
+.layout-jscookmenu #banner h1
+{
+    font-size: 1.25em;
+    margin: 0;
+}
+
+.layout-jscookmenu #breadcrumbs
+{
+    border-top: 1px solid #fff;
+    background-color: #ccc;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+    padding: 2px 8px;
+}
+
+.layout-jscookmenu #breadcrumbs a
+{
+    text-decoration: none;
+}
+
+.layout-jscookmenu #tophorizontalmenu
+{
+}
+
+.layout-jscookmenu #leftverticalmenu
+{
+}
+
+.Link
+{
+}
+
+.LinkFolder
+{
+}
+
+.LinkPage
+{
+}
+
+.FolderList
+{
+}
+
+.PageTitle
+{
+}
+
+#portal-page-actions A img
+{
+   display: inline;  
+
+}
+
+#portal-page-actions
+{
+   float:right;
+   position: relative;
+   top: -12px;
+}
+
+.layout-jscookmenu .layout-edit-bar
+{
+  width: 100%;
+  padding-top: 5px;
+  overflow:hidden;
+  clip:auto;
+}
+
+.layout-jscookmenu .layout-edit-bar label, 
+.layout-jscookmenu .layout-edit-bar input, 
+.layout-jscookmenu .layout-edit-bar select 
+{
+  font-size: 8pt;
+  color: blue;
+}
+
+.layout-jscookmenu .layout-edit-bar label
+{
+  padding-left: 9px;
+}
+
+.layout-jscookmenu .layout-edit-bar-left
+{
+  display:inline;
+  float:left;
+}
+
+.layout-jscookmenu .layout-edit-bar-right
+{
+  display:inline;
+  float:right;
+  padding-right: 5px;
+}
+
+.layout-jscookmenu .portlet-edit-bar select
+{
+  font-size: 8pt;
+  color: blue;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,197 @@
+#*
+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.
+*#
+
+#*
+JSCookMenu (c) Copyright 2002-2005 by Heng Yuan
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+*#
+
+#* define navigation constants *#
+#macro (defineNavigationConstants)
+  #set($LEFT_TO_RIGHT = "LeftToRight")
+  #set($RIGHT_TO_LEFT = "RightToLeft")
+  #set($TOP_TO_BOTTOM = "TopToBottom")
+  #set($BOTTOM_TO_TOP = "BottomToTop")
+
+  #set($TITLE_FIRST = "TitleFirst")
+  #set($TITLE_LAST = "TitleLast")
+  #set($BREADCRUMBS_STYLE = "BreadcrumbsStyle")
+
+  #set($JSCOOKMENU_JETSPEED_THEME = "ThemeJetspeed")
+  #set($JSCOOKMENU_PANEL_THEME = "ThemePanel")
+  #set($JSCOOKMENU_OFFICE_THEME = "ThemeOffice")
+  #set($JSCOOKMENU_IE_THEME = "ThemeIE")
+  #set($JSCOOKMENU_MINI_BLACK_THEME = "ThemeMiniBlack")
+#end
+
+#* include links navigation component *#
+#macro (includeLinksNavigation $_menu $_orientation $_title $_style $_delimiter)
+  #set($__delimiter = $_delimiter)
+  #if(!$_delimiter || $_delimiter == "")
+    #if($_style != $BREADCRUMBS_STYLE)
+      #set($__delimiter = "&nbsp;")
+    #else
+      #set($__delimiter = "&nbsp;&gt;&gt;&nbsp;")
+    #end
+  #end
+  #set($menuTitle = $_menu.getTitle($preferedLocale))
+  #set($menuName = $_menu.getShortTitle($preferedLocale))
+      <div class="FolderList">
+  #if($_title == $TITLE_FIRST)
+    #if($_orientation == $LEFT_TO_RIGHT)
+        <span title="$!menuTitle">${menuName}&nbsp;</span>
+    #elseif($_orientation == $TOP_TO_BOTTOM)
+        <div class="PageTitle" title="$!menuTitle">${menuName}</div>
+    #end
+  #end
+  #foreach($element in $_menu.elements.iterator())
+    #if($element.elementType == "option")
+      #set($linkTitle = $element.getTitle($preferedLocale))
+      #set($linkName = $element.getShortTitle($preferedLocale))
+      #set($linkUrl = $jetspeed.getAbsoluteUrl($element.url))
+      #if($_style != $BREADCRUMBS_STYLE || $element.type != "page" || $velocityCount < $_menu.elements.size())
+        #if($_orientation == $LEFT_TO_RIGHT)
+        <span>
+        #elseif($_orientation == $TOP_TO_BOTTOM)
+        <div>
+        #end
+        #if($element.type == "page")
+          <a href="$linkUrl" class="LinkPage" title="$!linkTitle">${linkName}</a>
+        #elseif($element.type == "link")
+          <a href="$linkUrl" class="Link" title="$!linkTitle">${linkName}</a>
+        #elseif($element.type == "folder")
+          <a href="$linkUrl" class="LinkFolder" title="$!linkTitle">${linkName}</a>
+        #else
+          <a href="$linkUrl" title="$!linkTitle">${linkName}</a>
+        #end
+        #if($_orientation == $LEFT_TO_RIGHT)
+        ${__delimiter}</span>
+        #elseif($_orientation == $TOP_TO_BOTTOM)
+        </div>
+        #end
+      #else
+        #if($_orientation == $LEFT_TO_RIGHT)
+        <span title="$!linkTitle">${linkName}&nbsp;</span>
+        #elseif($_orientation == $TOP_TO_BOTTOM)
+        <div title="$!linkTitle">${linkName}</div>
+        #end
+      #end
+    #elseif($element.elementType == "separator")
+      #set($separatorTitle = $element.getTitle($preferedLocale))
+      #set($separatorText = $element.getText($preferedLocale))
+      #if($_orientation == $LEFT_TO_RIGHT)
+        <span title="$!separatorTitle">${separatorText}${__delimiter}</span>              
+      #elseif($_orientation == $TOP_TO_BOTTOM)
+        <div class="PageTitle" title="$!separatorTitle">${separatorText}</div>              
+      #end
+    #end
+  #end
+  #if($_title == $TITLE_LAST)
+    #if($_orientation == $LEFT_TO_RIGHT)
+        <span title="$!menuTitle">${menuName}&nbsp;</span>
+    #elseif($_orientation == $TOP_TO_BOTTOM)
+        <div class="PageTitle" title="$!menuTitle">${menuName}</div>
+    #end
+  #end
+      </div>
+#end
+
+#macro (nestJSCookMenuDefinition $_menu)
+#set($menuTitle = $_menu.getTitle($preferedLocale))
+#set($menuName = $_menu.getShortTitle($preferedLocale))
+["", "$!{menuName}", "", "", "$!{menuTitle}",
+#foreach($element in $_menu.elements.iterator())
+  #if($velocityCount > 1),#end
+  #if($element.elementType == "option")
+    #set($linkTitle = $element.getTitle($preferedLocale))
+    #set($linkName = $element.getShortTitle($preferedLocale))
+    #set($linkUrl = $jetspeed.getAbsoluteUrl($element.url))
+    #if(($element.type == "page") || ($element.type == "folder"))
+      ["", "${linkName}", "${linkUrl}", "", "$!{linkTitle}"]
+    #elseif($element.type == "link")
+      #set($linkTarget = $element.target)
+      ["", "${linkName}", "${linkUrl}", "$!{linkTarget}", "$!{linkTitle}"]
+    #end
+  #elseif($element.elementType == "menu")
+    #nestJSCookMenuDefinition($element)
+  #elseif($element.elementType == "separator")
+    #set($separatorTitle = $element.getTitle($preferedLocale))
+    #set($separatorText = $element.getText($preferedLocale))
+    _cmSplit
+  #end
+#end
+]
+#end
+
+#macro (includeJSCookMenuDefinition $_id $_menu)
+<script language="JavaScript"><!--
+var ${_id}menu =
+[
+#foreach($element in $_menu.elements.iterator())
+  #if($velocityCount > 1),#end
+  #if($element.elementType == "option")
+    #set($linkTitle = $element.getTitle($preferedLocale))
+    #set($linkName = $element.getShortTitle($preferedLocale))
+    #set($linkUrl = $jetspeed.getAbsoluteUrl($element.url))
+    #if(($element.type == "page") || ($element.type == "folder"))
+      ["", "${linkName}", "${linkUrl}", "", "$!{linkTitle}"]
+    #elseif($element.type == "link")
+      #set($linkTarget = $element.target)
+      ["", "${linkName}", "${linkUrl}", "$!{linkTarget}", "$!{linkTitle}"]
+    #end
+  #elseif($element.elementType == "menu")
+    #nestJSCookMenuDefinition($element)
+  #elseif($element.elementType == "separator")
+    #set($separatorTitle = $element.getTitle($preferedLocale))
+    #set($separatorText = $element.getText($preferedLocale))
+    _cmSplit
+  #end
+#end
+];
+--></script>
+#end
+
+#macro (includeJSCookMenuDraw $_id $_theme $_orientation)
+<script language="JavaScript"><!--
+#if($_orientation == $LEFT_TO_RIGHT)
+  cmDraw('${_id}', ${_id}menu, 'hbr', cm${_theme}, '${_theme}');
+#elseif($_orientation == $TOP_TO_BOTTOM)
+  cmDraw('${_id}', ${_id}menu, 'vbr', cm${_theme}, '${_theme}');
+#elseif($_orientation == $RIGHT_TO_LEFT)
+  cmDraw('${_id}', ${_id}menu, 'hbl', cm${_theme}, '${_theme}');
+#elseif($_orientation == $BOTTOM_TO_TOP)
+  cmDraw('${_id}', ${_id}menu, 'vur', cm${_theme}, '${_theme}');
+#end
+--></script>
+#end

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator-macros.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties Wed Sep  2 00:42:59 2009
@@ -0,0 +1,49 @@
+# 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.
+
+# JSCookMenu (c) Copyright 2002-2005 by Heng Yuan
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the "Software"),
+# to deal in the Software without restriction, including without limitation
+# the rights to use, copy, modify, merge, publish, distribute, sublicense,
+# and/or sell copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following conditions:
+# 
+# The above copyright notice and this permission notice shall be included
+# in all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+# DEALINGS IN THE SOFTWARE.
+
+id=jscookmenu
+template.type=velocity
+template.extension=.vm
+template.macros=-macros
+decorates=layout
+base.css.class=layout-jscookmenu
+
+##following are defaults
+#allow.change.page.theme=true
+#allow.change.layout=true
+#max.layout.nesting=2
+#allow.add.page=true
+#allow.add.portlet=true
+#allow.change.portlet.decorator=true

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,48 @@
+#*
+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.
+*#
+
+#*
+JSCookMenu (c) Copyright 2002-2005 by Heng Yuan
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+*#
+
+          </td>
+        </tr>
+      </table> 
+    </div>
+    <p>
+      <img src="#GetPageResource('images/jetspeed-powered.gif')" alt="Jetspeed 2 Powered" border="0">
+    </p>
+  </body>
+</html>

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/footer.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,142 @@
+#*
+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.
+*#
+
+#*
+JSCookMenu (c) Copyright 2002-2005 by Heng Yuan
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+*#
+
+#* Add the current layouts configuration values to the context *#
+#defineLayoutObjects()
+
+#* Loads our custom macros *#
+#parse($layoutDecoration.getResource("decorator-macros.vm"))
+
+#* Add all template constants to the current context *#
+#defineNavigationConstants()
+
+#* Access page context *#
+#set($site = $request.getAttribute("org.apache.jetspeed.portalsite.PortalSiteRequestContext"))
+
+#* select default JSCookMenu theme *#
+#set($jsCookMenuTheme = $JSCOOKMENU_JETSPEED_THEME)
+
+#* Access page menus *#
+#set($siteNavigationsStandardMenu = $site.getMenu("site-navigations"))
+#set($breadcrumbsStandardMenu = $site.getMenu("breadcrumbs"))
+#set($additionalLinksStandardMenu = $site.getMenu("additional-links"))
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+
+#includeHeaderResource()
+
+    <meta http-equiv="Content-type" content="#ContentType()" />
+    <meta http-equiv="Content-style-type" content="text/css" />
+
+#includeJavaScriptForHead()
+#IncludeStylesheets()
+
+    <title>#PageTitle()</title>
+
+    <meta name="version" content="/* $Id$" />
+    <meta name="keywords" content="" />
+    <meta name="description" content="#PageDescription()" />
+
+<!-- JSCookMenu setup -->
+    <script language="JavaScript" src="#GetPageResource("scripts/JSCookMenu.js")"></script>
+    <link rel="stylesheet" href="#GetPageResource("css/${jsCookMenuTheme}/theme.css")" type="text/css">
+    <script language="JavaScript" src="#GetPageResource("scripts/${jsCookMenuTheme}/theme.js")"></script>
+
+  </head>
+  <body marginwidth="0" marginheight="0" class="#PageBaseCSSClass()">
+
+<!--  BEGIN: layout/html/jscookmenu/decorator.vm -->
+
+    <div class="#PageBaseCSSClass()">
+
+<!-- Banner Content -->
+      <div id="banner">
+        <table border="0" cellspacing="0" cellpadding="8" width="100%">
+          <tr>
+            <td>
+              <h1><img src="#GetPageResource('images/jetspeed-logo.gif')" alt="Jetspeed 2 Logo" border="0"/></h1>
+            </td>
+            <td>
+              &nbsp;
+            </td>
+          </tr>
+        </table>
+      </div>
+
+<!-- Top Menu -->
+#if(!$siteNavigationsStandardMenu.empty)
+#includeJSCookMenuDefinition("tophorizontalmenu" $siteNavigationsStandardMenu)
+      <div id="tophorizontalmenu"></div>
+#includeJSCookMenuDraw("tophorizontalmenu" $jsCookMenuTheme $LEFT_TO_RIGHT)
+#end
+
+<!-- Breadcrumbs Back Navigation -->
+      <div id="breadcrumbs">
+#if(!$breadcrumbsStandardMenu.empty)
+#includeLinksNavigation($breadcrumbsStandardMenu $LEFT_TO_RIGHT "" $BREADCRUMBS_STYLE "")
+## <span style="position:absolute;right:5em">$jetspeed.renderPortletWindow("theClock", "j2-admin::DateTimePortlet")</span>
+#if ($request.getUserPrincipal())
+<span style="position:absolute;right:5em"><a href="#BaseHref()login/logout">Logout</a></span>   
+#end 
+#PageActionBar()
+#else
+        &nbsp;
+#end
+      </div>
+
+<!-- Content Table -->
+      <table cellpadding="0" cellspacing="0" border="0" width="100%" id="main">
+        <tr>
+
+<!-- Left Menu Table Data -->
+#if(!$additionalLinksStandardMenu.empty)
+          <td valign="top" width="20%">
+#includeJSCookMenuDefinition("leftverticalmenu" $additionalLinksStandardMenu)
+         
+            <div id="leftverticalmenu"></div>
+#includeJSCookMenuDraw("leftverticalmenu" $jsCookMenuTheme $TOP_TO_BOTTOM)
+          </td>
+#end
+
+<!-- Content Table Data -->
+          <td nowrap valign="top">
+  
+<!--  END: layout/html/jscookmenu/decorator.vm -->

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/header.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/arrow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/arrow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/folder.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/folder.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/folder.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/link.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/link.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeIE/link.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrowdown.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrowdown.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/blank.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/blank.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeJetspeed/blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrowdown.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrowdown.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/blank.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/blank.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copy.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copy.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copy.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copyshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copyshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/copyshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cut.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cut.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cut.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cutshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cutshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/cutshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/help.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/helpshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/helpshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/helpshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/new.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/new.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/new.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/open.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/open.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/open.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/openshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/openshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/openshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/paste.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/paste.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/paste.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/pasteshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/pasteshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/pasteshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/save.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/save.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/save.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/saveshadow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/saveshadow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/saveshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/spacer.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/spacer.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemeOffice/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrow.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrow.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrowdown.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrowdown.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/blank.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/blank.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/ThemePanel/blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-logo.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-logo.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-powered.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-powered.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/layout/jscookmenu/images/jetspeed-powered.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