You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/05/08 22:04:01 UTC

svn commit: r654607 - in /ant/ivy/ivyde/site: images/bullet.gif images/closed.gif images/open.gif js/ style/style.css style/tree.css template.html

Author: hibou
Date: Thu May  8 13:02:49 2008
New Revision: 654607

URL: http://svn.apache.org/viewvc?rev=654607&view=rev
Log:
Add some dynamic tree for the TOC

Added:
    ant/ivy/ivyde/site/images/bullet.gif
      - copied unchanged from r654446, ant/ivy/core/trunk/doc/images/bullet.gif
    ant/ivy/ivyde/site/images/closed.gif
      - copied unchanged from r654446, ant/ivy/core/trunk/doc/images/closed.gif
    ant/ivy/ivyde/site/images/open.gif
      - copied unchanged from r654446, ant/ivy/core/trunk/doc/images/open.gif
    ant/ivy/ivyde/site/js/
      - copied from r654061, ant/ivy/site/js/
    ant/ivy/ivyde/site/style/tree.css
      - copied unchanged from r654446, ant/ivy/core/trunk/doc/style/tree.css
Modified:
    ant/ivy/ivyde/site/style/style.css
    ant/ivy/ivyde/site/template.html

Modified: ant/ivy/ivyde/site/style/style.css
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/site/style/style.css?rev=654607&r1=654606&r2=654607&view=diff
==============================================================================
--- ant/ivy/ivyde/site/style/style.css (original)
+++ ant/ivy/ivyde/site/style/style.css Thu May  8 13:02:49 2008
@@ -6,6 +6,7 @@
 @import "ant.css";
 @import "ivy-ref.css";
 @import "shell.css";
+@import "tree.css";
 
 /*
 ** HTML elements

Modified: ant/ivy/ivyde/site/template.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/site/template.html?rev=654607&r1=654606&r2=654607&view=diff
==============================================================================
--- ant/ivy/ivyde/site/template.html (original)
+++ ant/ivy/ivyde/site/template.html Thu May  8 13:02:49 2008
@@ -22,9 +22,11 @@
 <title>${title} | IvyDE</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="stylesheet" type="text/css" href="style/style.css" />
-
-  <!-- for tree, see if it would better go in xooki.js -->
-  <link rel="stylesheet" type="text/css" href="xooki/tree/simpletree.css" />
+  <script src="js/jquery.pack.js" type="text/javascript"></script>
+  <script src="js/jquery.treeview.js" type="text/javascript"></script>
+  <script type="text/javascript">
+  $(document).ready(function(){$("#treemenu").Treeview({speed: "fast",store: true});});
+  </script>
 </head>
 
 <body>