Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/documentaction.cpp

    r1804 r1860  
    667667          << "<html><head></head>\n"
    668668          << "<frameset rows=\"68,*\" noresize border=0>\n"
    669           << "<frame scrolling=no frameborder=0 src=\"_gwcgi_?e=_compressedoptions_&a=p&p=nav\">\n"
    670           << "<frame name=\"documenttop\" frameborder=0 src=\"_gwcgi_?e=_compressedoptions_&a=d&d="
     669          << "<frame scrolling=no frameborder=0 src=\"_gwcgi_?_optsite_e=_compressedoptions_&a=p&p=nav\">\n"
     670          << "<frame name=\"documenttop\" frameborder=0 src=\"_gwcgi_?optsite_e=_compressedoptions_&a=d&d="
    671671          << args["d"] << "\">"
    672672          << "<noframes>\n"
     
    819819      ResultDocInfo_tarray::iterator sechere = inforesponse.docInfo.begin();
    820820      ResultDocInfo_tarray::iterator secend = inforesponse.docInfo.end();
    821    
     821
    822822      if (arg_gt == 1) {
    823823    // check if there are more than 10 sections containing text to be expanded -
Note: See TracChangeset for help on using the changeset viewer.