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 sm...@apache.org on 2007/07/07 10:22:02 UTC

svn commit: r554156 - in /portals/jetspeed-2/trunk/src/webapp/decorations/portlet: blueocean/templates/PortletWindow.html blueocean/templates/PortletWindowPrintMode.html tigris/templates/PortletWindow.html tigris/templates/PortletWindowPrintMode.html

Author: smilek
Date: Sat Jul  7 01:22:01 2007
New Revision: 554156

URL: http://svn.apache.org/viewvc?view=rev&rev=554156
Log:
PortletWindow widget templates moved to portlet decoration; added specialized print mode templates

Added:
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindow.html
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindowPrintMode.html
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindow.html
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindowPrintMode.html

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindow.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindow.html?view=auto&rev=554156
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindow.html (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindow.html Sat Jul  7 01:22:01 2007
@@ -0,0 +1,31 @@
+<!--
+  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>
+<div id="${this.widgetId}" class="dojoFloatingPane">
+
+	<div id="${this.widgetId}_titleBar" dojoAttachPoint="titleBar" class="dojoFloatingPaneTitleBar" dojoAttachEvent="onMouseDown;onMouseOver:titleMouseOver;onMouseOut:titleMouseOut" style="display:none">
+	  	<img dojoAttachPoint="titleBarIcon" class="dojoFloatingPaneTitleBarIcon">
+	  	<div dojoAttachPoint="titleBarText" class="dojoFloatingPaneTitleText">${this.title}</div>
+	</div>
+
+	<div dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
+
+	<div dojoAttachPoint="resizeBar" class="dojoFloatingPaneResizebar"></div>
+</div>
+</body>

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindowPrintMode.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindowPrintMode.html?view=auto&rev=554156
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindowPrintMode.html (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/blueocean/templates/PortletWindowPrintMode.html Sat Jul  7 01:22:01 2007
@@ -0,0 +1,23 @@
+<!--
+  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>
+<div id="${this.widgetId}" class="dojoFloatingPane">
+	<div dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
+</div>
+</body>

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindow.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindow.html?view=auto&rev=554156
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindow.html (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindow.html Sat Jul  7 01:22:01 2007
@@ -0,0 +1,31 @@
+<!--
+  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>
+<div id="${this.widgetId}" class="dojoFloatingPane">
+
+	<div id="${this.widgetId}_titleBar" dojoAttachPoint="titleBar" class="dojoFloatingPaneTitleBar" dojoAttachEvent="onMouseDown;onMouseOver:titleMouseOver;onMouseOut:titleMouseOut" style="display:none">
+	  	<img dojoAttachPoint="titleBarIcon" class="dojoFloatingPaneTitleBarIcon">
+	  	<div dojoAttachPoint="titleBarText" class="dojoFloatingPaneTitleText">${this.title}</div>
+	</div>
+
+	<div dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
+
+	<div dojoAttachPoint="resizeBar" class="dojoFloatingPaneResizebar"></div>
+</div>
+</body>

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindowPrintMode.html
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindowPrintMode.html?view=auto&rev=554156
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindowPrintMode.html (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/templates/PortletWindowPrintMode.html Sat Jul  7 01:22:01 2007
@@ -0,0 +1,23 @@
+<!--
+  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>
+<div id="${this.widgetId}" class="dojoFloatingPane">
+	<div dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
+</div>
+</body>



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