/[webpac2]/trunk/lib/WebPAC/Output/TT.pm
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 /trunk/lib/WebPAC/Output/TT.pm

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

revision 320 by dpavlin, Sat Dec 24 11:24:10 2005 UTC revision 321 by dpavlin, Sun Dec 25 23:31:37 2005 UTC
# Line 202  filter to return links to search, usage Line 202  filter to return links to search, usage
202    
203                                          my $d = $item->{'display'}->[$i] || die "can't find value $i for type display in field $display";                                          my $d = $item->{'display'}->[$i] || die "can't find value $i for type display in field $display";
204    
205                                          push @html, qq{<a href="#" onclick="return search_via_link('$search','$s','$template')">$d</a>};                                          my $template_arg = '';
206                                            $template_arg = qq{,'$template'} if ($template);
207    
208                                            push @html, qq{<a href="#" onclick="return search_via_link('$search','$s'${template_arg})">$d</a>};
209                                  }                                  }
210    
211                                  return join($delimiter, @html);                                  return join($delimiter, @html);

Legend:
Removed from v.320  
changed lines
  Added in v.321

  ViewVC Help
Powered by ViewVC 1.1.26