This commit is contained in:
Jeremy Grelle
2007-08-07 23:09:34 +00:00
parent 69a8021fa1
commit 87611b38d8

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
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>
<link href="/css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="document">
<div id="header">
<div id="title"><img src="images/webflow-logo.jpg" alt="Spring Web Stack: SWF + JSF Booking Sample"/></div>
<div id="status">
Welcome #{user.name}
</div>
</div>
<div id="container">
<div id="content">
<ui:insert name="content"/>
</div>
</div>
<div id="footer">Created with Spring, Spring Web Flow, MyFaces, and Facelets</div>
</div>
</body>
</html>