--- trunk2/all2all.pl 2004/10/19 16:30:12 529 +++ trunk2/all2all.pl 2004/10/19 17:43:52 530 @@ -201,7 +201,7 @@ } # XXX if(0) -$log->debug("lookup hash: ",Dump($webpac->{'lookup'})); +#$log->debug("lookup hash: ",Dump($webpac->{'lookup'})); $log->info("creating tree"); @@ -310,13 +310,24 @@ }); my $tree = new WebPAC::Tree( - dir => './out', - html => 'browse.html', + tree => \@tree, +); + +$tree->output( + dir => './out', + html => 'browse.html', template => './output_template/tree.tt', js => 'tree-ids.js', - tree => \@tree, ); +$tree->output( + dir => './eurovoc', + html => 'hijerarhija.html', + template => './output_template/hijerarhija.tt', + js => 'tree-ids.js', +); + + $log->info("closing index"); $index->close;