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

Christian Bauer christian at hibernate.org
Fri May 4 20:34:13 EDT 2007


  User: cbauer  
  Date: 07/05/04 20:34:13

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  Switched from accordion navigation to tabs
  
  Revision  Changes    Path
  1.24      +2 -0      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.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- template.xhtml	4 May 2007 19:30:34 -0000	1.23
  +++ template.xhtml	5 May 2007 00:34:13 -0000	1.24
  @@ -43,6 +43,8 @@
       <script type="text/javascript" src="#{themePath}/js/jquery.js"></script>
       <script type="text/javascript" src="#{themePath}/js/interface.js"></script>
       <script type="text/javascript" src="#{themePath}/js/jqModal.js"></script>
  +    <script type="text/javascript" src="#{themePath}/js/jqTabs.js"></script>
  +    <script type="text/javascript" src="#{themePath}/js/jqHistoryRemote.js"></script>
       <script type="text/javascript">
           jQuery.noConflict(); // Avoid conflicts with the RichFaces/Prototype library
       </script>
  
  
  



More information about the jboss-cvs-commits mailing list