Ignore:
Timestamp:
2012-11-26T10:22:29+13:00 (11 years ago)
Author:
davidb
Message:

Commented out lines which add "&ed=1&dt=hierarchy" to a Greenstone document's URL. These parameters were removed as they were displaying a page in the iframe which contained only the document image and heading but not any html customizations made to the document page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/src/cgi-bin/html-to-expeditee.pl.in

    r26518 r26519  
    175175              url = "library";
    176176              url += "?c="+collect +"&a=d&d=" + docOID;
    177               url += "&ed=1&dt=hierarchy";
     177             
     178              /** The line below has been commented out. This is because the incorrect page is being loaded up in the iframe (i.e. just the document image and heading is being displayed but not any html customizations made in the collectionConfig.xml file**/
     179              //url += "&ed=1&dt=hierarchy";
    178180              // url += "&excerptid=gs_content";
    179181          }
     
    266268                  url = "library";
    267269                  url += "?c="+collect +"&a=d&d=" + docOID;
    268                   url += "&ed=1&dt=hierarchy";
     270                 
     271                  /** Refer to comment earlier in this code in regards to the commented out line below.**/
     272                  //url += "&ed=1&dt=hierarchy";
    269273                  // url += "&excerptid=gs_content";
    270274              }
Note: See TracChangeset for help on using the changeset viewer.