Ignore:
Timestamp:
1999-06-16T16:03:48+12:00 (25 years ago)
Author:
sjboddie
Message:

Now sets "cl" arg to "search" when going to a document from a search
results page. This allows the close book icon (in hierarchy toc) to
take you back to the results page if that's where you came from.
If you got to the document page somehow other than from a
classification or a search (i.e. if "cl" isn't set) then the close
book icon is disabled

File:
1 edited

Legend:

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

    r275 r279  
    1212/*
    1313   $Log$
     14   Revision 1.5  1999/06/16 04:03:48  sjboddie
     15   Now sets "cl" arg to "search" when going to a document from a search
     16   results page. This allows the close book icon (in hierarchy toc) to
     17   take you back to the results page if that's where you came from.
     18   If you got to the document page somehow other than from a
     19   classification or a search (i.e. if "cl" isn't set) then the close
     20   book icon is disabled
     21
    1422   Revision 1.4  1999/06/16 02:08:38  sjboddie
    1523   got queryaction working
     
    321329    while (this_doc != end_doc) {
    322330
    323       text_t link = "<a href=\"_httpdocument_&d=" + (*this_doc).OID + "\">";
     331      text_t link = "<a href=\"_httpdocument_&cl=search&d=" + (*this_doc).OID + "\">";
    324332
    325333      text_t title;
Note: See TracChangeset for help on using the changeset viewer.