[jboss-cvs] jboss-seam/examples/wiki/view/themes/sfwkorg/m ...

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:26 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:26

  Modified:    examples/wiki/view/themes/sfwkorg/m  template.xhtml
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.2       +3 -5      jboss-seam/examples/wiki/view/themes/sfwkorg/m/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/m/template.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.xhtml	20 Nov 2007 08:05:09 -0000	1.1
  +++ template.xhtml	19 Dec 2007 04:29:26 -0000	1.2
  @@ -17,11 +17,9 @@
   
   <s:div id="screen">
   
  -    <s:div id="header">
           <h:outputText value="Seam Framework - "/><ui:insert name="screenname"/>
  -    </s:div>
   
  -    <s:div id="control">
  +    <s:div id="control" rendered="#{not hideControls}">
           <ui:insert name="control"/>
       </s:div>
   
  @@ -77,7 +75,7 @@
   
                   <h:commandButton action="#{authenticator.logout}" value="#{messages['lacewiki.button.Logout']}"/>
   
  -                <h:outputLink styleClass="userControlLink" value="#{wiki:renderHomeURL(currentUser)}"
  +                <h:outputLink styleClass="userControlLink" value="#{wiki:renderURL(currentUser.memberHome)}"
                           rendered="#{!empty currentUser.memberHome}">#{messages['lacewiki.button.Home']}</h:outputLink>
   
               </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list