Author: shinsuke
Date: Sun Apr 30 05:14:39 2006
New Revision: 398323
URL: http://svn.apache.org/viewcvs?rev=398323&view=rev
Log:
added The Solution layout decorator
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css
(with props)
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator-macros.vm
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator.properties
(with props)
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/footer.vm
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/header.vm
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/coreback.gif
(with props)
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/header.jpg
(with props)
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_arrow.gif
(with props)
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_over.gif
(with props)
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css?rev=398323&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css
(added)
+++
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css
Sun Apr 30 05:14:39 2006
@@ -0,0 +1,337 @@
+/*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
[EMAIL PROTECTED] url("../../css/portal-standard.css");
+
+body {
+ height: auto;
+ background: #FFF;
+ color: #1a3804;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
+
+/**
+ This white-space setting is VERY important as it keeps content from
"spilling"
+ outside of portlets.
+ */
+
+a:link, a:visited {
+ color: #458023;
+ text-decoration: underline;
+}
+
+a:hover {
+ color: #265b00;
+}
+
+body.layout-thesolution
+{
+ margin: 0;
+ padding: 0;
+}
+
+
+/*
+.layout-thesolution #breadcrumbs {
+ voice-family: "\"}\"";
+ voice-family: inherit;
+ font-size: x-small;
+ padding: 3px 8px;
+ margin: 3px;
+}
+
+.layout-thesolution #breadcrumbs a {
+ text-decoration: none;
+}
+*/
+
+#portal-page-actions A img
+{
+ display: inline;
+}
+
+#portal-page-actions
+{
+ text-align:right;
+}
+
+.layout-thesolution .layout-edit-bar
+{
+ width: 100%;
+ padding-top: 5px;
+ font-size: 8pt;
+ color: blue;
+ overflow:hidden;
+ clip:auto;
+}
+
+.layout-thesolution .layout-edit-bar label,
+.layout-thesolution .layout-edit-bar input,
+.layout-thesolution .layout-edit-bar select
+{
+ font-size: 8pt;
+ color: blue;
+}
+
+.layout-thesolution .layout-edit-bar input
+{
+ font-size: 8pt;
+}
+
+.layout-thesolution .layout-edit-bar-left
+{
+ display:inline;
+ float:left;
+}
+
+.layout-thesolution .layout-edit-bar-right
+{
+ display:inline;
+ float:right;
+ padding-right: 5px;
+}
+
+.layout-thesolution .portlet-edit-bar select
+{
+ font-size: 8pt;
+ color: blue;
+}
+
+
+
+/* site specific styling */
+
+
+/* the container centers the page */
+.layout-thesolution #container {
+ width: 740px;
+ height: auto;
+ margin: 0 auto 0 auto;
+}
+
+
+/* the topbar that contains the most upper links */
+.layout-thesolution #topbar {
+ width: 740px;
+ height: 24px;
+ line-height: 24px;
+ vertical-align: middle;
+ text-align: right;
+}
+
+/* the links in the topbar are an unordered list, formatted here */
+ .layout-thesolution #topbar ul {
+ margin: 0;
+ float: right;
+ }
+ .layout-thesolution #topbar li {
+ list-style: none;
+ display: block;
+ width: auto;
+ float: left;
+ }
+ .layout-thesolution #topbar a {
+ text-decoration: none;
+ display: block;
+ padding: 0 10px 0 10px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ text-transform: uppercase;
+ }
+ .layout-thesolution #topbar a:hover {
+ background: #458023;
+ color: #FFF;
+ }
+
+
+/* the header that contains the big image */
+.layout-thesolution #header {
+ width: 740px;
+ height: 180px;
+ background: #458023 url(../images/header.jpg) top left no-repeat;
+ position: relative;
+}
+
+/* the big title text in the header */
+ .layout-thesolution #header h1 {
+ font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
+ font-size: 30px;
+ font-weight: 100;
+ letter-spacing: -1px;
+ color: #FFF;
+ position: absolute;
+ top: 60px;
+ left: 20px;
+ }
+
+/* the navigationbar in the header */
+.layout-thesolution #navbar {
+ position: absolute;
+ bottom: 8px;
+ right: 6px;
+}
+
+/* the links in the navigationbar are an unordered list */
+ .layout-thesolution #navbar ul {
+ }
+
+ .layout-thesolution #navbar li {
+ list-style: none;
+ display: block;
+ width: auto;
+ float: left;
+ }
+ .layout-thesolution #navbar a {
+ text-decoration: none;
+ /*display: block;*/
+ padding: 4px 3px 4px 3px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ /*text-transform: uppercase;*/
+ }
+ .layout-thesolution #navbar a:hover {
+ background: #458023;
+ color: #FFF;
+ }
+ .layout-thesolution #navbar span {
+ text-decoration: none;
+ /*display: block;*/
+ padding: 4px 2px 4px 2px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ /*text-transform: uppercase;*/
+ }
+
+/* the core contains all the site contents */
+.layout-thesolution #core {
+ width: 740px;
+ height: auto;
+ margin-top: 5px;
+ background: #FFF url(../images/coreback.gif) top left repeat-y;
+}
+
+/* the coreleft contains the left part of the core */
+.layout-thesolution #coreleft {
+ width: 140px;
+ height: auto;
+ background: #deebd2;
+ float: left;
+}
+
+/* the links in coreleft are another unordered list */
+ .layout-thesolution #coreleft ul {
+ }
+ .layout-thesolution #coreleft li {
+ display: block;
+ height: auto;
+ width: 136px;
+ margin: 2px;
+ }
+ .layout-thesolution #coreleft a {
+ display: block;
+ height: auto;
+ padding: 4px;
+ width: 128px;
+ color: #325d19;
+ background: url(../images/readmore_arrow.gif) 97% center no-repeat;
+ text-decoration: none;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ border: 0;
+ }
+
+ .layout-thesolution #coreleft a:hover {
+ background: #458023 url(../images/readmore_over.gif) 97% center
no-repeat;
+ color: #FFF;
+ }
+
+ .layout-thesolution #coreleft h3 {
+ padding: 20px 4px 0 4px;
+ font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
+ font-size: 18px;
+ margin: 0;
+ }
+
+ .layout-thesolution #coreleft p {
+ padding: 5px;
+ margin-top: 0px;
+ line-height: 16px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ }
+
+
+/* the corecenter contains the center part of the core */
+.layout-thesolution #corecenter {
+ width: 590px;
+ height: auto;
+ float: left;
+}
+
+ .layout-thesolution #corecenter h2 {
+ font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
+ font-size: 20px;
+ color: #3e6717;
+ padding: 10px 0 0 10px;
+ }
+ .layout-thesolution #corecenter p {
+ line-height: 20px;
+ padding: 0 10px 10px 10px;
+ color: #888;
+ }
+
+ .layout-thesolution #corecenter ul {
+ padding: 20px;
+ width: auto;
+ }
+ .layout-thesolution #corecenter li {
+ list-style: none;
+ line-height: 20px;
+ border-bottom: 1px solid #DDD;
+ }
+ .layout-thesolution #corecenter li a {
+ text-decoration: none;
+ color: #a6c384;
+ display: block;
+ height: auto;
+ padding: 4px;
+ }
+ .layout-thesolution #corecenter li a:hover {
+ background: #a6c384;
+ color: #000;
+ }
+
+/* the footer contains all copyright info etcetera */
+.layout-thesolution #footer {
+ clear: both;
+ width: 740px;
+ height: 30px;
+ background: #458023;
+ line-height: 30px;
+ vertical-align: middle;
+ text-align: right;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+}
+ .layout-thesolution #footer p {
+ color: #FFF;
+ padding-right: 20px;
+ }
+ .layout-thesolution #footer a {
+ color: #FFF;
+ }
+
Propchange:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/css/styles.css
------------------------------------------------------------------------------
svn:eol-style = native
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator-macros.vm
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator-macros.vm?rev=398323&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator-macros.vm
(added)
+++
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator-macros.vm
Sun Apr 30 05:14:39 2006
@@ -0,0 +1,242 @@
+#* define navigation constants *#
+#macro (defineNavigationConstants)
+ #* Constants for layout orientation *#
+ #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")
+#end
+
+#* include tabs navigation component *#
+#macro (includeTabsNavigation $_menu $_orientation)
+ <ul>
+ #foreach($element in $_menu.elements.iterator())
+ #if($element.elementType == "option")
+ #set($tabTitle = $element.getTitle($preferedLocale))
+ #set($tabName = $element.getShortTitle($preferedLocale))
+ #if($_orientation == $LEFT_TO_RIGHT)
+ #if($element.isSelected($site))
+ <li>${tabName}</li>
+ #else
+ #set($tabUrl = $jetspeed.getAbsoluteUrl($element.url))
+ <li><a href="$tabUrl">${tabName}</a></li>
+ #end
+ #end
+ #end
+ #end
+ </ul>
+#end
+
+#* include links navigation component *#
+#macro (includeLinksNavigation $_menu $_orientation $_title $_style
$_delimiter)
+ #if(!$_delimiter || $_delimiter == "")
+ #if($_style != $BREADCRUMBS_STYLE)
+ #set($_delimiter = " ")
+ #else
+ #set($_delimiter = " >> ")
+ #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} </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} </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} </span>
+ #elseif($_orientation == $TOP_TO_BOTTOM)
+
+ <div class="pagetitle" title="$!menuTitle">${menuName}</div>
+ #end
+ #end
+
+ </div>
+#end
+
+#* include nested menu links navigation component *#
+#macro (includeNestedLinksWithIconNavigation $_menu $_orientation)
+ #set($menuTitle = $_menu.getTitle($preferedLocale))
+ #set($menuName = $_menu.getShortTitle($preferedLocale))
+ #if($menuName)
+ <div class="pagetitle" title="$!menuTitle">${menuName}</div>
+ #end
+ <div>
+ #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($element.type == "page")
+ <div><a href="$linkUrl" class="LinkPage"
title="$!linkTitle">${linkName}</a></div>
+ #elseif($element.type == "link")
+ #set($linkTarget = $element.target)
+ <div><a href="$linkUrl" target="$linkTarget" class="Link"
title="$!linkTitle">${linkName}</a></div>
+ #elseif($element.type == "folder")
+ <div><a href="$linkUrl" class="LinkFolder"
title="$!linkTitle">$linkName</a></div>
+ #end
+ #elseif($element.elementType == "menu")
+ #includeNestedLinksWithIconNavigation($element $_orientation)
+ #elseif($element.elementType == "separator")
+ #set($separatorTitle = $element.getTitle($preferedLocale))
+ #set($separatorText = $element.getText($preferedLocale))
+ <div class="pagetitle"
title="$!separatorTitle">${separatorText}</div>
+ #end
+ #end
+ </div>
+#end
+
+#* include top level menu links navigation component *#
+#macro (includeLinksWithIconNavigation $_menu $_orientation)
+ #set($rowStarted = false)
+ #set($elementsStarted = false)
+ #foreach($element in $_menu.elements.iterator())
+ #if($element.elementType == "option")
+ #if(!$rowStarted)
+#*
+ <tr>
+ <td>
+ <div class="toolgroup">
+ <div class="body">
+ <div class="FolderList">
+*#
+ #elseif(!$elementsStarted)
+#*
+ <div class="body">
+ <div class="FolderList">
+*#
+ #end
+ #set($linkTitle = $element.getTitle($preferedLocale))
+ #set($linkName = $element.getShortTitle($preferedLocale))
+ #set($linkUrl = $jetspeed.getAbsoluteUrl($element.url))
+ #if($element.type == "page")
+ <div><a href="$linkUrl" class="LinkPage"
title="$!linkTitle">${linkName}</a></div>
+ #elseif($element.type == "link")
+ #set($linkTarget = $element.target)
+ <div><a href="$linkUrl" target="$!linkTarget" class="Link"
title="$!linkTitle">${linkName}</a></div>
+ #elseif($element.type == "folder")
+ <div><a href="$linkUrl" class="LinkFolder"
title="$!linkTitle">$linkName</a></div>
+ #end
+ #set($rowStarted = true)
+ #set($elementsStarted = true)
+ #elseif($element.elementType == "menu")
+ #if(!$rowStarted)
+#*
+ <tr>
+ <td>
+ <div class="toolgroup">
+ <div class="body">
+ <div class="FolderList">
+*#
+ #elseif(!$elementsStarted)
+#*
+ <div class="body">
+ <div class="FolderList">
+*#
+ #end
+ #includeNestedLinksWithIconNavigation($element $_orientation)
+ #set($rowStarted = true)
+ #set($elementsStarted = true)
+ #elseif($element.elementType == "separator")
+ #if(!$rowStarted)
+#*
+ <tr>
+ <td>
+ <div class="toolgroup">
+*#
+ #elseif($elementsStarted)
+#*
+ </div>
+ </div>
+*#
+ #end
+ #set($separatorTitle = $element.getTitle($preferedLocale))
+ #set($separatorText = $element.getText($preferedLocale))
+ <h3>${separatorText}</h3>
+#*
+ <div class="label">
+ ${separatorText}
+ </div>
+*#
+ #set($rowStarted = true)
+ #set($elementsStarted = false)
+ #end
+ #end
+ #if($elementsStarted)
+#*
+ </div>
+ </div>
+*#
+ #end
+ #if($rowStarted)
+#*
+ </div>
+ </td>
+ </tr>
+*#
+ #end
+#end
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator.properties
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator.properties?rev=398323&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator.properties
(added)
+++
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/decorator.properties
Sun Apr 30 05:14:39 2006
@@ -0,0 +1,28 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+id=thesolution
+template.type=velocity
+template.extension=.vm
+template.macros=-macros
+decorates=layout
+base.css.class=layout-thesolution
+
+##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/trunk/src/webapp/decorations/layout/thesolution/decorator.properties
------------------------------------------------------------------------------
svn:eol-style = native
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/footer.vm
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/footer.vm?rev=398323&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/footer.vm
(added)
+++
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/footer.vm
Sun Apr 30 05:14:39 2006
@@ -0,0 +1,27 @@
+#*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*#
+
+ </div>
+ <div id="footer">
+ <p><!-- Copy Right Template -->
+ © 1999-2006, Apache Software Foundation </p>
+ </div>
+ </div>
+ </div>
+</div>
+</body>
+</html>
+
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/header.vm
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/header.vm?rev=398323&view=auto
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/header.vm
(added)
+++
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/header.vm
Sun Apr 30 05:14:39 2006
@@ -0,0 +1,90 @@
+#*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*#
+
+#*
+This original design comes from Open Web Design.
+ http://www.openwebdesign.org/viewdesign.phtml?id=2730&referer=%2Fbrowse.php
+ Modified by Shinsuke Sugaya <[EMAIL PROTECTED]>
+*#
+
+#* 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()
+
+<html>
+ <head>
+ ## include header resources immdiately after head and before base is reset
to the portal
+ ## web application context path root; this implies that header resources
can not reliably
+ ## employ relative urls to locate content
+ #includeHeaderResource()
+
+ <base href="#BaseHref()">
+ <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="#SiteVersionTag()">
+ <meta name="keywords" content="" />
+ <meta name="description" content="#PageDescription()" />
+ </head>
+
+<body class="#PageBaseCSSClass()">
+<div class="#PageBaseCSSClass()">
+
+ <div id="container">
+ <div id="topbar">
+<!-- Top Tabs Menu -->
+#set($pagesStandardMenu = $site.getMenu("pages"))
+#if(!$pagesStandardMenu.empty)
+#includeTabsNavigation($pagesStandardMenu $LEFT_TO_RIGHT)
+#end
+ </div>
+ <div id="header">
+ <h1>Jetspeed 2 Enterprise Portal</h1>
+ <div id="navbar">
+<ul><li>
+#set($breadcrumbsStandardMenu = $site.getMenu("breadcrumbs"))
+#if(!$breadcrumbsStandardMenu.empty)
+#includeLinksNavigation($breadcrumbsStandardMenu $LEFT_TO_RIGHT ""
$BREADCRUMBS_STYLE "")
+#else
+
+#end
+</li></ul>
+ </div>
+ </div>
+ <div id="core">
+ <div id="coreleft">
+<!-- Left Navigations Menu Table Data -->
+#set($navigationsStandardMenu = $site.getMenu("navigations"))
+
+#if(!$navigationsStandardMenu.empty)
+#includeLinksWithIconNavigation($navigationsStandardMenu $TOP_TO_BOTTOM)
+#end
+ </div>
+ <div id="corecenter">
+
+ <!-- Page Action Bar -->
+ #PageActionBar()
+<!-- END: layout/html/thesolution/decorator.vm -->
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/coreback.gif
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/coreback.gif?rev=398323&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/coreback.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/header.jpg
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/header.jpg?rev=398323&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/header.jpg
------------------------------------------------------------------------------
svn:mime-type = image/jpeg
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_arrow.gif
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_arrow.gif?rev=398323&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_arrow.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_over.gif
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_over.gif?rev=398323&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/jetspeed-2/trunk/src/webapp/decorations/layout/thesolution/images/readmore_over.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]