diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css b/spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css index fa316795..c09ea787 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css @@ -65,7 +65,7 @@ fieldset { #container { float: left; width: 758px; - background: url(../images/header.graphic.jpg) 0 0 repeat-x; + background: url(../images/header.jpg) 0 0 repeat-x; } #sidebar { float: left; @@ -79,7 +79,7 @@ fieldset { width: 448px; margin-top: 195px; padding-top: 5px; - background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x; + background: #fff url(../images/cnt.bg.gif) 0 0 repeat-x; } #footer { clear: both; diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/images/header.graphic.jpg b/spring-webflow-samples/booking-jsf/src/main/webapp/images/header.jpg similarity index 100% rename from spring-webflow-samples/booking-jsf/src/main/webapp/images/header.graphic.jpg rename to spring-webflow-samples/booking-jsf/src/main/webapp/images/header.jpg diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/images/powered-by-spring.png b/spring-webflow-samples/booking-jsf/src/main/webapp/images/powered-by-spring.png new file mode 100644 index 00000000..e773b170 Binary files /dev/null and b/spring-webflow-samples/booking-jsf/src/main/webapp/images/powered-by-spring.png differ diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml index 36a982ec..bc339abc 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml @@ -4,7 +4,7 @@ xmlns:h="http://java.sun.com/jsf/html"> - Spring Faces: Booking Sample + Spring Faces: Hotel Booking Sample Application @@ -12,15 +12,16 @@
+
-
\ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml index 7a8c19e4..ea9c5045 100644 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml @@ -4,7 +4,7 @@ xmlns:h="http://java.sun.com/jsf/html"> - Spring Web Stack: SWF + JSF Booking Sample + Spring Faces: Hotel Booking Sample Application @@ -12,29 +12,34 @@
- -
+
-
+ \ No newline at end of file