Ignore:
Timestamp:
2011-04-29T13:19:47+12:00 (13 years ago)
Author:
sjm84
Message:

Several improvements including fixing realistic books and fixing the client-side xslt interface naming issue

File:
1 edited

Legend:

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

    r23269 r23968  
    5050    public static final String EXPAND_DOCUMENT = "ed";
    5151    public static final String EXPAND_CONTENTS = "ec";
     52    public static final String REALISTIC_BOOK = "book";
    5253
    5354  // used for filtering out a piece of the final page
     
    8081    addParameter(EXPAND_DOCUMENT, false);
    8182    addParameter(EXPAND_CONTENTS, false);
     83    addParameter(REALISTIC_BOOK, false);   
     84   
    8285    //addParameter();
    8386    // ugly hack so we don't save the extlink param
Note: See TracChangeset for help on using the changeset viewer.