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

Christian Bauer christian at hibernate.org
Sat Sep 1 04:42:48 EDT 2007


  User: cbauer  
  Date: 07/09/01 04:42:48

  Modified:    examples/wiki/view/includes       mainMenu.xhtml
                        statusIndicator.xhtml commentsDisplay.xhtml
                        commentForm.xhtml ownerSelector.xhtml
                        attachmentDisplay.xhtml
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.7       +2 -2      jboss-seam/examples/wiki/view/includes/mainMenu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mainMenu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/mainMenu.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- mainMenu.xhtml	31 Aug 2007 13:38:12 -0000	1.6
  +++ mainMenu.xhtml	1 Sep 2007 08:42:48 -0000	1.7
  @@ -7,7 +7,7 @@
        xmlns:rich="http://richfaces.ajax4jsf.org/rich"
        xmlns:s="http://jboss.com/products/seam/taglib">
   
  -    <s:div styleClass="shadowContainer"><div class="shadow1"><div class="shadow2"><div class="mainMenuContainer">
  +    <s:div styleClass="box"><div class="mainMenuContainer">
   
           <div class="mainMenuHeader"><ui:insert name="mainMenuHeader">&#160;</ui:insert></div>
   
  @@ -17,6 +17,6 @@
   
           <div class="mainMenuFooter"><ui:insert name="mainMenuFooter">&#160;</ui:insert></div>
   
  -    </div></div></div></s:div>
  +    </div></s:div>
   
   </div>
  
  
  
  1.2       +0 -0      jboss-seam/examples/wiki/view/includes/statusIndicator.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.10      +3 -3      jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: commentsDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- commentsDisplay.xhtml	30 Aug 2007 16:51:01 -0000	1.9
  +++ commentsDisplay.xhtml	1 Sep 2007 08:42:48 -0000	1.10
  @@ -6,8 +6,8 @@
        xmlns:a="https://ajax4jsf.dev.java.net/ajax"
        xmlns:s="http://jboss.com/products/seam/taglib">
   
  -<s:div styleClass="shadowContainer" style="margin-top:25px"
  -     rendered="#{not empty commentHome.comments and documentHome.instance.enableComments}"><div class="shadow1"><div class="shadow2">
  +<s:div styleClass="box" style="margin-top:25px"
  +     rendered="#{not empty commentHome.comments and documentHome.instance.enableComments}">
   
       <h:dataTable value="#{commentHome.comments}" var="c"
                    styleClass="datatable rightBorder leftBorder topBorder bottomBorder"
  @@ -61,5 +61,5 @@
           </h:column>
       </h:dataTable>
   
  -</div></div></s:div>
  +</s:div>
   </s:span>
  
  
  
  1.10      +3 -3      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- commentForm.xhtml	31 Aug 2007 15:23:59 -0000	1.9
  +++ commentForm.xhtml	1 Sep 2007 08:42:48 -0000	1.10
  @@ -1,11 +1,11 @@
  -<s:div styleClass="shadowContainer"  style="margin-top:25px"
  +<s:div styleClass="box"  style="margin-top:25px"
        rendered="#{documentHome.instance.enableComments and documentHome.instance.enableCommentForm}"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:a="https://ajax4jsf.dev.java.net/ajax"
  -     xmlns:s="http://jboss.com/products/seam/taglib"><div class="shadow1"><div class="shadow2">
  +     xmlns:s="http://jboss.com/products/seam/taglib">
   
   <div>
       <h:form id="commentForm" styleClass="commentForm">
  @@ -101,4 +101,4 @@
       </h:form>
   
   </div>
  -</div></div></s:div>
  \ No newline at end of file
  +</s:div>
  \ No newline at end of file
  
  
  
  1.6       +3 -3      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ownerSelector.xhtml	6 Jul 2007 14:38:36 -0000	1.5
  +++ ownerSelector.xhtml	1 Sep 2007 08:42:48 -0000	1.6
  @@ -24,7 +24,7 @@
       <ui:define name="dialogContent">
   
           <h:form>
  -        <div class="shadowContainer"><div class="shadow1"><div class="shadow2">
  +        <div class="box">
   
           <div class="form" id="userSearchControl">
               <h:panelGrid columns="6"
  @@ -63,7 +63,7 @@
               </h:panelGrid>
           </div>
   
  -        <s:div id="userPager">
  +        <s:div id="userPager" style="margin-top:10px;">
               <h:panelGrid columns="5" styleClass="pager"
                            columnClasses="pagerIconColumn,pagerIconColumn,pagerTextColumn,pagerIconColumn,pagerIconColumn"
                            cellpadding="0" cellspacing="0" border="0"
  @@ -186,7 +186,7 @@
               </h:dataTable>
           </s:div>
   
  -        </div></div></div>
  +        </div>
           </h:form>
   
       </ui:define>
  
  
  
  1.13      +3 -3      jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: attachmentDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- attachmentDisplay.xhtml	25 Aug 2007 17:59:24 -0000	1.12
  +++ attachmentDisplay.xhtml	1 Sep 2007 08:42:48 -0000	1.13
  @@ -1,11 +1,11 @@
  -<s:div styleClass="shadowContainer" style="margin-top:25px"
  +<s:div styleClass="box" style="margin-top:25px"
        rendered="#{wiki:sizeOf(wikiTextAttachments) > 0}"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:a="https://ajax4jsf.dev.java.net/ajax"
  -     xmlns:s="http://jboss.com/products/seam/taglib"><div class="shadow1"><div class="shadow2">
  +     xmlns:s="http://jboss.com/products/seam/taglib">
   <s:div id="attachments" styleClass="attachmentDisplay">
   
       <h:dataTable value="#{wikiTextAttachments}" var="link"
  @@ -35,4 +35,4 @@
       </h:dataTable>
   
   </s:div>
  -</div></div></s:div>
  \ No newline at end of file
  +</s:div>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list