[jboss-cvs] jboss-seam/examples/wiki/view/plugins/dirMenu ...

Christian Bauer christian at hibernate.org
Mon Sep 24 04:23:20 EDT 2007


  User: cbauer  
  Date: 07/09/24 04:23:20

  Modified:    examples/wiki/view/plugins/dirMenu   dirMenuItem.xhtml
                        plugin.xhtml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/plugins/dirMenu/dirMenuItem.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirMenuItem.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/dirMenu/dirMenuItem.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- dirMenuItem.xhtml	17 Aug 2007 13:00:27 -0000	1.1
  +++ dirMenuItem.xhtml	24 Sep 2007 08:23:20 -0000	1.2
  @@ -30,7 +30,7 @@
                                       rendered="#{wiki:isFile(childWrapper.wrappedNode) and empty fileMetaMap[childWrapper.wrappedNode.contentType]}"/>
                   </s:span>
   
  -                <h:outputLink styleClass="level#{childWrapper.level}Link"
  +                <h:outputLink styleClass="level#{childWrapper.level}Link" target="_top"
                                 value="#{wiki:renderURL(childWrapper.wrappedNode)}">#{wiki:truncateString(childWrapper.wrappedNode.name, 40, '...')}</h:outputLink>
   
               </h:panelGrid>
  
  
  
  1.5       +4 -2      jboss-seam/examples/wiki/view/plugins/dirMenu/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/dirMenu/plugin.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plugin.xhtml	1 Sep 2007 08:42:49 -0000	1.4
  +++ plugin.xhtml	24 Sep 2007 08:23:20 -0000	1.5
  @@ -33,10 +33,12 @@
                            styleClass="boxHeader fullWidth">
   
                   <h:panelGrid rendered="#{not empty currentDirectory.feed}" columns="2" cellpadding="0" cellspacing="0" border="0">
  -                    <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
  +                    <h:outputLink  target="_top"
  +                                   value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
                           <h:graphicImage value="/themes/#{wikiPreferences.themeName}/img/icon.atom.ongrey.gif" width="18" height="18" alt="Atom"/>
                       </h:outputLink>
  -                    <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
  +                    <h:outputLink  target="_top"
  +                                   value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
                           <h:outputText value="Subscribe"/>
                       </h:outputLink>
                   </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list