[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

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


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

  Modified:    examples/wiki/view/includes      searchControl.xhtml
                        commentForm.xhtml breadcrumb.xhtml
                        ownerSelector.xhtml userControl.xhtml
  Log:
  First import of the seamframework.org theme
  
  Revision  Changes    Path
  1.10      +0 -0      jboss-seam/examples/wiki/view/includes/searchControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.18      +5 -0      jboss-seam/examples/wiki/view/includes/commentForm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: commentForm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/commentForm.xhtml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- commentForm.xhtml	13 Nov 2007 13:11:58 -0000	1.17
  +++ commentForm.xhtml	20 Nov 2007 08:05:11 -0000	1.18
  @@ -114,6 +114,11 @@
                               <h:outputText escape="false" styleClass="buttonLabel" value="#{messages['lacewiki.button.commentForm.Post']}"/>
                           </a:commandLink>
   
  +                        <h:outputLink value="#{wiki:renderURL(currentDocument)}#commentForm" styleClass="buttonNonpersistent" tabindex="1"
  +                                      accesskey="#{messages['lacewiki.button.CancelExit.accesskey']}">
  +                            <h:outputText styleClass="buttonLabel" escape="false" value="#{messages['lacewiki.button.CancelExit']}"/>
  +                        </h:outputLink>
  +
                       </div>
                   </div>
               </div>
  
  
  
  1.8       +8 -4      jboss-seam/examples/wiki/view/includes/breadcrumb.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: breadcrumb.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/breadcrumb.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- breadcrumb.xhtml	10 Oct 2007 07:09:50 -0000	1.7
  +++ breadcrumb.xhtml	20 Nov 2007 08:05:11 -0000	1.8
  @@ -1,4 +1,5 @@
  -<div id="breadcrumb"
  +<s:div id="breadcrumb" styleClass="breadcrumb"
  +     rendered="#{not currentDocument.macroPresent('hideBreadcrumb')}"
   	 xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
  @@ -32,9 +33,12 @@
               </h:outputLink>
   
               <h:outputText rendered="#{breadcrumb.indexOf(node) &lt; breadcrumb.size()-1}"
  -                          styleClass="itemSeparator" value="&#183;"/>
  +                          styleClass="itemSeparatorDot itemSeparator" value="&#183;"/>
  +
  +            <h:outputText rendered="#{breadcrumb.indexOf(node) &lt; breadcrumb.size()-1}"
  +                          styleClass="itemSeparatorGreaterThan itemSeparator" value="&gt;"/>
   
           </ui:repeat>
       </h:panelGroup>
   
  -</div>
  \ No newline at end of file
  +</s:div>
  \ No newline at end of file
  
  
  
  1.8       +1 -1      jboss-seam/examples/wiki/view/includes/ownerSelector.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ownerSelector.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/ownerSelector.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ownerSelector.xhtml	12 Oct 2007 16:31:26 -0000	1.7
  +++ ownerSelector.xhtml	20 Nov 2007 08:05:11 -0000	1.8
  @@ -184,7 +184,7 @@
                       <a:commandLink action="#{home.selectOwner(u.id)}"
                                      reRender="ownerDisplay" styleClass="buttonNonpersistent closeDialog"
                                      tabindex="20">
  -                        <h:outputText value="#{messages['lacewiki.button.ownerSelector.Select']}"/>
  +                        <h:outputText styleClass="buttonLabel" value="#{messages['lacewiki.button.ownerSelector.Select']}"/>
                       </a:commandLink>
                   </h:column>
   
  
  
  
  1.16      +0 -1      jboss-seam/examples/wiki/view/includes/userControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/userControl.xhtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- userControl.xhtml	12 Oct 2007 16:31:26 -0000	1.15
  +++ userControl.xhtml	20 Nov 2007 08:05:11 -0000	1.16
  @@ -26,7 +26,6 @@
                   <h:outputText escape="false" value="#{messages['lacewiki.button.userControl.Register']}"/>
               </s:link>
   
  -
               <s:link styleClass="userControlLink" tabindex="50"
                       accesskey="#{messages['lacewiki.button.userControl.Members.accesskey']}" 
                       view="/userList_#{skin}.xhtml" propagation="none">
  
  
  



More information about the jboss-cvs-commits mailing list