/[webpac]/trunk2/WebPac.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 /trunk2/WebPac.pm

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

revision 111 by dpavlin, Tue Jul 15 12:48:49 2003 UTC revision 112 by dpavlin, Tue Jul 15 15:07:42 2003 UTC
# Line 77  sub show_results_list { Line 77  sub show_results_list {
77          my @path_arr = $q->param('path');          my @path_arr = $q->param('path');
78          my $full = $q->param('full');          my $full = $q->param('full');
79    
80            my @persist_vars = ( 'rm' );
81    
82          for(my $i = 1; $i <=30; $i++) {          for(my $i = 1; $i <=30; $i++) {
83    
84                  return show_index($self, $i) if ($q->param("f".$i."_index"));                  return show_index($self, $i) if ($q->param("f".$i."_index"));
85    
86                  next if (! $q->param("v$i"));                  next if (! $q->param("v$i"));
87                  next if (! $q->param("f$i"));                  next if (! $q->param("f$i"));
88    
89                    push @persist_vars, "f$i";
90                    push @persist_vars, "v$i";
91    
92                  # re-write query from +/- to and/and not                  # re-write query from +/- to and/and not
93                  my @param_vals = $q->param("v$i");                  my @param_vals = $q->param("v$i");
94                  my @swish_q;                  my @swish_q;
# Line 178  sub show_results_list { Line 184  sub show_results_list {
184                  rows => $hits,                  rows => $hits,
185                  page_size => $ON_PAGE,                  page_size => $ON_PAGE,
186                  # some optional parameters                  # some optional parameters
187                  persist_vars => [                  persist_vars => [ @persist_vars ],
                         'rm',  
                         'f1', 'v1',  
                         'f2', 'v2',  
                         'f3', 'v3',  
                         'f4', 'v4',  
                         'f5', 'v5',  
                         'f6', 'v6',  
                         'f7', 'v7',  
                         'f8', 'v8',  
                         'f9', 'v9',  
                         ],  
188                  #cell_space_color => '#000000',                  #cell_space_color => '#000000',
189                  #cell_background_color => '#ffffff',                  #cell_background_color => '#ffffff',
190                  #nav_background_color => '#dddddd',                  #nav_background_color => '#dddddd',

Legend:
Removed from v.111  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.26