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

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


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

  Modified:    examples/wiki/view/plugins/blogRecentEntries  plugin.xhtml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.4       +7 -3      jboss-seam/examples/wiki/view/plugins/blogRecentEntries/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/blogRecentEntries/plugin.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- plugin.xhtml	1 Sep 2007 08:42:49 -0000	1.3
  +++ plugin.xhtml	24 Sep 2007 08:23:25 -0000	1.4
  @@ -34,10 +34,14 @@
                            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>
  @@ -62,7 +66,7 @@
                                    columnClasses="blogRecentEntriesItem"
                                    cellpadding="0" cellspacing="0" border="0">
                           <h:column>
  -                            <h:outputLink value="#{wiki:renderURL(be.entryDocument)}">
  +                            <h:outputLink target="_top" value="#{wiki:renderURL(be.entryDocument)}">
                                   #{wiki:truncateString(be.entryDocument.name, blogRecentEntriesPreferences.truncateItemText, '...')}
                               </h:outputLink>
                           </h:column>
  
  
  



More information about the jboss-cvs-commits mailing list