Author: david.borruat
Date: 2010-05-03 07:06:18 -0400 (Mon, 03 May 2010)
New Revision: 2936
Modified:
sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/webapp/jsp/welcome.jsp
Log:
Modified:
sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/webapp/jsp/welcome.jsp
===================================================================
---
sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/webapp/jsp/welcome.jsp 2010-05-03
11:05:21 UTC (rev 2935)
+++
sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/webapp/jsp/welcome.jsp 2010-05-03
11:06:18 UTC (rev 2936)
@@ -1,10 +1,20 @@
<%@ taglib
uri="http://java.sun.com/portlet_2_0" prefix="portlet"
%>
-<div class="portlet-section-header">Welcome !</div>
+ <style type="text/css">
+ h1 { color: navy; }
+ h2 { color: blue; }
+ .portlet-font { font-style: italic }
+ .Default { width: 300px }
+ body { background: #dedf00; font-size: 15px}
+ </style>
+<div class="portlet-section-header"><h1>Welcome
!</h1></div>
+
<br/>
-<div class="portlet-font">Welcome on the JSP Hello User portlet,
+<div class="portlet-font">
+
+ Welcome on the JSP Hello User portlet,
my name is JBoss Portal. What's yours ?</div>
<br/>