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

Christian Bauer christian at hibernate.org
Thu Apr 5 10:38:25 EDT 2007


  User: cbauer  
  Date: 07/04/05 10:38:25

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  Added broken user comment plugin
  
  Revision  Changes    Path
  1.13      +11 -11    jboss-seam/examples/wiki/view/themes/default/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- template.xhtml	4 Apr 2007 10:38:12 -0000	1.12
  +++ template.xhtml	5 Apr 2007 14:38:24 -0000	1.13
  @@ -30,9 +30,9 @@
   
   <body>
   
  -<div id="screen">
  +<s:div id="screen">
   
  -    <div id="header">
  +    <s:div id="header">
           <div id="headerTopLeft">
               <div class="screenname">
                   LaceWiki:&#160;<ui:insert name="screenname"/>
  @@ -47,9 +47,9 @@
           <div id="headerBottomRight">
               <ui:insert name="headerBottomRight"/>
           </div>
  -    </div>
  +    </s:div>
   
  -    <div id="control">
  +    <s:div id="control">
           <div id="controlLeft"><ui:insert name="controlLeft"/></div>
           <div id="controlRight">&#160;
               <h:form id="workspaceSwitcher" rendered="#{wiki:sizeOf(conversationList) > 0}">
  @@ -61,15 +61,15 @@
                                styleClass="linkNavigation">Switch <u>W</u>orkspace</h:commandLink>
   
               </h:form><ui:insert name="controlRight"/></div>
  -    </div>
  +    </s:div>
   
       <div id="controlSeparator">&#160;</div>
   
  -    <div id="sidebar">
  +    <s:div id="sidebar">
           <ui:insert name="sidebar"/>
  -    </div>
  +    </s:div>
   
  -    <div id="body">
  +    <s:div id="body">
   
           <s:div id="messageBox" rendered="#{!empty facesMessages.currentGlobalMessages}">
               <ui:repeat var="message" value="#{facesMessages.currentGlobalMessages}">
  @@ -103,16 +103,16 @@
               </f:facet>
               <ui:insert name="content"/>
           </div>
  -    </div>
  +    </s:div>
   
       <div id="footer">
           <ui:insert name="footer"/>
       </div>
   
       <!-- Remove this to disable Facelets JSF debugging -->
  -    <ui:debug hotkey="D"/>
  +    <!--<ui:debug hotkey="D"/>-->
   
  -</div>
  +</s:div>
   
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list