From: <sk...@us...> - 2008-02-27 12:45:06
|
Revision: 652 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=652&view=rev Author: sknappe Date: 2008-02-27 04:32:58 -0800 (Wed, 27 Feb 2008) Log Message: ----------- modified style of menu a bit Modified Paths: -------------- trunk/src/dbpedia-navigator/index.php Modified: trunk/src/dbpedia-navigator/index.php =================================================================== --- trunk/src/dbpedia-navigator/index.php 2008-02-27 12:03:57 UTC (rev 651) +++ trunk/src/dbpedia-navigator/index.php 2008-02-27 12:32:58 UTC (rev 652) @@ -119,17 +119,19 @@ <div class="box" id="NavigationBox"> <div class="boxtitle">Navigate</div> <div class="boxcontent"> - <div id="treeboxbox_tree" style="width:250; height:218;background-color:#f5f5f5;border :1px solid Silver;; overflow:auto;"> - <script> + <div id="treeboxbox_tree" style="height:218px;overflow:auto;"> + </div> + </div> <!-- boxcontent --> + </div> <!-- box --> + <script> tree=new dhtmlXTreeObject("treeboxbox_tree","100%","100%",0); tree.setImagePath("<?php print $path;?>images/csh_bluebooks/"); + tree.enableCheckBoxes(1); tree.setXMLAutoLoading("processTreeMenu.php"); tree.loadXML("processTreeMenu.php?id=0"); - </script> - </div> - </div> <!-- boxcontent --> - </div> <!-- box --> - + </script> + + <div class="box" id="credits"> <p>DBpedia Navigator is powered by ... <br /> <a href="http://dl-learner.org">DL-Learner</a><br /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |