/[local]/search/config.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 /search/config.pm

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

revision 1.5 by dpavlin, Mon Jun 24 18:07:29 2002 UTC revision 1.7 by dpavlin, Tue Jun 25 15:59:52 2002 UTC
# Line 114  $main::AdvancedSearchDropdowns = 4 ; Line 114  $main::AdvancedSearchDropdowns = 4 ;
114          'database-for-SearchFieldDescriptions','ps',          'database-for-SearchFieldDescriptions','ps',
115  );  );
116    
117    # Hash of icon/images names that we use
118    %main::ImageNames = (
119            'banner',       'banner.gif',
120            'collapse',     'collapse.gif',
121            'expand',       'expand.gif',
122    );
123    
124    # Javascript magic
125    $main::JavaScript_SetChecked = '<SCRIPT LANGUAGE="JavaScript">
126                    <!-- hide
127                    function SetChecked(val) {
128                            dml=document.Search;
129                            len = dml.elements.length;
130                            var i=0;
131                            for( i=0 ; i<len ; i++) {
132                                    if (dml.elements[i].name==\'Database\') {
133                                            dml.elements[i].checked=val;
134                                    }
135                            }
136                    }
137                    // -->
138                    </SCRIPT>
139                    ';
140    
141  1;  1;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26