From: youjun g. <you...@ya...> - 2010-04-02 18:49:02
|
That javascript exist since 665. Bill fixed a open bracket on 666, and I moved the script out of a loop structure (a table tag) to avoid repeat on 667, this cause ${url} lost the correct value. I will do a new submission. Youjun On Fri, Apr 2, 2010 at 2:19 PM, Vladimir Gapeyev <vla...@du...>wrote: > > On Apr 2, 2010, at 11:04 AM, William Piel wrote: > > > On Apr 2, 2010, at 9:49 AM, Vladimir Gapeyev wrote: > > I have asked Jon to redeploy with a build for svn#667 to treebase-dev > --- looking at what URL it generates for Phylowidget on mu local > server, I doubt it would work: > http://www.phylowidget.org/full/?tree='http://localhost:8080TB2:Tr31'<http://www.phylowidget.org/full/?tree=%27http://localhost:8080TB2:Tr31%27> > > > Do you not have this javascript ? > > <script type="text/javascript"> > function openPhylowidget(tree_id) > { > var realURL = "http://www.phylowidget.org/full/?tree='http://<http://www.phylowidget.org/full/?tree=%27http://> > "+location.host+"/treebase-web/tree_for_phylowidget/"+"TB2:Tr"+tree_id+"'"; > window.open(realURL,'myplwidget') > } > </script> > > (As in here<http://130.132.27.212:8080/treebase-web/search/treeSearch.html> > ) > > Or you do have that, but it still creates a "localhost" link? > > > The "localhost" part is ok, since that's where I run the app from. I meant > there were missing slashes or even URL fragments. Jon has now deployed #667 > to treebase-dev, and this is how it looks there: > > http://www.phylowidget.org/full/?tree='http://treebase-dev.nescent.orgTB2:Tr4207'<http://www.phylowidget.org/full/?tree=%27http://treebase-dev.nescent.orgTB2:Tr4207%27> > > Most likely, Youjun did not yet commit the most recent version of the > JavaScript. > > As for the versions that I mention, they are the ones SVN reports when I > update. You can compare them to the ones in the commit emails. > > --VG > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Treebase-devel mailing list > Tre...@li... > https://lists.sourceforge.net/lists/listinfo/treebase-devel > > |