[jboss-svn-commits] JBoss Portal SVN: r5371 - trunk/core/src/bin/portal-core-war/layouts/generic

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 9 11:17:17 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-10-09 11:17:16 -0400 (Mon, 09 Oct 2006)
New Revision: 5371

Modified:
   trunk/core/src/bin/portal-core-war/layouts/generic/maximized.jsp
Log:
add dashboard links to maximize page

Modified: trunk/core/src/bin/portal-core-war/layouts/generic/maximized.jsp
===================================================================
--- trunk/core/src/bin/portal-core-war/layouts/generic/maximized.jsp	2006-10-09 10:18:36 UTC (rev 5370)
+++ trunk/core/src/bin/portal-core-war/layouts/generic/maximized.jsp	2006-10-09 15:17:16 UTC (rev 5371)
@@ -1,42 +1,49 @@
-<%@ page import="org.jboss.portal.server.PortalConstants"%>
+<%@ page import="org.jboss.portal.server.PortalConstants" %>
 <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-   <title><%= PortalConstants.VERSION.toString() %></title>
-   <meta http-equiv="Content-Type" content="text/html;"/>
-   <!-- to correct the unsightly Flash of Unstyled Content. -->
-   <script type="text/javascript"></script>
-   <!-- use the Nphalanx theme if nothing else was defined for the portal or the page -->
-   <p:theme themeName='Nphalanx'/>
-   <!-- inject header content that was generated by the portlets on the requested page -->
-   <p:headerContent/>
+    <title><%= PortalConstants.VERSION.toString() %>
+    </title>
+    <meta http-equiv="Content-Type" content="text/html;"/>
+    <!-- to correct the unsightly Flash of Unstyled Content. -->
+    <script type="text/javascript"></script>
+    <!-- use the Nphalanx theme if nothing else was defined for the portal or the page -->
+    <p:theme themeName='Nphalanx'/>
+    <!-- inject header content that was generated by the portlets on the requested page -->
+    <p:headerContent/>
 </head>
 
 <body id="body">
-<div id="portal-container"><div id="sizer"><div id="expander">
-   <div id="logoName"></div>
-   <table border="0" cellpadding="0" cellspacing="0" id="header-container">
-      <tr>
-         <td align="center" valign="top" id="header">
-            <p:region regionName='navigation' regionID='navigation'/>
-            <div id="spacer"></div>
-         </td>
-      </tr>
-   </table>
-   <div id="content-container">
-      <!-- Note: this construct assumes that the 'maximizedRegion' layout strategy was chosen for the layout, page or portal -->
-      <!-- the 'maximizedRegion' strategy assigns the maximized portlet to the 'maximized' region -->
-      <p:region regionName='maximized' regionID='regionMaximized'/>
-      <hr class="cleaner"/>
+<div id="portal-container">
+    <div id="sizer">
+        <div id="expander">
+            <div id="logoName"></div>
+            <table border="0" cellpadding="0" cellspacing="0" id="header-container">
+                <tr>
+                    <td align="center" valign="top" id="header">
+                        <p:region regionName='dashboardnav' regionID='dashboardnav'/>
 
-      <div id="footer-container" class="portal-copyright">Powered by
-         <a class="portal-copyright" href="http://www.jboss.com/products/jbossportal">JBoss Portal</a><br>
-         <span id="ThemeBy"></span>
-      </div>
-   </div>
+                        <p:region regionName='navigation' regionID='navigation'/>
+                        <div id="spacer"></div>
+                    </td>
+                </tr>
+            </table>
+            <div id="content-container">
+                <!-- Note: this construct assumes that the 'maximizedRegion' layout strategy was chosen for the layout, page or portal -->
+                <!-- the 'maximizedRegion' strategy assigns the maximized portlet to the 'maximized' region -->
+                <p:region regionName='maximized' regionID='regionMaximized'/>
+                <hr class="cleaner"/>
 
-</div></div></div>
+                <div id="footer-container" class="portal-copyright">Powered by
+                    <a class="portal-copyright" href="http://www.jboss.com/products/jbossportal">JBoss Portal</a><br>
+                    <span id="ThemeBy"></span>
+                </div>
+            </div>
+
+        </div>
+    </div>
+</div>
 </body>
 </html>




More information about the jboss-svn-commits mailing list