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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 06:14:22 EST 2010


Author: lvlcek at redhat.com
Date: 2010-02-25 06:14:22 -0500 (Thu, 25 Feb 2010)
New Revision: 101462

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml
Log:
new design applied to Reseravtion 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 11:04:39 UTC (rev 101461)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml	2010-02-25 11:14:22 UTC (rev 101462)
@@ -50,6 +50,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>org.springframework</groupId>
             <artifactId>spring</artifactId>
             <scope>provided</scope>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml	2010-02-25 11:04:39 UTC (rev 101461)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/createReservation.xhtml	2010-02-25 11:14:22 UTC (rev 101462)
@@ -81,7 +81,7 @@
                     </rich:panel>
 
                 </td>
-                <td style="width:400px;vertical-align:bottom;">
+                <td style="width:500px;vertical-align:bottom;">
                     <rich:panel>
                         <f:facet name="header">Select Equipment</f:facet>
                         <h:form id="EquipmentSelectForm">

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 11:04:39 UTC (rev 101461)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/layout/template.xhtml	2010-02-25 11:14:22 UTC (rev 101462)
@@ -13,24 +13,59 @@
 
     <head>
         <title>Sports Club Reservations 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="width: 100%; height: 82px; left: 0px;">
+                        <ui:include src="/includes/header.xhtml"/>
+                    </div>
 
-    <div style="height: 100%; width: 900px" id="content" class="clearfix" align="center">
-		<ui:insert name="content"/>
-	</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 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




More information about the jboss-cvs-commits mailing list