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

Christian Bauer christian at hibernate.org
Wed Apr 18 11:34:27 EDT 2007


  User: cbauer  
  Date: 07/04/18 11:34:27

  Modified:    examples/wiki/view   fileEdit.xhtml docEdit.xhtml
  Log:
  Disabled broken stuff (RichFaces trees, arithmetic EL) and finished comments plugin
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/examples/wiki/view/fileEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fileEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/fileEdit.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- fileEdit.xhtml	4 Apr 2007 10:38:11 -0000	1.9
  +++ fileEdit.xhtml	18 Apr 2007 15:34:27 -0000	1.10
  @@ -200,7 +200,7 @@
                          onselected="Richfaces.hideModalPanel('directorySelection')"
                          nodeSelectListener="#{fileHome.parentDirectorySelected}"
                          reRender="selectedDirectory">
  -                <rich:treeNode>
  +                <rich:treeNode type="simpleNode">
                       <h:outputText value="#{d.id} - #{d.name}"/>
                   </rich:treeNode>
               </rich:tree>
  
  
  
  1.23      +0 -32     jboss-seam/examples/wiki/view/docEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- docEdit.xhtml	9 Apr 2007 08:43:53 -0000	1.22
  +++ docEdit.xhtml	18 Apr 2007 15:34:27 -0000	1.23
  @@ -59,16 +59,6 @@
               </div>
   
               <div class="formFields formBorder">
  -
  -                <s:div id="selectedDirectory" styleClass="entry" rendered="#{documentHome.managed}">
  -                    <div class="label">In directory:</div>
  -                    <div class="output">
  -                        #{documentHome.parentDirectory}
  -                        <h:outputLink id="selectDirectory" value="javascript:Richfaces.showModalPanel('directorySelection',{width:250, height:250, top:100})"
  -                                      tabindex="1" styleClass="buttonNonpersistent"><span class="buttonLabel">...</span></h:outputLink>
  -                    </div>
  -                </s:div>
  -
                   <s:validateAll>
   
                       <s:div styleClass="entry" rendered="#{documentHome.managed}">
  @@ -208,28 +198,6 @@
           </ui:define>
       </ui:decorate>
   
  -    <ui:decorate template="includes/confirmationModalDialog.xhtml">
  -        <ui:param name="confirmationModalDialogId" value="directorySelection"/>
  -        <ui:define name="confirmationTitle">
  -            Select parent directory...
  -        </ui:define>
  -        <ui:define name="confirmationContent">
  -            <rich:tree id="directoryTree" switchType="ajax"
  -                       value="#{writableDirectoryTree}" var="d"
  -                       style="margin: 10px;"
  -                       icon="/themes/default/img/icon.dir.gif"
  -                       iconLeaf="/themes/default/img/icon.dir.gif"
  -                       selectedClass="activeTab"
  -                       ajaxSubmitSelection="true"
  -                       onselected="Richfaces.hideModalPanel('directorySelection')"
  -                       nodeSelectListener="#{documentHome.parentDirectorySelected}"
  -                       reRender="selectedDirectory, content">
  -                <rich:treeNode>
  -                    <h:outputText value="#{d.id} - #{d.name}"/>
  -                </rich:treeNode>
  -            </rich:tree>
  -        </ui:define>
  -    </ui:decorate>
   
       <s:div styleClass="documentDisplay" id="preview">
           <s:div rendered="#{documentHome.enabledPreview}">
  
  
  



More information about the jboss-cvs-commits mailing list