[seam-commits] Seam SVN: r9266 - in trunk/seam-gen/view: img and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Oct 12 02:53:12 EDT 2008


Author: dan.j.allen
Date: 2008-10-12 02:53:12 -0400 (Sun, 12 Oct 2008)
New Revision: 9266

Added:
   trunk/seam-gen/view/img/seamlogo.png
Modified:
   trunk/seam-gen/view/home.xhtml
   trunk/seam-gen/view/stylesheet/theme.css
Log:
put the seam logo on the generated home page


Modified: trunk/seam-gen/view/home.xhtml
===================================================================
--- trunk/seam-gen/view/home.xhtml	2008-10-12 06:01:39 UTC (rev 9265)
+++ trunk/seam-gen/view/home.xhtml	2008-10-12 06:53:12 UTC (rev 9266)
@@ -10,22 +10,27 @@
 
     <ui:define name="body">
 
+        <h1>Welcome to Seam!</h1>
         <rich:panel>
-            <f:facet name="header">Welcome!</f:facet>
-            <p>This empty shell application includes:</p>
-            <ul>
-                <li>Ant build script</li>
-                <li>Deployment to JBoss AS (EAR or WAR)</li>
-                <li>Development and production profiles</li>
-                <li>Integration testing using TestNG and Embedded JBoss</li>
-                <li>JavaBean or EJB 3.0 Seam components</li>
-                <li>JPA entity classes</li>
-                <li>A configurable DataSource and JPA EntityManager</li>
-                <li>Templated Facelets views</li>
-                <li>RichFaces panels and tables</li>
-                <li>Default CSS stylesheet</li>
-                <li>Internationalization support</li>
-            </ul>
+            <h:panelGrid columns="2">
+			    <h:graphicImage value="/img/seamlogo.png" alt="Seam logo"/>
+                <s:div styleClass="info">
+                    <p><strong>Your seam-gen project is deployed!</strong> Here are some of the features this project provides:</p>
+                    <ul class="bullets">
+                        <li>Ant build script</li>
+                        <li>Deployment to JBoss AS (EAR or WAR)</li>
+                        <li>Development and production profiles</li>
+                        <li>Integration testing using TestNG and Embedded JBoss</li>
+                        <li>JavaBean or EJB 3.0 Seam components</li>
+                        <li>JPA entity classes</li>
+                        <li>A configurable DataSource and JPA EntityManager</li>
+                        <li>Templated Facelets views</li>
+                        <li>RichFaces panels and tables</li>
+                        <li>Default CSS stylesheet</li>
+                        <li>Internationalization support</li>
+                    </ul>
+                </s:div>
+            </h:panelGrid>
         </rich:panel>
 
     </ui:define>

Added: trunk/seam-gen/view/img/seamlogo.png
===================================================================
(Binary files differ)


Property changes on: trunk/seam-gen/view/img/seamlogo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/seam-gen/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.css	2008-10-12 06:01:39 UTC (rev 9265)
+++ trunk/seam-gen/view/stylesheet/theme.css	2008-10-12 06:53:12 UTC (rev 9266)
@@ -174,3 +174,15 @@
 .rich-list-item {
 	padding-bottom: 4px;
 }
+
+div.info {
+	font-size: 1.25em;
+}
+
+ul.bullets {
+	list-style: square;
+}
+
+ul.bullets li {
+	padding-bottom: 2px;
+}




More information about the seam-commits mailing list