Ignore:
Timestamp:
2008-03-27T13:37:22+13:00 (16 years ago)
Author:
kjdon
Message:

added NavigationBar into the list of format options. I added pulldown as the default value - this is the only value that currently makes sense to add. Any other value you get the default nav bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/FormatManager.java

    r14745 r15137  
    7777  static final private String SEARCHTYPES_DEFAULT_FORMAT = "plain,form";
    7878 
     79  static final private String NAVBAR = "NavigationBar";
     80  static final private String NAVBAR_OPTION = "pulldown";
     81
    7982  static private HashMap default_format_map = null;
    8083 
     
    98101    default_format_map.put(DOCUMENTBUTTONS, DOCUMENTBUTTONS_DEFAULT_FORMAT);
    99102    default_format_map.put(SEARCHTYPES, SEARCHTYPES_DEFAULT_FORMAT);
     103    default_format_map.put(NAVBAR, NAVBAR_OPTION);
    100104    default_format_map.put("", "");
    101105   
Note: See TracChangeset for help on using the changeset viewer.