/[webpac]/trunk2/all2all.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/all2all.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 574 by dpavlin, Mon Nov 1 17:19:48 2004 UTC revision 575 by dpavlin, Mon Nov 1 18:00:26 2004 UTC
# Line 363  my $tree = new WebPAC::Tree( Line 363  my $tree = new WebPAC::Tree(
363                  my $url = "thes/${mfn}.html";                  my $url = "thes/${mfn}.html";
364                  return $url if (-e "./out/$url");                  return $url if (-e "./out/$url");
365          },          },
366          iframe_base => '../',          nodes_dir => 'nodes',
367  );  );
368    
369  $tree->output(  $tree->output(
# Line 372  $tree->output( Line 372  $tree->output(
372          template_dir => './output_template/',          template_dir => './output_template/',
373          template_tree => 'tree.tt',          template_tree => 'tree.tt',
374          template_node => 'node.tt',          template_node => 'node.tt',
         nodes => 'nodes',  
375          js => 'tree-ids.js',          js => 'tree-ids.js',
376  );  );
377    
# Line 382  $tree->output( Line 381  $tree->output(
381          template_dir => './output_template/',          template_dir => './output_template/',
382          template_tree => 'hijerarhija.tt',          template_tree => 'hijerarhija.tt',
383          template_node => 'hijerarhija_node.tt',          template_node => 'hijerarhija_node.tt',
         nodes => 'nodes',  
384          js => 'tree-ids.js',          js => 'tree-ids.js',
385  );  );
386    

Legend:
Removed from v.574  
changed lines
  Added in v.575

  ViewVC Help
Powered by ViewVC 1.1.26