From portal-commits at lists.jboss.org Mon Apr 30 04:51:25 2007 Content-Type: multipart/mixed; boundary="===============3845295541289789789==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r7137 - in trunk/core/src: bin/portal-core-war/layouts/3columns and 1 other directories. Date: Mon, 30 Apr 2007 04:51:25 -0400 Message-ID: --===============3845295541289789789== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: thomas.heute(a)jboss.com Date: 2007-04-30 04:51:25 -0400 (Mon, 30 Apr 2007) New Revision: 7137 Added: trunk/core/src/bin/portal-core-war/layouts/3columns/ trunk/core/src/bin/portal-core-war/layouts/3columns/index.jsp trunk/core/src/bin/portal-core-war/layouts/3columns/maximized.jsp Modified: trunk/core/src/resources/portal-core-war/WEB-INF/portal-layouts.xml Log: Adding a 3 columns layout. Added: trunk/core/src/bin/portal-core-war/layouts/3columns/index.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core/src/bin/portal-core-war/layouts/3columns/index.jsp = (rev 0) +++ trunk/core/src/bin/portal-core-war/layouts/3columns/index.jsp 2007-04-3= 0 08:51:25 UTC (rev 7137) @@ -0,0 +1,66 @@ +<%@ page import=3D"org.jboss.portal.server.PortalConstants" %> +<%@ taglib uri=3D"/WEB-INF/theme/portal-layout.tld" prefix=3D"p" %> + + + + <%=3D PortalConstants.VERSION.toString() %> + + + + + + + + + + + +
+
+
+
+ + + + +
+ + + + + + +
+
+
+ + + + + +
+ + + + + + + + + + + + Property changes on: trunk/core/src/bin/portal-core-war/layouts/3columns/in= dex.jsp ___________________________________________________________________ Name: svn:executable + * Added: trunk/core/src/bin/portal-core-war/layouts/3columns/maximized.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core/src/bin/portal-core-war/layouts/3columns/maximized.jsp = (rev 0) +++ trunk/core/src/bin/portal-core-war/layouts/3columns/maximized.jsp 2007-= 04-30 08:51:25 UTC (rev 7137) @@ -0,0 +1,50 @@ +<%@ page import=3D"org.jboss.portal.server.PortalConstants" %> +<%@ taglib uri=3D"/WEB-INF/theme/portal-layout.tld" prefix=3D"p" %> + + + + <%=3D PortalConstants.VERSION.toString() %> + + + + + + + + + + + +
+
+
+
+
+ + + + + + + + +
+ + + +
+ + + +
+
+
+ + + +
+ +
Po= wered by + JBoss Portal
+ +
+
+ +
+
+
+ + + Property changes on: trunk/core/src/bin/portal-core-war/layouts/3columns/ma= ximized.jsp ___________________________________________________________________ Name: svn:executable + * Modified: trunk/core/src/resources/portal-core-war/WEB-INF/portal-layouts.x= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core/src/resources/portal-core-war/WEB-INF/portal-layouts.xml 200= 7-04-29 22:12:17 UTC (rev 7136) +++ trunk/core/src/resources/portal-core-war/WEB-INF/portal-layouts.xml 200= 7-04-30 08:51:25 UTC (rev 7137) @@ -51,4 +51,15 @@ + + 3columns + /layouts/3columns/index.jsp + /layouts/3columns/maximized.jsp + + + + + + + --===============3845295541289789789==--