[jboss-cvs] jboss-seam/examples/seamspace/view ...
Shane Bryzak
Shane_Bryzak at symantec.com
Tue Dec 19 22:36:56 EST 2006
User: sbryzak2
Date: 06/12/19 22:36:56
Modified: examples/seamspace/view home.xhtml template.xhtml
Log:
added pages.xml, minor changes
Revision Changes Path
1.5 +2 -2 jboss-seam/examples/seamspace/view/home.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: home.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/home.xhtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- home.xhtml 31 Oct 2006 04:55:00 -0000 1.4
+++ home.xhtml 20 Dec 2006 03:36:56 -0000 1.5
@@ -16,7 +16,7 @@
<div id="contentSide">
<div class="advertising"></div>
- <h:form>
+ <h:form rendered="#{login.loggedIn == false}">
<div class="memberLogin">
<div class="loginHeader">Member Login</div>
@@ -40,7 +40,7 @@
<h:message for="password"/>
</div>
- <h:commandButton value="LOGIN" action="#{loginAction.login}" styleClass="loginButton"/>
+ <h:commandButton value="LOGIN" action="#{login.login}" styleClass="loginButton"/>
<br class="clear"/>
1.3 +4 -3 jboss-seam/examples/seamspace/view/template.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/template.xhtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- template.xhtml 31 Oct 2006 03:45:24 -0000 1.2
+++ template.xhtml 20 Dec 2006 03:36:56 -0000 1.3
@@ -5,6 +5,7 @@
xmlns:h="http://java.sun.com/jsf/html">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SeamSpace</title>
<link href="style/seamspace.css" rel="stylesheet" type="text/css"/>
</head>
@@ -14,7 +15,7 @@
<div id="header">
<div class="headerRight">
<div class="headerMenu">
- <s:link action="" value="SignUp"/>
+ <!--s:link action="" value="SignUp"/-->
</div>
<br style="clear:both"/>
<h:form>
@@ -33,13 +34,13 @@
</div>
</div>
- <div id="menubar">
+ <!--div id="menubar">
<s:link action="" value="Home"/>|
<s:link action="" value="Browse"/>|
<s:link action="" value="Blog"/>|
<s:link action="" value="Videos"/>|
<s:link action="" value="Music"/>
- </div>
+ </div-->
<div id="content">
<ui:insert name="content"/>
More information about the jboss-cvs-commits
mailing list