Aligned look and feel of the intro pages with the other samples.

This commit is contained in:
Erwin Vervaet
2007-04-11 07:45:11 +00:00
parent 31c7bced87
commit 55b2b90d51
2 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
<body>
<f:view>
<div align="left">Sell Item JSF - A Spring Web Flow Sample</div>
<hr>
<div align="left">
<p>
<h:form>
@@ -29,6 +31,8 @@
</li>
</ul>
</div>
<hr/>
<div align="right"></div>
</f:view>
</body>

View File

@@ -2,7 +2,7 @@
<%@ page session="true" %>
<html>
<body>
<div align="left">Sell Item - A Spring Web Flow Sample</DIV>
<div align="left">Sell Item - A Spring Web Flow Sample</div>
<hr>
<div align="left">
<p>
@@ -36,5 +36,6 @@
<li>Use of subflows to compose a multi-step business process from independently reusable modules.</li>
</ul>
</div>
</body>
<hr/>
<div align="right"></div>
</html>