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/queryaction.cpp

    r1717 r1860  
    566566      if (size>5&&args["hcl"]==1) { //compress the list, show the expand button
    567567       
    568       historylist += "<td><a href=\"_gwcgi_?e=_compressedoptions_&a=q&hcl=0\">_textexpand_</a></td>\n";
     568      historylist += "<td><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&a=q&hcl=0\">_textexpand_</a></td>\n";
    569569      }
    570570      else if (size >5 && args["hcl"]==0) { // expand the list, show contract button
    571     historylist += "<td><a href=\"_gwcgi_?e=_compressedoptions_&a=q&hcl=1\">_textcontract_</a></td>\n";
     571    historylist += "<td><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&a=q&hcl=1\">_textcontract_</a></td>\n";
    572572      }
    573573      historylist += "</table>\n";
     
    591591    historylist += "<tr> <td width=40 align=center>"+c+"</td>\n";
    592592    historylist += "<td width=340 align=left>"+query+"</td><td width=60 align=center>"+numdocs+"</td>\n";
    593     historylist += "<td width=60 align=center><a href=\"_gwcgi_?e=_compressedoptions_&";
     593    historylist += "<td width=60 align=center><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&";
    594594    historylist += *here+"\"><img name=\"display\" src=\"_httpicondisplay_\" width=_widthdisplay_ ";
    595595    historylist += "height=_heightdisplay_ border=\"0\" alt=\"" + userinfo +"\"></a></td></tr>\n";
     
    632632      << "<form name=QueryForm method=get action=\"_gwcgi_\">\n"
    633633      << "<input type=hidden name=a value=\"q\">\n"
     634          << "<input type=hidden name=site value=\"_cgiargsite_\"\n"
    634635      << "<input type=hidden name=e value=\"_compressedoptions_\">\n"
    635636      << "<input type=hidden name=ccp value=\"1\">\n"
Note: See TracChangeset for help on using the changeset viewer.