/[BackupPC]/trunk/lib/BackupPC/CGI/SearchArchives.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/BackupPC/CGI/SearchArchives.pm

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

revision 85 by dpavlin, Sun Aug 28 10:14:48 2005 UTC revision 86 by dpavlin, Sun Aug 28 12:35:59 2005 UTC
# Line 58  sub action() { Line 58  sub action() {
58          (yyyy-mm-dd)          (yyyy-mm-dd)
59  </p>  </p>
60    
61    <p style="color: gray;">
62            <input type="checkbox" name="use_hest"> use faster but less accurate full-text search engine
63    </p>
64    
65  <input type="hidden" value="search" name="action">  <input type="hidden" value="search" name="action">
66  <input type="hidden" value="results" name="search_results">  <input type="hidden" value="results" name="search_results">
67  </form>  </form>
# Line 75  sub action() { Line 79  sub action() {
79                  my $fif = new HTML::FillInForm;                  my $fif = new HTML::FillInForm;
80                  $html .= $fif->fill(scalarref => \$form, fdat => \%In);                  $html .= $fif->fill(scalarref => \$form, fdat => \%In);
81    
82                  $html .= BackupPC::SearchLib::displayGrid( \%In, 1 );                  $html .= BackupPC::SearchLib::displayGrid( \%In );
83          }          }
84    
85          Header( eval("qq{$Lang->{Search_archive}}"), "", 1, "", $html );          Header( eval("qq{$Lang->{Search_archive}}"), "", 1, "", $html );

Legend:
Removed from v.85  
changed lines
  Added in v.86

  ViewVC Help
Powered by ViewVC 1.1.26