[jboss-cvs] JBossAS SVN: r101471 - in projects/snowdrop/examples/trunk/sportsclub: sportsclub-reservations-web/src/main/webapp/layout and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 07:54:58 EST 2010


Author: lvlcek at redhat.com
Date: 2010-02-25 07:54:57 -0500 (Thu, 25 Feb 2010)
New Revision: 101471

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/src/main/webapp/layout/template.xhtml
Log:
new design applied to Subscriptions forms

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml	2010-02-25 12:46:28 UTC (rev 101470)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml	2010-02-25 12:54:57 UTC (rev 101471)
@@ -99,11 +99,6 @@
             <artifactId>richfaces-ui</artifactId>
         </dependency>
 
-        <!--<dependency>-->
-            <!--<groupId>junit</groupId>-->
-            <!--<artifactId>junit</artifactId>-->
-        <!--</dependency>-->
-
         <dependency>
           <groupId>org.testng</groupId>
           <artifactId>testng</artifactId>
@@ -117,12 +112,10 @@
           <artifactId>commons-dbcp</artifactId>
        </dependency>
 
-
        <dependency>
           <groupId>hsqldb</groupId>
           <artifactId>hsqldb</artifactId>
        </dependency>
-
        
         <dependency>
             <groupId>org.springframework</groupId>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml	2010-02-25 12:46:28 UTC (rev 101470)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml	2010-02-25 12:54:57 UTC (rev 101471)
@@ -27,10 +27,9 @@
         <link class="component" href="css/inplaceselect.css" rel="stylesheet" type="text/css"/>
         <link class="component" href="css/menucomponents.css" rel="stylesheet" type="text/css"/>
         <link class="component" href="css/custom.css" rel="stylesheet" type="text/css"/>
-
     </head>
 
-
+    
     <body class="main-body">
     <div id="container">
         <div id="snowdropheader">
@@ -48,7 +47,6 @@
                         <ui:insert name="content"/>
                     </div>
 
-
                     <div style="width: 100%; height: 82px; left: 0px;">
                         <ui:include src="/includes/footer.xhtml"/>
                     </div>
@@ -60,12 +58,13 @@
         <div class="footer">
             <p>
                 Powered by
-                <a href="http://www.jboss.org/snowdrop.html">Snowdrop</a><img src="images/favicon.png"/> and
+                <a href="http://www.jboss.org/snowdrop.html">Snowdrop</a><img alt="Snowdrop icon" src="images/favicon.png"/> and
                 <a href="http://www.jboss.com/products/platforms/application">JBoss EAP</a>
             </p>
         </div>
 
     </div>
+    
     </body>
 </f:view>
 </html>
\ No newline at end of file

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml	2010-02-25 12:46:28 UTC (rev 101470)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml	2010-02-25 12:54:57 UTC (rev 101471)
@@ -32,6 +32,14 @@
         </dependency>
 
         <dependency>
+            <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
+            <artifactId>sportsclub-staticwebcontent</artifactId>
+            <version>${project.version}</version>
+            <type>war</type>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
             <groupId>javax.faces</groupId>
             <artifactId>jsf-api</artifactId>
         </dependency>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/src/main/webapp/layout/template.xhtml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/src/main/webapp/layout/template.xhtml	2010-02-25 12:46:28 UTC (rev 101470)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/src/main/webapp/layout/template.xhtml	2010-02-25 12:54:57 UTC (rev 101471)
@@ -13,22 +13,56 @@
 
     <head>
         <title>Sports Club Subscriptions Spring Application Demo</title>
+        <link href="images/favicon.png" rel="Shortcut Icon"/>
+
+        <link class="component" href="css/basic_classes.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/extended_classes.css" media="rich-extended-skinning" rel="stylesheet"
+              type="text/css"/>
+        <link class="component" href="css/panel.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/toolBar.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/datascroller.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/dragindicator.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/extendedDataTable.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/inplaceinput.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/inplaceselect.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/menucomponents.css" rel="stylesheet" type="text/css"/>
+        <link class="component" href="css/custom.css" rel="stylesheet" type="text/css"/>
     </head>
 
 
     <body class="main-body">
+    <div id="container">
+        <div id="snowdropheader">
+            <h1><a href="http://www.jboss.org/snowdrop.html">Snowdrop</a></h1>
+        </div>
+        <div id="contentcontainer">
+            <div id="container_grey">
+                <div id="main-contentwrapper">
 
-    <div style="width: 100%; height: 82px; left: 0px;">
-        <ui:include src="/includes/header.xhtml"/>
-    </div>
-    
-    <div style="height: 100%; width: 800px" id="content" class="clearfix" align="center">
-		<ui:insert name="content"/>
-	</div>
+                    <div style="width: 100%; height: 82px; left: 0px;">
+                        <ui:include src="/includes/header.xhtml"/>
+                    </div>
 
+                    <div style="height: 100%" id="content" class="clearfix" align="center">
+                        <ui:insert name="content"/>
+                    </div>
 
-    <div style="width: 100%; height: 82px; left: 0px;">
-        <ui:include src="/includes/footer.xhtml"/>
+                    <div style="width: 100%; height: 82px; left: 0px;">
+                        <ui:include src="/includes/footer.xhtml"/>
+                    </div>
+
+                </div>
+                <div id="one-col-corners"/>
+            </div>
+        </div>
+        <div class="footer">
+            <p>
+                Powered by
+                <a href="http://www.jboss.org/snowdrop.html">Snowdrop</a><img alt="Snowdrop icon" src="images/favicon.png"/> and
+                <a href="http://www.jboss.com/products/platforms/application">JBoss EAP</a>
+            </p>
+        </div>
+
     </div>
 
     </body>




More information about the jboss-cvs-commits mailing list