[jboss-svn-commits] JBL Code SVN: r20542 - in labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default: deploy and 4 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jun 16 10:41:09 EDT 2008
Author: wrzep
Date: 2008-06-16 10:41:08 -0400 (Mon, 16 Jun 2008)
New Revision: 20542
Added:
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/index.jsp
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/maximized.jsp
Removed:
labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/conf/props/web-console-users.properties.sample
Log:
custom header in layout
Deleted: labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/conf/props/web-console-users.properties.sample
===================================================================
--- labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/conf/props/web-console-users.properties.sample 2008-06-16 14:25:10 UTC (rev 20541)
+++ labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/conf/props/web-console-users.properties.sample 2008-06-16 14:41:08 UTC (rev 20542)
@@ -1,2 +0,0 @@
-# A sample users.properties file for use with the UsersRolesLoginModule
-admin=admin
Added: labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/index.jsp
===================================================================
--- labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/index.jsp (rev 0)
+++ labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/index.jsp 2008-06-16 14:41:08 UTC (rev 20542)
@@ -0,0 +1,46 @@
+<%@ 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>JBoss.org Statistics</title>
+ <meta http-equiv="Content-Type" content="text/html;"/>
+ <!-- to correct the unsightly Flash of Unstyled Content. -->
+ <script type="text/javascript"></script>
+ <!-- inject the theme; default to the Nphalanx theme if nothing is selected for the portal or the page -->
+ <p:theme themeName='Nphalanx'/>
+ <!-- insert header content that was possibly set by portlets on the 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">
+ <!-- insert the content of the 'left' region of the page, and assign the css selector id 'regionA' -->
+ <p:region regionName='left' regionID='regionA'/>
+ <!-- insert the content of the 'center' region of the page, and assign the css selector id 'regionB' -->
+ <p:region regionName='center' regionID='regionB'/>
+ <hr class="cleaner"/>
+
+ <div id="footer-container" class="portal-copyright">Powered by
+ <a class="portal-copyright" href="http://www.jboss.org/kosmos">Kosmos</a> and
+ <a class="portal-copyright" href="http://www.jboss.org/jbossportal">JBoss Portal</a><br/>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+</body>
+</html>
Added: labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/maximized.jsp
===================================================================
--- labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/maximized.jsp (rev 0)
+++ labs/jbosslabs/trunk/stats-server/sources/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-core.war/layouts/generic/maximized.jsp 2008-06-16 14:41:08 UTC (rev 20542)
@@ -0,0 +1,42 @@
+<%@ 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>JBoss.org Statistics</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="footer-container" class="portal-copyright">Powered by
+ <a class="portal-copyright" href="http://www.jboss.org/kosmos">Kosmos</a> and
+ <a class="portal-copyright" href="http://www.jboss.org/jbossportal">JBoss Portal</a><br/>
+ </div>
+ </div>
+
+</div></div></div>
+</body>
+</html>
More information about the jboss-svn-commits
mailing list