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

Christian Bauer christian at hibernate.org
Tue Nov 20 03:05:10 EST 2007


  User: cbauer  
  Date: 07/11/20 03:05:10

  Modified:    examples/wiki/view/plugins/forumTopics   
                        topicControls.xhtml topicTable.xhtml plugin.xhtml
  Log:
  First import of the seamframework.org theme
  
  Revision  Changes    Path
  1.2       +4 -0      jboss-seam/examples/wiki/view/plugins/forumTopics/topicControls.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: topicControls.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumTopics/topicControls.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- topicControls.xhtml	9 Nov 2007 15:00:29 -0000	1.1
  +++ topicControls.xhtml	20 Nov 2007 08:05:10 -0000	1.2
  @@ -10,6 +10,10 @@
   
   <s:fragment rendered="#{not topicHome.showForm}">
   
  +    <s:div styleClass="forumDescription">
  +        <h:outputText value="#{currentDirectory.description}"/>
  +    </s:div>
  +
       <s:div styleClass="forumsFeedLink undecoratedLink" rendered="#{not empty currentDirectory.feed}">
           <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}"
                         tabindex="1">
  
  
  
  1.2       +1 -1      jboss-seam/examples/wiki/view/plugins/forumTopics/topicTable.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: topicTable.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumTopics/topicTable.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- topicTable.xhtml	9 Nov 2007 15:00:29 -0000	1.1
  +++ topicTable.xhtml	20 Nov 2007 08:05:10 -0000	1.2
  @@ -19,7 +19,7 @@
                    value="#{forumQuery.topics}"
                    rendered="#{not empty forumQuery.topics}"
                    styleClass="datatable topLeftBottomBorder topicTable"
  -                 headerClass="regularHeader rightBorder"
  +                 headerClass="regularHeader rightBorder alignCenter"
                    columnClasses="onePercentColumn rightBorder alignCenter, defaultColumn rightBorder alignLeft,
                                   onePercentColumn rightBorder alignCenter, fivePercentColumn rightBorder alignCenter,
                                   tenPercentColumn rightBorder alignCenter"
  
  
  
  1.2       +0 -0      jboss-seam/examples/wiki/view/plugins/forumTopics/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  



More information about the jboss-cvs-commits mailing list