/[webpac-proto]/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.11 by dpavlin, Thu Oct 24 18:25:20 2002 UTC revision 1.12 by dpavlin, Thu Oct 24 18:42:18 2002 UTC
# Line 104  $main::AdvancedSearchDropdowns = 4 ; Line 104  $main::AdvancedSearchDropdowns = 4 ;
104    
105  );  );
106    
107  # tip gradje  # tip gradje (we'll try to read all those directories in your isis data dirs)
108  %default::tip = (  %default::tip = (
109          'LIBRI',        "Knjiga",          'LIBRI',        "Knjiga",
110  #       'ARTI',         "Članak/poglavlje",  #       'ARTI',         "Članak/poglavlje",
111          'PERI',         "Časopis",          'PERI',         "Časopis",
         'online',       "On-line časopisi",  
112  );  );
113    
114    # define mapping from types to html output and define order of display
115    @default::tip_html = (
116            # tip           # html output
117            'Knjiga',       "Knjiga",
118    #       'Članak/poglavlje',     "Članak/poglavlje",
119            'Časopis',      "Časopis",
120            'on-line',      "on-line izdanje",
121    );
122    
123    # chop URL to this len and add ...
124  $default::max_display_url_len = 80;  $default::max_display_url_len = 80;
125    
126  # Search.cgi Configuration Constrants  # Search.cgi Configuration Constrants

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26