/[jquery]/no_pager/index.cgi
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 /no_pager/index.cgi

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

revision 8 by dpavlin, Tue Aug 15 21:12:31 2006 UTC revision 9 by dpavlin, Wed Aug 16 00:29:08 2006 UTC
# Line 49  my $max = 0; Line 49  my $max = 0;
49    
50  if (defined($nres)) {  if (defined($nres)) {
51          $max = $nres->hits;          $max = $nres->hits;
52          print "Got ", $nres->hits, " results for $search\n";          print qq{
53                    <div id="status_update" style="display:none;">
54                            Got $max results for $search
55                    </div>
56            };
57    
58          sub html_snippet {          sub html_snippet {
59                  my $text = shift || return;                  my $text = shift || return;

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26