Ignore:
Timestamp:
2000-09-07T09:49:07+12:00 (24 years ago)
Author:
davidb
Message:

Improvements to corba implementation so images within a collection
are handled better and images in the remote site but not in the local
site are cached locally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/recpt/queryaction.cpp

    r962 r1509  
    2828/*
    2929   $Log$
     30   Revision 1.36.2.1  2000/09/06 21:49:03  davidb
     31
     32   Improvements to corba implementation so images within a collection
     33   are handled better and images in the remote site but not in the local
     34   site are cached locally.
     35
    3036   Revision 1.36  2000/02/21 21:57:48  sjboddie
    3137   actions are now configured with gsdlhome
     
    648654      if (size>5&&args["hcl"]==1) { //compress the list, show the expand button
    649655       
    650       historylist += "<td><a href=\"_gwcgi_?e=_compressedoptions_&a=q&hcl=0\">_textexpand_</a></td>\n";
     656      historylist += "<td><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&a=q&hcl=0\">_textexpand_</a></td>\n";
    651657      }
    652658      else if (size >5 && args["hcl"]==0) { // expand the list, show contract button
    653     historylist += "<td><a href=\"_gwcgi_?e=_compressedoptions_&a=q&hcl=1\">_textcontract_</a></td>\n";
     659    historylist += "<td><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&a=q&hcl=1\">_textcontract_</a></td>\n";
    654660      }
    655661      historylist += "</table>\n";
     
    673679    historylist += "<tr> <td width=40 align=center>"+c+"</td>\n";
    674680    historylist += "<td width=340 align=left>"+query+"</td><td width=60 align=center>"+numdocs+"</td>\n";
    675     historylist += "<td width=60 align=center><a href=\"_gwcgi_?e=_compressedoptions_&";
     681    historylist += "<td width=60 align=center><a href=\"_gwcgi_?_optsite_e=_compressedoptions_&";
    676682    historylist += *here+"\"><img name=\"display\" src=\"_httpicondisplay_\" width=_widthdisplay_ ";
    677683    historylist += "height=_heightdisplay_ border=\"0\" alt=\"" + userinfo +"\"></a></td></tr>\n";
     
    714720      << "<form name=QueryForm method=get action=\"_gwcgi_\">\n"
    715721      << "<input type=hidden name=a value=\"q\">\n"
     722      << "<input type=hidden name=site value=\"_cgiargsite_\">\n"
    716723      << "<input type=hidden name=e value=\"_compressedoptions_\">\n"
    717724      << "<input type=hidden name=ccp value=\"1\">\n"
Note: See TracChangeset for help on using the changeset viewer.