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

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


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

  Modified:    examples/wiki/view/plugins/feedTeasers  plugin.xhtml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.10      +5 -5      jboss-seam/examples/wiki/view/plugins/feedTeasers/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/feedTeasers/plugin.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- plugin.xhtml	6 Sep 2007 15:54:29 -0000	1.9
  +++ plugin.xhtml	24 Sep 2007 08:23:23 -0000	1.10
  @@ -37,15 +37,15 @@
                           <h:outputText value="&#160;#{wikiPreferences.timeZone}"/>
                       </s:span>
                       <s:span rendered="#{feedTeasersPreferences.properties['showAuthor']}">,&#160;by&#160;
  -                        <h:outputLink value="#{wiki:renderHomeURL(fe.document.createdBy)}"
  +                        <h:outputLink target="_top" value="#{wiki:renderHomeURL(fe.document.createdBy)}"
                                         rendered="#{!empty fe.document.createdBy.memberHome}">
                               <h:outputText styleClass="teaserAuthorLink" value="#{fe.document.createdBy.fullname}"/>
                           </h:outputLink>
                           <h:outputText styleClass="teaserAuthor" rendered="#{empty fe.document.createdBy.memberHome}" value="#{fe.author}"/>
                       </s:span>
                       <br/>
  -                    <s:span rendered="#{fe.document.enableComments and wiki:sizeOf(fe.document.comments) > 0}">
  -                        <h:outputLink styleClass="feedTeaserComments" value="#{wiki:renderPermLink(fe.document)}#comments">
  +                    <s:span rendered="#{fe.document.enableComments and wiki:sizeOf(fe.document.comments) > 0}" styleClass="undecoratedLink">
  +                        <h:outputLink target="_top" styleClass="feedTeaserComments" value="#{wiki:renderPermLink(fe.document)}#comments">
                               #{wiki:sizeOf(fe.document.comments)}&#160;
                               <h:outputText value="#{wiki:sizeOf(fe.document.comments)>1 ? 'comments' : 'comment'}"/>
                           </h:outputLink>
  @@ -53,12 +53,12 @@
                   </div>
   
                   <div class="teaserTitle">
  -                    <h:outputLink value="#{fe.link}">#{fe.title}</h:outputLink>
  +                    <h:outputLink target="_top" value="#{fe.link}">#{fe.title}</h:outputLink>
                   </div>
   
                   <h:outputText styleClass="teaserBody"
                                 value="#{wiki:truncateString(fe.descriptionValueStripped, feedTeasersPreferences.properties['truncateDescription'], '')}"/>
  -                <h:outputLink styleClass="teaserBody"
  +                <h:outputLink target="_top" styleClass="teaserBody"
                                 value="#{fe.link}"
                                 rendered="#{wiki:length(fe.descriptionValueStripped) > feedTeasersPreferences.properties['truncateDescription']}">
                       &#160;more...
  
  
  



More information about the jboss-cvs-commits mailing list