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

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

revision 636 by dpavlin, Wed Dec 8 18:45:32 2004 UTC revision 637 by dpavlin, Tue Jan 18 17:17:06 2005 UTC
# Line 184  sub make_pager_vars { Line 184  sub make_pager_vars {
184          my $hidden_vars = '';          my $hidden_vars = '';
185          foreach my $v (@persist_vars) {          foreach my $v (@persist_vars) {
186                  foreach my $val ($q->param($v)) {                  foreach my $val ($q->param($v)) {
187                            next if (! $val || $val eq '');
188                          $hidden_vars .= '<input type="hidden" name="'.$v.'" value="'.$val.'"/>'."\n";                          $hidden_vars .= '<input type="hidden" name="'.$v.'" value="'.$val.'"/>'."\n";
189                  }                  }
190          }          }
191    
192          $tmpl->param('PAGER_HIDDEN', $hidden_vars);          $tmpl->param('PAGER_HIDDEN', $hidden_vars);
193          $tmpl->param('PAGER_JAVASCRIPT', qq{          $tmpl->param('PAGER_JAVASCRIPT', qq#
194  <SCRIPT LANGUAGE="Javascript">  <SCRIPT LANGUAGE="Javascript">
195  <!-- Begin  <!-- Begin
196          // dummy emulator for HTML::Pager templates          // dummy emulator for HTML::Pager templates
# Line 198  sub make_pager_vars { Line 199  sub make_pager_vars {
199          }          }
200  // End -->  // End -->
201  </script>    </script>  
202          });          #);
203  }  }
204    
205  #--------------------------------------------------------------------------  #--------------------------------------------------------------------------
# Line 230  sub show_results_list { Line 231  sub show_results_list {
231          my @path_arr = $q->param('path');          my @path_arr = $q->param('path');
232          my $full = $q->param('full');          my $full = $q->param('full');
233    
234          my @persist_vars = ( 'rm' );          my @persist_vars = ( 'rm', 'persist_search' );
235          my @url_params = ( 'rm=results', 'show_full=1', 'last_PAGER_offset='.($q->param('PAGER_offset') || 0) );          my @url_params = ( 'rm=results', 'show_full=1', 'last_PAGER_offset='.($q->param('PAGER_offset') || 0) );
236    
237            my @persist_search_vars;
238            my @url_params_persist;
239            if ($q->param("persist_search")) {
240                    @persist_search_vars = split(/\s*,\s*/, $q->param("persist_search"));
241                    push @url_params_persist, "persist_search=".$q->url_param("persist_search");
242                    push @url_params,"persist_search=".$q->url_param("persist_search");
243            }
244    
245          # support parametars "f" and "v" for start          # support parametars "f" and "v" for start
246          for(my $i = ""; $i <=30; $i++) {          for(my $i = 0; $i <=30; $i++) {
247    
248                    $i = '' if ($i == 0);
249    
250                  return show_index($self, $i) if ($q->param("f".$i."_index"));                  return show_index($self, $i) if ($q->param("f".$i."_index"));
251    
252                  next if (! $q->param("v$i"));                  next if (! $q->param("v$i") || $q->param("v$i") eq '');
253                  next if (! $q->param("f$i"));                  next if (! $q->param("f$i"));
254    
255                    my $persist = grep(/^$i$/,@persist_search_vars);
256            
257                  push @persist_vars, "f$i";                  push @persist_vars, "f$i";
258                  push @persist_vars, "v$i";                  push @persist_vars, "v$i";
259                  push @persist_vars, "e$i" if ($q->param("e$i"));                  push @persist_vars, "e$i" if ($q->param("e$i"));
260    
261                    # create url parametars (and persistent ones)
262    
263                  push @url_params,"f$i=".$q->url_param("f$i");                  push @url_params,"f$i=".$q->url_param("f$i");
264                    push @url_params_persist,"f$i=".$q->url_param("f$i") if ($persist);
265    
266                  foreach my $v ($q->url_param("v$i")) {                  foreach my $v ($q->url_param("v$i")) {
267                          push @url_params,"v$i=$v";                          push @url_params,"v$i=$v";
268                            push @url_params_persist,"v$i=$v" if ($persist);
269                    }
270    
271                    if ($q->param("e$i")) {
272                            push @url_params,"e$i=".$q->url_param("e$i");
273                            push @url_params_persist,"e$i=".$q->url_param("e$i");
274                  }                  }
                 push @url_params,"e$i=".$q->url_param("e$i");  
275    
276                  my $wc="*";     # swish wildcard                  my $wc="*";     # swish wildcard
277                  $wc="" if ($i eq "");   # don't apply wildcard on field 0                  $wc="" if ($i eq "");   # don't apply wildcard on field 0
# Line 270  sub show_results_list { Line 292  sub show_results_list {
292    
293                          # filed e[nr] is exact match bitmask                          # filed e[nr] is exact match bitmask
294                          # 1 = beginning, 2=end, 3=both                          # 1 = beginning, 2=end, 3=both
295                          $pre = '"xxbxx ' if ($q->param("e$i") & 1);                          my $exact_flag = $q->param("e$i") || 0;
296                          $post = ' xxexx"' if ($q->param("e$i") & 2);                          $pre = '"xxbxx ' if ($exact_flag & 1);
297                            $post = ' xxexx"' if ($exact_flag & 2);
298                          # add qotes on other side                          # add qotes on other side
299                          if ($q->param("e$i")) {                          if ($q->param("e$i")) {
300                                  $pre = '"' if (! $pre);                                  $pre = '"' if (! $pre);
# Line 324  sub show_results_list { Line 347  sub show_results_list {
347    
348          # construct swish query          # construct swish query
349          my $sw_q = join(" and ",@s_arr);          my $sw_q = join(" and ",@s_arr);
350          if (@path_arr) {          if (@path_arr && $q->param('show_full')) {
351                  $sw_q .= "and (swishdocpath=\"";                  $sw_q .= "and (swishdocpath=\"";
352                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);
353                  $sw_q .= "\")";                  $sw_q .= "\")";
354          }                  $tmpl->param('full',1); # show full records
355            } elsif ($q->param('show_full')) {
         if ($q->param('show_full')) {  
356                  # just show full path, no path defined                  # just show full path, no path defined
357                  $tmpl->param('full',1);                  $tmpl->param('full',1);
358          } else {          } else {
# Line 390  sub show_results_list { Line 412  sub show_results_list {
412                          rank => $result->Property('swishrank')                          rank => $result->Property('swishrank')
413                  };                  };
414    
415                  $r->{html} = back2html($from_utf8->convert($result->Property('html'))) if ($q->param('show_full'));                  $r->{html} = back2html($from_utf8->convert($result->Property('html')), join("&",@url_params_persist)) if ($q->param('show_full'));
416    
417                  push @pager_data_list, $r;                  push @pager_data_list, $r;
418          }          }

Legend:
Removed from v.636  
changed lines
  Added in v.637

  ViewVC Help
Powered by ViewVC 1.1.26