Ignore:
Timestamp:
2011-12-13T09:56:33+13:00 (12 years ago)
Author:
sjm84
Message:

Added in the parameters necessary to do an inline template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r24861 r24885  
    2424public class GSParams
    2525{
     26
    2627    public static final String ACTION = "a"; // the major type of action- eg query or browse or process
    2728    public static final String SUBACTION = "sa"; // subtype of action if we want different processing than the default
     
    5657    public static final String EXCERPT_ID = "excerptid";
    5758    public static final String EXCERPT_TAG = "excerpttag";
     59
     60    public static final String INLINE_TEMPLATE = "ilt";
     61    public static final String DISPLAY_METADATA = "dmd";
     62
    5863    protected HashMap param_map = null;
    5964
     
    8489        addParameter(EXPAND_CONTENTS, false);
    8590        addParameter(REALISTIC_BOOK, false);
     91        addParameter(INLINE_TEMPLATE, false);
     92        addParameter(DISPLAY_METADATA, false);
    8693
    8794        //addParameter();
Note: See TracChangeset for help on using the changeset viewer.