From portal-commits at lists.jboss.org Thu Feb 7 18:42:33 2008 Content-Type: multipart/mixed; boundary="===============8181340053776316154==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9844 - in modules/portlet/trunk/test/src/test/resources/simple-portal-war: WEB-INF and 5 other directories. Date: Thu, 07 Feb 2008 18:42:33 -0500 Message-ID: --===============8181340053776316154== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: wesleyhales Date: 2008-02-07 18:42:33 -0500 (Thu, 07 Feb 2008) New Revision: 9844 Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-INF/= tags/ modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-INF/= tags/portal/ modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-INF/= tags/portal/portlet.tag modules/portlet/trunk/test/src/test/resources/simple-portal-war/css/ modules/portlet/trunk/test/src/test/resources/simple-portal-war/css/mast= er.css modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/ modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/a= ctive-button-bg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/i= con-maximize.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/i= con-minimize.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/i= con-normal.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/i= nactive-button-bg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/l= ogo-header.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/n= av-bg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/p= c20.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/p= ortal-bg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/p= ortlet-title-rt-bg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/images/p= ortlet-titlebg.gif modules/portlet/trunk/test/src/test/resources/simple-portal-war/layouts/ modules/portlet/trunk/test/src/test/resources/simple-portal-war/layouts/= default.jsp Modified: modules/portlet/trunk/test/src/test/resources/simple-portal-war/index.jsp Log: Initial layout Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-= INF/tags/portal/portlet.tag =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 --- modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-INF= /tags/portal/portlet.tag (rev 0) +++ modules/portlet/trunk/test/src/test/resources/simple-portal-war/WEB-INF= /tags/portal/portlet.tag 2008-02-07 23:42:33 UTC (rev 9844) @@ -0,0 +1,29 @@ +<%@ tag body-content=3D"scriptless" %> +<%@ attribute name=3D"name" required=3D"true" %> +<%@ attribute name=3D"applicationName" required=3D"true" %> +<%@ attribute name=3D"content" fragment=3D"true" required=3D"false" %> = +<%@ taglib uri=3D"/WEB-INF/portal.tld" prefix=3D"portal" %> + + +
+
+
+
+
=
+
+ "> + ">3D""/ + "> + ">= Edit +
+
+
+ + + + +
+
+
\ No newline at end of file Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/css/= master.css =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 --- modules/portlet/trunk/test/src/test/resources/simple-portal-war/css/mas= ter.css (rev 0) +++ modules/portlet/trunk/test/src/test/resources/simple-portal-war/css/mas= ter.css 2008-02-07 23:42:33 UTC (rev 9844) @@ -0,0 +1,235 @@ +body { + font: normal 12px Lucida Sans, Trebuchet, tahoma, sans-serif; +} + +.align-center { + text-align: center; +} + +.align-left { + text-align: left; +} + +.align-center-margin { + margin: 0 auto 0 auto; +} + +.float-left { + float: left; +} + +.float-right { + float: right; +} + +.align-left { + text-align: left; +} + +.align-right { + text-align: right; +} + +.half-width { + width: 49%; +} + +.quarter-width { + width: 24.9%; +} + +.three-quarter-width { + width: 74.9%; +} + +.full-width { + width: 100%; +} + +.third-width { + width: 32.9%; +} + +.two-third-width { + width: 65.5%; +} + +.tenpx-top-bottom { + margin: 10px 0 10px 0; +} + +.relative { + position: relative +} + +.absolute { + position: absolute +} + +p.white-padded { + color: #fff; + padding: 5px; +} + +.clear { + clear: both; +} + +img { + margin: 0; + padding: 0; + border: 0; +} + +body, +div, +form, +ul, +li { + margin: 0; + padding: 0; +} + +ul { + +} + +/*--------------------------------Decoration*/ + +h2 { + font-size: 1.9em; + color: #fff; + margin: 0; + padding: 0; +} + +h3 { + font-size: 1.0em; + color: #fff; + margin: 0; + padding: 0; +} + +a { + color: #e1d77e; +} + +p { + margin: 0; + padding: 0; +} + + +/*-------------------------------Container Decoration*/ + +div#container>div.header { + height: 40px; + background-color: #000; +} + +div#container div.header div.logo { + background-image: url( /simple/images/logo-header.gif ); + background-repeat: no-repeat; + background-position: top left; + height:40px; +} + +div#container div.header div.pc20 { + text-align: right; +} + +div#container div.header div.pc20 img { + margin: 5px 10px 0 0; +} + +div#container div.nav { + background-image: url( /simple/images/nav-bg.gif ); + background-repeat: repeat-x; + background-position: top left; + border-top: 1px solid #878787; + border-bottom: 1px solid #383838; + height:23px; +} + +div#container div.nav ul { + height:23px; + margin: 0 0 0 10px; +} + +div#container div.nav ul li { + display: inline; + float: left; + text-align: center; + height: 21px; + border: 1px solid #929292; +} + +div#container div.nav ul li a, +div#container div.nav ul li a:hover { + display: block; + padding: 4px 12px 4px 12px; + background-repeat: repeat-x; + background-position: top left; + text-decoration:none; + font: bold 11px Lucida Sans, Trebuchet, tahoma, sans-serif; +} + +div#container div.nav ul li a{ + color: #353535; + background-image: url( /simple/images/inactive-button-bg.gif ); +} + +div#container div.nav ul li a:hover, +div#container div.nav ul li a.selected{ + color: #000; + background-image: url( /simple/images/active-button-bg.gif ); +} + +div#container div#content { + background-image: url( /simple/images/portal-bg.gif ); + background-repeat: repeat-x; + background-position: top left; + min-height: 600px; + padding: 10px; +} + +/*-------------------------------Portlet Decoration*/ + +div#container div#content div.portlet{ + /*width: 800px;*/ + border: 1px solid #969696; + background-color: #e2e2e2; + padding: 2px; + float:left; +} + +div#container div#content div.portlet-frame{ + background-color: #fff; + border: 1px solid #fff; + /*height: 500px;*/ +} + +div#container div#content div.portlet div.header { + background-image: url( /simple/images/portlet-titlebg.gif ); + background-repeat: repeat-x; + background-position: top left; + height:20px; +} + +div#container div#content div.portlet div.header div.header-layer { + background-image: url( /simple/images/portlet-title-rt-bg.gif ); + background-repeat: no-repeat; + background-position: top right; + height:20px; +} + +div#container div#content div.portlet div.header div.header-layer div.titl= e{ + font: bold 12px Lucida Sans, Trebuchet, tahoma, sans-serif; + color: #fff; + padding: 2px; +} + +div#container div#content div.portlet div.header div.header-layer div.cont= rols{ + text-align: right; + padding: 3px 3px 0 0; +} \ No newline at end of file Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/active-button-bg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/active-button-bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/icon-maximize.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/icon-maximize.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/icon-minimize.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/icon-minimize.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/icon-normal.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/icon-normal.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/inactive-button-bg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/inactive-button-bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/logo-header.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/logo-header.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/nav-bg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/nav-bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/pc20.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/pc20.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/portal-bg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/portal-bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/portlet-title-rt-bg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/portlet-title-rt-bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/imag= es/portlet-titlebg.gif =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 (Binary files differ) Property changes on: modules/portlet/trunk/test/src/test/resources/simple-p= ortal-war/images/portlet-titlebg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: modules/portlet/trunk/test/src/test/resources/simple-portal-war/i= ndex.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 --- modules/portlet/trunk/test/src/test/resources/simple-portal-war/index.j= sp 2008-02-07 23:42:16 UTC (rev 9843) +++ modules/portlet/trunk/test/src/test/resources/simple-portal-war/index.j= sp 2008-02-07 23:42:33 UTC (rev 9844) @@ -3,59 +3,6 @@ <%@ page isELIgnored=3D"false" %> - - -
-
-
- -
-
- -
-
-
- - - -
-
-
- -
-
- -
-
-
- -
- -
-
-
- -
-
- -
-
-
-
+ Added: modules/portlet/trunk/test/src/test/resources/simple-portal-war/layo= uts/default.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 --- modules/portlet/trunk/test/src/test/resources/simple-portal-war/layouts= /default.jsp (rev 0) +++ modules/portlet/trunk/test/src/test/resources/simple-portal-war/layouts= /default.jsp 2008-02-07 23:42:33 UTC (rev 9844) @@ -0,0 +1,52 @@ +<%@ page contentType=3D"text/html" %> +<%@ page language=3D"java" %> +<%@ taglib prefix=3D"jbp" tagdir=3D"/WEB-INF/tags/portal" %> +<%@ taglib uri=3D"/WEB-INF/portal.tld" prefix=3D"portal" %> +<%@ page isELIgnored=3D"false" %> + + + + +Portlet Container 2.0 + + + + +
+
+
+
+ 3D""/ +
+
+
+
+ +
+
+
+ + + ">Derwood + + + + +
+
+
+ + + \ No newline at end of file --===============8181340053776316154==--