This commit is contained in:
@@ -1,35 +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"
|
||||
xmlns:s="http://jboss.com/products/seam/taglib">
|
||||
xmlns:h="http://java.sun.com/jsf/html">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>JBoss Suites: Seam Framework</title>
|
||||
<link href="css/screen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/date.css" rel="stylesheet" type="text/css" />
|
||||
<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="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
|
||||
<div id="title"><img src="images/webflow-logo.jpg" alt="Spring Web Stack: SWF + JSF Booking Sample"/></div>
|
||||
<div id="status">
|
||||
Welcome #{user.name}
|
||||
| <s:link id="search" view="/main.xhtml" value="Search" propagation="none"/>
|
||||
| <s:link id="settings" view="/password.xhtml" value="Settings" propagation="none"/>
|
||||
| <s:link id="logout" action="#{identity.logout}" value="Logout"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container">
|
||||
<div id="sidebar">
|
||||
<ui:insert name="sidebar"/>
|
||||
</div>
|
||||
<div id="content">
|
||||
<ui:insert name="content"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and Facelets</div>
|
||||
<div id="footer">Created with Spring, Spring Web Flow, MyFaces, and Facelets</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user