sample polishing - mainly text tweaking

This commit is contained in:
Keith Donald
2007-08-20 22:04:00 +00:00
parent f07cdd2b0c
commit 290fa49d3f
5 changed files with 33 additions and 23 deletions

View File

@@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -4,7 +4,7 @@
xmlns:h="http://java.sun.com/jsf/html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spring Faces: Booking Sample</title>
<title>Spring Faces: Hotel Booking Sample Application</title>
<link href="/swf-booking-jsf/css/screen.css" rel="stylesheet" type="text/css" />
<ui:insert name="headIncludes"/>
</head>
@@ -12,15 +12,16 @@
<div id="document">
<div id="header">
<div id="title">Spring Faces: Hotel Booking Sample</div>
<div id="title">Spring Faces: Hotel Booking Sample Application</div>
</div>
<div id="container">
<div id="sidebar">
<img src="/swf-booking-jsf/images/diplomat.jpg" />
<a href="http://www.thespringexperience.com">
<img src="/swf-booking-jsf/images/diplomat.jpg" />
</a>
<a href="http://www.thespringexperience.com">
<img src="/swf-booking-jsf/images/tse.gif" />
</a>
<p>
The features illustrated in this sample are just the beginning.
To see what is in store for developing rich web applications with Spring, join us at
@@ -32,7 +33,7 @@
<div class="section">
<h1>Welcome to the Spring Faces Sample Application</h1>
<p>
This "Hotel Booking" sample illustrates "Spring Faces", Spring's first-class support for Java Server Faces (JSF).
This hotel booking sample application illustrates "Spring Faces", Spring's first-class support for Java Server Faces (JSF).
Spring Faces integrates Spring, Spring Web Flow, ExtJs, and Facelets to provide a
compelling solution for developing rich web applications with JSF.
</p>
@@ -42,18 +43,22 @@
</p>
<p>
The new features illustrated in this sample include:
</p>
<ul>
<li>Flow-managed persistence contexts</li>
<li>Unified Expression Language (EL) integration</li>
<li>Spring 2.0 custom scopes</li>
<li>Client-side validation with ExtJs</li>
</p>
</ul>
<p align="right">
<a href="controller.swf?_flowId=main-flow">Start your Hotel Booking Experience</a>
<a href="controller.swf?_flowId=main-flow">Start your hotel booking experience</a>
</p>
</div>
</div>
<div id="footer">
<img src="/swf-booking-jsf/images/powered-by-spring.png" />
</div>
</div>
<div id="footer">Powered by Spring Faces</div>
</div>
</body>
</html>

View File

@@ -4,7 +4,7 @@
xmlns:h="http://java.sun.com/jsf/html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spring Web Stack: SWF + JSF Booking Sample</title>
<title>Spring Faces: Hotel Booking Sample Application</title>
<link href="/swf-booking-jsf/css/screen.css" rel="stylesheet" type="text/css" />
<ui:insert name="headIncludes"/>
</head>
@@ -12,29 +12,34 @@
<div id="document">
<div id="header">
<div id="title">Spring Web Stack: SWF + JSF Booking Sample</div>
<div id="title">Spring Faces: Hotel Booking Sample Application</div>
<div id="status">
Welcome #{user.name}
</div>
</div>
<div id="container">
<a href="http://www.thespringexperience.com">
<div id="sidebar">
<div id="sidebar">
<a href="http://www.thespringexperience.com">
<img src="/swf-booking-jsf/images/diplomat.jpg" />
</a>
<a href="http://www.thespringexperience.com">
<img src="/swf-booking-jsf/images/tse.gif" />
<p>
The features shown in this sample are just the beginning. To see what else we've got in store
for Spring Web Flow and JSF, join us at The Spring Experience December 12 - 15, 2007 at the Westin
Diplomat in Hollywood, Florida.
</p>
</div>
</a>
</a>
<p>
The features illustrated in this sample are just the beginning.
To see what is in store for developing rich web applications with Spring, join us at
<a href="http://www.thespringexperience.com">The Spring Experience</a>
December 12 - 15, 2007 at the Westin Diplomat in Hollywood, Florida.
</p>
</div>
<div id="content">
<ui:insert name="content"/>
</div>
<div id="footer">
<a href="http://www.springframework.org"><img src="/swf-booking-jsf/images/powered-by-spring.png" /></a>
</div>
</div>
<div id="footer">Created with Spring, Spring Web Flow, Spring Faces, MyFaces, and Facelets</div>
</div>
</body>
</html>