[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Sun Apr 8 11:10:34 EDT 2007


  User: cbauer  
  Date: 07/04/08 11:10:34

  Modified:    examples/wiki/view/includes   userControl.xhtml
                        mainMenu.xhtml
  Log:
  Implemented Atom feeds for site and directories
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/wiki/view/includes/userControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/userControl.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- userControl.xhtml	4 Apr 2007 10:38:11 -0000	1.4
  +++ userControl.xhtml	8 Apr 2007 15:10:34 -0000	1.5
  @@ -59,7 +59,7 @@
   
           <h:form>
               <h:panelGroup>
  -                <h:outputText styleClass="userControlLabel" value="(#{currentUser.firstname} #{currentUser.lastname})"/>
  +                <h:outputText styleClass="userControlLabel" value="(#{currentUser.fullname})"/>
   
                   <s:link styleClass="userControlLink" action="#{authenticator.logout}" tabindex="70" accesskey="L"><u>L</u>ogout</s:link>
   
  
  
  
  1.3       +7 -0      jboss-seam/examples/wiki/view/includes/mainMenu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mainMenu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/mainMenu.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- mainMenu.xhtml	2 Apr 2007 18:25:05 -0000	1.2
  +++ mainMenu.xhtml	8 Apr 2007 15:10:34 -0000	1.3
  @@ -35,4 +35,11 @@
   
       </h:dataTable>
   
  +    <s:div styleClass="feeds">
  +        <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{wikiRoot.feed.id}">
  +            <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/icon.atom.gif" width="18" height="18"/>
  +            <span class="feedText">Subscribe to site</span>
  +        </h:outputLink>
  +    </s:div>
  +
   </div>
  
  
  



More information about the jboss-cvs-commits mailing list