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

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/userProfile  plugin.xhtml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.6       +5 -1      jboss-seam/examples/wiki/view/plugins/userProfile/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/userProfile/plugin.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- plugin.xhtml	4 Sep 2007 09:33:20 -0000	1.5
  +++ plugin.xhtml	24 Sep 2007 08:23:25 -0000	1.6
  @@ -35,6 +35,8 @@
                                       thumbnailLinkStyleClass="regularLink"
                                       renderBaseDocument="#{currentDocument}"
                                       renderBaseDirectory="#{currentDirectory}"
  +                                    internalTargetFrame="_top"
  +                                    externalTargetFrame="_top"
                                       enablePlugins="false"/>
               </s:div>
   
  @@ -46,13 +48,15 @@
                                       thumbnailLinkStyleClass="regularLink"
                                       renderBaseDocument="#{currentDocument}"
                                       renderBaseDirectory="#{currentDirectory}"
  +                                    internalTargetFrame="_top"
  +                                    externalTargetFrame="_top"
                                       enablePlugins="false"/>
               </s:div>
   
               <s:div rendered="#{!empty currentDocument.createdBy.profile.website}" styleClass="userProfileEntry">
                   <span class="userProfileEntryLabel">Website:</span>
                   <span class="userProfileEntryLink">
  -                    <h:outputLink value="#{currentDocument.createdBy.profile.website}">#{currentDocument.createdBy.profile.website}</h:outputLink>
  +                    <h:outputLink target="_top" value="#{currentDocument.createdBy.profile.website}">#{currentDocument.createdBy.profile.website}</h:outputLink>
                   </span>
               </s:div>
               <s:div rendered="#{!empty currentDocument.createdBy.profile.location}" styleClass="userProfileEntry">
  
  
  



More information about the jboss-cvs-commits mailing list